RGB
255, 92, 0
HSL
22°, 100%, 50%
CMYK
0, 64, 100, 0
HSV
22°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF5C00 |
color: #FF5C00;
|
| RGB | 255, 92, 0 |
color: rgb(255, 92, 0);
|
| RGB Percentage | 100%, 36%, 0% |
color: rgb(100%, 36%, 0%);
|
| CMYK | 0%, 64%, 100%, 0% | Not supported in CSS |
| HSL | 22°, 100%, 50% |
color: hsl(22, 100%, 50%);
|
| HSV | 22°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 33, 31 |
color: lab(40% 33 31);
|
| Decimal | 16735232 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.neon-orange {
color: #FF5C00;
}
SCSS
$neon-orange: #FF5C00;
RGB
rgb(255, 92, 0)
Accessibility & Contrast
White background
3.10:1
3.10
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
6.78:1
6.78
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element