#F0CC07
A medium, vivid yellow closely aligning with Gold.
About #F0CC07
When working with digital screens, the color #F0CC07 is rendered by mixing light. Its closest recognized web color is Gold. In the RGB color space, it consists of 240 red, 204 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 97% yellow, and 6% black. With a hue angle of 50.7 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0CC07
RGB240, 204, 7
HSL50.7°, 94.3%, 48.4%
CMYK0%, 15%, 97%, 6%
HSV50.7°, 97.1%, 94.1%
LAB82.8, -2.7, 82.9
XYZ57.6, 61.7, 9.1
Decimal15780871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.35:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CC07;
}
.text-color {
color: #F0CC07;
}
.border-color {
border: 2px solid #F0CC07;
}