#F8F866
A light, vivid yellow closely aligning with Khaki.
About #F8F866
When working with digital screens, the color #F8F866 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(248, 248, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 59% yellow, and 3% black. The HSL representation is 60.0° hue, 91.3% saturation, and 68.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8F866
RGB248, 248, 102
HSL60.0°, 91.3%, 68.6%
CMYK0%, 0%, 59%, 3%
HSV60.0°, 58.9%, 97.3%
LAB95.2, -17.9, 68.2
XYZ74.7, 88.1, 25.6
Decimal16316518
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.61:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F866;
}
.text-color {
color: #F8F866;
}
.border-color {
border: 2px solid #F8F866;
}