#FF752C
A medium, vivid orange closely aligning with Coral.
About #FF752C
The precise color #FF752C is an excellent choice for modern design projects. Its closest recognized web color is Coral. This translates to an RGB value of rgb(255, 117, 44).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 54% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#FF752C
RGB255, 117, 44
HSL20.8°, 100.0%, 58.6%
CMYK0%, 54%, 83%, 0%
HSV20.8°, 82.7%, 100.0%
LAB65.1, 48.8, 61.9
XYZ48.1, 34.2, 6.4
Decimal16741676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF752C;
}
.text-color {
color: #FF752C;
}
.border-color {
border: 2px solid #FF752C;
}