#F06616
A medium, vivid orange closely aligning with Chocolate.
About #F06616
Visually, #F06616 is defined as a vivid orange. Its closest recognized web color is Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 102, and 22.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 57% magenta, 91% yellow, and 6% black. With a hue angle of 22.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#F06616
RGB240, 102, 22
HSL22.0°, 87.9%, 51.4%
CMYK0%, 57%, 91%, 6%
HSV22.0°, 90.8%, 94.1%
LAB60.0, 49.8, 64.3
XYZ40.8, 28.1, 4.0
Decimal15754774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.62:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06616;
}
.text-color {
color: #F06616;
}
.border-color {
border: 2px solid #F06616;
}