#F07C1D
A medium, vivid orange closely aligning with Darkorange.
About #F07C1D
The hex code #F07C1D represents a beautifully specific shade of orange. It is closely associated with the named CSS color Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 124, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 48% Magenta, 88% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
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#F07C1D
RGB240, 124, 29
HSL27.0°, 87.6%, 52.7%
CMYK0%, 48%, 88%, 6%
HSV27.0°, 87.9%, 94.1%
LAB64.2, 39.3, 65.4
XYZ43.4, 33.0, 5.3
Decimal15760413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.61:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07C1D;
}
.text-color {
color: #F07C1D;
}
.border-color {
border: 2px solid #F07C1D;
}