#F07C0F
A medium, vivid orange closely aligning with Darkorange.
About #F07C0F
The hex code #F07C0F represents a beautifully specific shade of orange. 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, 124, and 15.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 48% Magenta, 94% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F07C0F
RGB240, 124, 15
HSL29.1°, 88.2%, 50.0%
CMYK0%, 48%, 94%, 6%
HSV29.1°, 93.8%, 94.1%
LAB64.1, 39.1, 68.8
XYZ43.2, 33.0, 4.5
Decimal15760399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.60:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07C0F;
}
.text-color {
color: #F07C0F;
}
.border-color {
border: 2px solid #F07C0F;
}