#FF7C0F
A medium, vivid orange closely aligning with Darkorange.
About #FF7C0F
Visually, #FF7C0F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 124, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 51% Magenta, 94% Yellow, and 0% Black. With a hue angle of 27.2 degrees, it sits comfortably in the orange spectrum.
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#FF7C0F
RGB255, 124, 15
HSL27.2°, 100.0%, 52.9%
CMYK0%, 51%, 94%, 0%
HSV27.2°, 94.1%, 100.0%
LAB66.3, 44.9, 71.3
XYZ48.5, 35.7, 4.8
Decimal16743439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.14:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7C0F;
}
.text-color {
color: #FF7C0F;
}
.border-color {
border: 2px solid #FF7C0F;
}