#F0B649
A light, vivid orange closely aligning with Goldenrod.
About #F0B649
When working with digital screens, the color #F0B649 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 240 red, 182 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 24% M, 70% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
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#F0B649
RGB240, 182, 73
HSL39.2°, 84.8%, 61.4%
CMYK0%, 24%, 70%, 6%
HSV39.2°, 69.6%, 94.1%
LAB77.6, 10.5, 61.4
XYZ53.9, 52.5, 13.6
Decimal15775305
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.49:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B649;
}
.text-color {
color: #F0B649;
}
.border-color {
border: 2px solid #F0B649;
}