#F0E916
A medium, vivid yellow closely aligning with Yellow.
About #F0E916
The precise color #F0E916 is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 233, and 22.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 91% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0E916
RGB240, 233, 22
HSL58.1°, 87.9%, 51.4%
CMYK0%, 3%, 91%, 6%
HSV58.1°, 90.8%, 94.1%
LAB90.3, -17.0, 86.9
XYZ65.2, 76.9, 12.2
Decimal15788310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.37:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E916;
}
.text-color {
color: #F0E916;
}
.border-color {
border: 2px solid #F0E916;
}