#F0E90F
A medium, vivid yellow closely aligning with Yellow.
About #F0E90F
Visually, #F0E90F is defined as a vivid yellow. It is closely associated with the named CSS color Yellow. Its digital footprint relies on 240 parts red, 233 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 3% magenta, 94% yellow, and 6% black. The HSL representation is 58.1° hue, 88.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F0E90F
RGB240, 233, 15
HSL58.1°, 88.2%, 50.0%
CMYK0%, 3%, 94%, 6%
HSV58.1°, 93.8%, 94.1%
LAB90.2, -17.1, 87.7
XYZ65.2, 76.8, 11.8
Decimal15788303
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.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E90F;
}
.text-color {
color: #F0E90F;
}
.border-color {
border: 2px solid #F0E90F;
}