#FF7533
A light, vivid orange closely aligning with Coral.
About #FF7533
At its core, #FF7533 is a light and vivid hue. Its closest recognized web color is Coral. This translates to an RGB value of rgb(255, 117, 51).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 54% M, 80% Y, and 0% K. With a hue angle of 19.4 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF7533
RGB255, 117, 51
HSL19.4°, 100.0%, 60.0%
CMYK0%, 54%, 80%, 0%
HSV19.4°, 80.0%, 100.0%
LAB65.1, 49.0, 59.0
XYZ48.2, 34.2, 7.2
Decimal16741683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.84:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7533;
}
.text-color {
color: #FF7533;
}
.border-color {
border: 2px solid #FF7533;
}