#F0F02C
A medium, vivid yellow closely aligning with Yellow.
About #F0F02C
Visually, #F0F02C is defined as a vivid yellow. It is closely associated with the named CSS color Yellow. Its digital footprint relies on 240 parts red, 240 parts green, and 44 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 0% M, 82% Y, and 6% K. The HSL representation is 60.0° hue, 86.7% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0F02C
RGB240, 240, 44
HSL60.0°, 86.7%, 55.7%
CMYK0%, 0%, 82%, 6%
HSV60.0°, 81.7%, 94.1%
LAB92.1, -19.9, 84.4
XYZ67.5, 81.0, 14.5
Decimal15790124
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.21:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F02C;
}
.text-color {
color: #F0F02C;
}
.border-color {
border: 2px solid #F0F02C;
}