#F06D2C
A medium, vivid orange closely aligning with Chocolate.
About #F06D2C
At its core, #F06D2C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(240, 109, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 55% magenta, 82% yellow, and 6% black. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F06D2C
RGB240, 109, 44
HSL19.9°, 86.7%, 55.7%
CMYK0%, 55%, 82%, 6%
HSV19.9°, 81.7%, 94.1%
LAB61.3, 47.0, 57.7
XYZ41.9, 29.6, 5.9
Decimal15756588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.93:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D2C;
}
.text-color {
color: #F06D2C;
}
.border-color {
border: 2px solid #F06D2C;
}