#FF4216
A medium, vivid red closely aligning with Orangered.
About #FF4216
Visually, #FF4216 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Orangered. This translates to an RGB value of rgb(255, 66, 22).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 74% M, 91% Y, and 0% K. The HSL representation is 11.3° hue, 100.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF4216
RGB255, 66, 22
HSL11.3°, 100.0%, 54.3%
CMYK0%, 74%, 91%, 0%
HSV11.3°, 91.4%, 100.0%
LAB57.3, 68.9, 63.7
XYZ43.3, 25.2, 3.3
Decimal16728598
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4216;
}
.text-color {
color: #FF4216;
}
.border-color {
border: 2px solid #FF4216;
}