#F0F899
A light, vivid yellow closely aligning with Khaki.
About #F0F899
Visually, #F0F899 is defined as a vivid yellow. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(240, 248, 153).
For print applications, it's crucial to understand its CMYK makeup. The color uses 3% Cyan, 0% Magenta, 38% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F0F899
RGB240, 248, 153
HSL65.1°, 87.2%, 78.6%
CMYK3%, 0%, 38%, 3%
HSV65.1°, 38.3%, 97.3%
LAB95.1, -16.5, 44.7
XYZ75.3, 88.0, 43.1
Decimal15792281
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.59:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F899;
}
.text-color {
color: #F0F899;
}
.border-color {
border: 2px solid #F0F899;
}