#F8E992
A light, vivid yellow closely aligning with Khaki.
About #F8E992
At its core, #F8E992 is a light and vivid hue. Its closest recognized web color is Khaki. In the RGB color space, it consists of 248 red, 233 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 6% M, 41% Y, and 3% K. With a hue angle of 51.2 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8E992
RGB248, 233, 146
HSL51.2°, 87.9%, 77.3%
CMYK0%, 6%, 41%, 3%
HSV51.2°, 41.1%, 97.3%
LAB91.8, -6.8, 44.1
XYZ73.0, 80.3, 38.8
Decimal16312722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.06:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E992;
}
.text-color {
color: #F8E992;
}
.border-color {
border: 2px solid #F8E992;
}