#FF4207
A medium, vivid red closely aligning with Orangered.
About #FF4207
The hex code #FF4207 represents a beautifully specific shade of red. Designers often compare it to the standard color Orangered. Its digital footprint relies on 255 parts red, 66 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 74% M, 97% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF4207
RGB255, 66, 7
HSL14.3°, 100.0%, 51.4%
CMYK0%, 74%, 97%, 0%
HSV14.3°, 97.3%, 100.0%
LAB57.2, 68.8, 67.4
XYZ43.2, 25.2, 2.8
Decimal16728583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4207;
}
.text-color {
color: #FF4207;
}
.border-color {
border: 2px solid #FF4207;
}