#F0F85F
A light, vivid yellow closely aligning with Yellow.
About #F0F85F
The precise color #F0F85F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellow. In the RGB color space, it consists of 240 red, 248 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 3% cyan, 0% magenta, 62% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0F85F
RGB240, 248, 95
HSL63.1°, 91.6%, 67.3%
CMYK3%, 0%, 62%, 3%
HSV63.1°, 61.7%, 97.3%
LAB94.5, -21.5, 70.2
XYZ71.6, 86.5, 23.7
Decimal15792223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.30:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F85F;
}
.text-color {
color: #F0F85F;
}
.border-color {
border: 2px solid #F0F85F;
}