#FF7C33
A light, vivid orange closely aligning with Coral.
About #FF7C33
When working with digital screens, the color #FF7C33 is rendered by mixing light. Designers often compare it to the standard color Coral. Its digital footprint relies on 255 parts red, 124 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 51% Magenta, 80% Yellow, and 0% Black. The HSL representation is 21.5° hue, 100.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. 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#FF7C33
RGB255, 124, 51
HSL21.5°, 100.0%, 60.0%
CMYK0%, 51%, 80%, 0%
HSV21.5°, 80.0%, 100.0%
LAB66.5, 45.6, 60.3
XYZ49.0, 35.9, 7.5
Decimal16743475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.18:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7C33;
}
.text-color {
color: #FF7C33;
}
.border-color {
border: 2px solid #FF7C33;
}