#F08A42
A light, vivid orange closely aligning with Chocolate.
About #F08A42
At its core, #F08A42 is a light and vivid hue. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(240, 138, 66).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 43% M, 72% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F08A42
RGB240, 138, 66
HSL24.8°, 85.3%, 60.0%
CMYK0%, 43%, 72%, 6%
HSV24.8°, 72.5%, 94.1%
LAB67.3, 33.3, 53.8
XYZ46.0, 37.1, 9.9
Decimal15764034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F08A42;
}
.text-color {
color: #F08A42;
}
.border-color {
border: 2px solid #F08A42;
}