#F8D37C
A light, vivid orange closely aligning with Khaki.
About #F8D37C
Visually, #F8D37C is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Khaki. Its digital footprint relies on 248 parts red, 211 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 15% M, 50% Y, and 3% K. The HSL representation is 42.1° hue, 89.9% saturation, and 72.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8D37C
RGB248, 211, 124
HSL42.1°, 89.9%, 72.9%
CMYK0%, 15%, 50%, 3%
HSV42.1°, 50.0%, 97.3%
LAB86.0, 2.3, 47.6
XYZ65.6, 68.0, 28.7
Decimal16307068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8D37C;
}
.text-color {
color: #F8D37C;
}
.border-color {
border: 2px solid #F8D37C;
}