#F0E950
A light, vivid yellow closely aligning with Gold.
About #F0E950
At its core, #F0E950 is a light and vivid hue. It is closely associated with the named CSS color Gold. Its digital footprint relies on 240 parts red, 233 parts green, and 80 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 3% magenta, 67% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F0E950
RGB240, 233, 80
HSL57.4°, 84.2%, 62.7%
CMYK0%, 3%, 67%, 6%
HSV57.4°, 66.7%, 94.1%
LAB90.5, -15.1, 71.8
XYZ66.5, 77.4, 19.0
Decimal15788368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.48:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E950;
}
.text-color {
color: #F0E950;
}
.border-color {
border: 2px solid #F0E950;
}