#FF921D
A medium, vivid orange closely aligning with Darkorange.
About #FF921D
The precise color #FF921D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorange. This translates to an RGB value of rgb(255, 146, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 43% Magenta, 89% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
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#FF921D
RGB255, 146, 29
HSL31.1°, 100.0%, 55.7%
CMYK0%, 43%, 89%, 0%
HSV31.1°, 88.6%, 100.0%
LAB70.8, 34.1, 71.4
XYZ51.7, 41.9, 6.5
Decimal16749085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.38:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF921D;
}
.text-color {
color: #FF921D;
}
.border-color {
border: 2px solid #FF921D;
}