#FF6D1D
A medium, vivid orange closely aligning with Orangered.
About #FF6D1D
The hex code #FF6D1D represents a beautifully specific shade of orange. Designers often compare it to the standard color Orangered. In the RGB color space, it consists of 255 red, 109 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 57% magenta, 89% yellow, and 0% black. The HSL representation is 21.2° hue, 100.0% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF6D1D
RGB255, 109, 29
HSL21.2°, 100.0%, 55.7%
CMYK0%, 57%, 89%, 0%
HSV21.2°, 88.6%, 100.0%
LAB63.6, 52.2, 66.0
XYZ46.9, 32.3, 4.9
Decimal16739613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.46:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D1D;
}
.text-color {
color: #FF6D1D;
}
.border-color {
border: 2px solid #FF6D1D;
}