#FFF092
A light, vivid yellow closely aligning with Khaki.
About #FFF092
At its core, #FFF092 is a light and vivid hue. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 146.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 6% magenta inks. The HSL representation is 51.7° hue, 100.0% saturation, and 78.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF092
RGB255, 240, 146
HSL51.7°, 100.0%, 78.6%
CMYK0%, 6%, 43%, 0%
HSV51.7°, 42.7%, 100.0%
LAB94.2, -7.6, 47.1
XYZ77.6, 85.7, 39.6
Decimal16773266
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.13:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF092;
}
.text-color {
color: #FFF092;
}
.border-color {
border: 2px solid #FFF092;
}