#FFF066
A light, vivid yellow closely aligning with Khaki.
About #FFF066
At its core, #FFF066 is a light and vivid hue. Its closest recognized web color is Khaki. In the RGB color space, it consists of 255 red, 240 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 6% magenta, 60% yellow, and 0% black. The HSL representation is 54.1° hue, 100.0% saturation, and 70.0% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFF066
RGB255, 240, 102
HSL54.1°, 100.0%, 70.0%
CMYK0%, 6%, 60%, 0%
HSV54.1°, 60.0%, 100.0%
LAB93.7, -11.2, 66.7
XYZ74.8, 84.5, 24.9
Decimal16773222
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.91:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF066;
}
.text-color {
color: #FFF066;
}
.border-color {
border: 2px solid #FFF066;
}