#F0F83A
A light, vivid yellow closely aligning with Yellow.
About #F0F83A
The precise color #F0F83A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellow. Its digital footprint relies on 240 parts red, 248 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0F83A
RGB240, 248, 58
HSL62.5°, 93.1%, 60.0%
CMYK3%, 0%, 77%, 3%
HSV62.5°, 76.6%, 97.3%
LAB94.3, -23.3, 82.7
XYZ70.3, 86.0, 16.9
Decimal15792186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.19:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F83A;
}
.text-color {
color: #F0F83A;
}
.border-color {
border: 2px solid #F0F83A;
}