#F06D07
A medium, vivid orange closely aligning with Darkorange.
About #F06D07
At its core, #F06D07 is a medium and vivid hue. Designers often compare it to the standard color Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 109, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 55% M, 97% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#F06D07
RGB240, 109, 7
HSL26.3°, 94.3%, 48.4%
CMYK0%, 55%, 97%, 6%
HSV26.3°, 97.1%, 94.1%
LAB61.2, 46.4, 68.3
XYZ41.4, 29.5, 3.7
Decimal15756551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.90:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D07;
}
.text-color {
color: #F06D07;
}
.border-color {
border: 2px solid #F06D07;
}