#F07C3A
A medium, vivid orange closely aligning with Coral.
About #F07C3A
Visually, #F07C3A is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Coral. In the RGB color space, it consists of 240 red, 124 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#F07C3A
RGB240, 124, 58
HSL21.8°, 85.8%, 58.4%
CMYK0%, 48%, 76%, 6%
HSV21.8°, 75.8%, 94.1%
LAB64.4, 40.1, 54.4
XYZ43.9, 33.2, 8.1
Decimal15760442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07C3A;
}
.text-color {
color: #F07C3A;
}
.border-color {
border: 2px solid #F07C3A;
}