#F8F075
A light, vivid yellow closely aligning with Khaki.
About #F8F075
When working with digital screens, the color #F8F075 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 248 red, 240 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 53% yellow, and 3% black. With a hue angle of 56.3 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. 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#F8F075
RGB248, 240, 117
HSL56.3°, 90.3%, 71.6%
CMYK0%, 3%, 53%, 3%
HSV56.3°, 52.8%, 97.3%
LAB93.3, -12.9, 59.5
XYZ73.1, 83.6, 29.1
Decimal16314485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.71:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F075;
}
.text-color {
color: #F8F075;
}
.border-color {
border: 2px solid #F8F075;
}