Hex Color #FA9349 - Custom Color

Color Codes

HEX
#FA9349
RGB
rgb(250, 147, 73)
HSL
hsl(25, 95%, 63%)
CMYK
cmyk(0%, 41%, 71%, 2%)
HSV
hsv(25, 71%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 9.33:1
Pass - WCAG AA (Normal Text)
Pass - 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: #FA9349;
color: #FA9349;
border-color: #FA9349;
}

Tailwind CSS (with arbitrary values)

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