#F0F07C
A light, vivid yellow closely aligning with Khaki.
About #F0F07C
At its core, #F0F07C is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. Its digital footprint relies on 240 parts red, 240 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 0% Magenta, 48% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#F0F07C
RGB240, 240, 124
HSL60.0°, 79.5%, 71.4%
CMYK0%, 0%, 48%, 6%
HSV60.0°, 48.3%, 94.1%
LAB92.7, -15.5, 55.5
XYZ70.7, 82.3, 31.2
Decimal15790204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.46:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F07C;
}
.text-color {
color: #F0F07C;
}
.border-color {
border: 2px solid #F0F07C;
}