Hex Color #FA6535 - Custom Color

Color Codes

HEX
#FA6535
RGB
rgb(250, 101, 53)
HSL
hsl(15, 95%, 59%)
CMYK
cmyk(0%, 60%, 79%, 2%)
HSV
hsv(15, 79%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.01:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 6.98:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #FA6535;
color: #FA6535;
border-color: #FA6535;
}

Tailwind CSS (with arbitrary values)

bg-[#FA6535]
text-[#FA6535]
border-[#FA6535]
// Example usage:
<div className="bg-[#FA6535]">