#F0F80F
A medium, vivid yellow closely aligning with Yellow.
About #F0F80F
Visually, #F0F80F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(240, 248, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 0% magenta, 94% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0F80F
RGB240, 248, 15
HSL62.1°, 94.3%, 51.6%
CMYK3%, 0%, 94%, 3%
HSV62.1°, 94.0%, 97.3%
LAB94.2, -24.3, 90.7
XYZ69.6, 85.7, 13.3
Decimal15792143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.14:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F80F;
}
.text-color {
color: #F0F80F;
}
.border-color {
border: 2px solid #F0F80F;
}