RGB
255, 165, 0
HSL
39°, 100%, 50%
CMYK
0, 35, 100, 0
HSV
39°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFA500 |
color: #FFA500;
|
| RGB | 255, 165, 0 |
color: rgb(255, 165, 0);
|
| RGB Percentage | 100%, 65%, 0% |
color: rgb(100%, 65%, 0%);
|
| CMYK | 0%, 35%, 100%, 0% | Not supported in CSS |
| HSL | 39°, 100%, 50% |
color: hsl(39, 100%, 50%);
|
| HSV | 39°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 18, 55 |
color: lab(40% 18 55);
|
| Decimal | 16753920 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.orange {
color: #FFA500;
}
SCSS
$orange: #FFA500;
RGB
rgb(255, 165, 0)
Accessibility & Contrast
White background
1.97:1
1.97
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
10.63:1
10.63
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element