#FF5016
A medium, vivid red closely aligning with Orangered.
About #FF5016
At its core, #FF5016 is a medium and vivid hue. It is closely associated with the named CSS color Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 80, and 22.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 69% magenta, 91% yellow, and 0% black. The HSL representation is 14.9° hue, 100.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5016
RGB255, 80, 22
HSL14.9°, 100.0%, 54.3%
CMYK0%, 69%, 91%, 0%
HSV14.9°, 91.4%, 100.0%
LAB59.0, 64.1, 64.9
XYZ44.3, 27.1, 3.6
Decimal16732182
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5016;
}
.text-color {
color: #FF5016;
}
.border-color {
border: 2px solid #FF5016;
}