#F0CC1D
A medium, vivid yellow closely aligning with Gold.
About #F0CC1D
When working with digital screens, the color #F0CC1D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 240 red, 204 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 15% M, 88% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0CC1D
RGB240, 204, 29
HSL49.8°, 87.6%, 52.7%
CMYK0%, 15%, 88%, 6%
HSV49.8°, 87.9%, 94.1%
LAB82.8, -2.4, 80.0
XYZ57.7, 61.8, 10.0
Decimal15780893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.36:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CC1D;
}
.text-color {
color: #F0CC1D;
}
.border-color {
border: 2px solid #F0CC1D;
}