#FF5F1D
A medium, vivid orange closely aligning with Orangered.
About #FF5F1D
When working with digital screens, the color #FF5F1D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 255 red, 95 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 63% M, 89% Y, and 0% K. With a hue angle of 17.5 degrees, it sits comfortably in the orange spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF5F1D
RGB255, 95, 29
HSL17.5°, 100.0%, 55.7%
CMYK0%, 63%, 89%, 0%
HSV17.5°, 88.6%, 100.0%
LAB61.2, 58.3, 64.2
XYZ45.6, 29.5, 4.5
Decimal16736029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5F1D;
}
.text-color {
color: #FF5F1D;
}
.border-color {
border: 2px solid #FF5F1D;
}