RGB
255, 168, 0
HSL
40°, 100%, 50%
CMYK
0, 34, 100, 0
HSV
40°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFA800 |
color: #FFA800;
|
| RGB | 255, 168, 0 |
color: rgb(255, 168, 0);
|
| RGB Percentage | 100%, 66%, 0% |
color: rgb(100%, 66%, 0%);
|
| CMYK | 0%, 34%, 100%, 0% | Not supported in CSS |
| HSL | 40°, 100%, 50% |
color: hsl(40, 100%, 50%);
|
| HSV | 40°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 17, 56 |
color: lab(40% 17 56);
|
| Decimal | 16754688 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.tangerine {
color: #FFA800;
}
SCSS
$tangerine: #FFA800;
RGB
rgb(255, 168, 0)
Accessibility & Contrast
White background
1.93:1
1.93
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
10.85:1
10.85
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element