#F8F024
A medium, vivid yellow closely aligning with Yellow.
About #F8F024
At its core, #F8F024 is a medium and vivid hue. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 240, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. The HSL representation is 57.7° hue, 93.8% 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#F8F024
RGB248, 240, 36
HSL57.7°, 93.8%, 55.7%
CMYK0%, 3%, 85%, 3%
HSV57.7°, 85.5%, 97.3%
LAB92.8, -16.8, 86.9
XYZ70.2, 82.4, 13.9
Decimal16314404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.48:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F024;
}
.text-color {
color: #F8F024;
}
.border-color {
border: 2px solid #F8F024;
}