#F06607
A medium, vivid orange closely aligning with Chocolate.
About #F06607
At its core, #F06607 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 102, and 7.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 57% Magenta, 97% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F06607
RGB240, 102, 7
HSL24.5°, 94.3%, 48.4%
CMYK0%, 57%, 97%, 6%
HSV24.5°, 97.1%, 94.1%
LAB59.9, 49.7, 67.5
XYZ40.7, 28.0, 3.5
Decimal15754759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.61:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06607;
}
.text-color {
color: #F06607;
}
.border-color {
border: 2px solid #F06607;
}