#F0F81D
A medium, vivid yellow closely aligning with Yellow.
About #F0F81D
When working with digital screens, the color #F0F81D is rendered by mixing light. Designers often compare it to the standard color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 248, and 29.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0F81D
RGB240, 248, 29
HSL62.2°, 94.0%, 54.3%
CMYK3%, 0%, 88%, 3%
HSV62.2°, 88.3%, 97.3%
LAB94.2, -24.1, 89.0
XYZ69.7, 85.7, 14.0
Decimal15792157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.15:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F81D;
}
.text-color {
color: #F0F81D;
}
.border-color {
border: 2px solid #F0F81D;
}