#F0F092
A light, vivid yellow closely aligning with Khaki.
About #F0F092
When working with digital screens, the color #F0F092 is rendered by mixing light. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(240, 240, 146).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0F092
RGB240, 240, 146
HSL60.0°, 75.8%, 75.7%
CMYK0%, 0%, 39%, 6%
HSV60.0°, 39.2%, 94.1%
LAB93.0, -13.3, 45.4
XYZ72.3, 82.9, 39.4
Decimal15790226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.58:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F092;
}
.text-color {
color: #F0F092;
}
.border-color {
border: 2px solid #F0F092;
}