#FFE292
A light, vivid orange closely aligning with Khaki.
About #FFE292
The hex code #FFE292 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 255 red, 226 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 11% Magenta, 43% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FFE292
RGB255, 226, 146
HSL44.0°, 100.0%, 78.6%
CMYK0%, 11%, 43%, 0%
HSV44.0°, 42.7%, 100.0%
LAB90.7, -0.5, 42.7
XYZ73.6, 77.7, 38.3
Decimal16769682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.55:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE292;
}
.text-color {
color: #FFE292;
}
.border-color {
border: 2px solid #FFE292;
}