#FFA83A
A light, vivid orange closely aligning with Orange.
About #FFA83A
Visually, #FFA83A is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Orange. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 168, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 34% Magenta, 77% Yellow, and 0% Black. The HSL representation is 33.5° hue, 100.0% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFA83A
RGB255, 168, 58
HSL33.5°, 100.0%, 61.4%
CMYK0%, 34%, 77%, 0%
HSV33.5°, 77.3%, 100.0%
LAB75.8, 23.5, 66.2
XYZ56.0, 49.6, 10.6
Decimal16754746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.91:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA83A;
}
.text-color {
color: #FFA83A;
}
.border-color {
border: 2px solid #FFA83A;
}