RGB
255, 153, 28
HSL
33°, 100%, 55%
CMYK
0, 40, 89, 0
HSV
33°, 89%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF991C |
color: #FF991C;
|
| RGB | 255, 153, 28 |
color: rgb(255, 153, 28);
|
| RGB Percentage | 100%, 60%, 11% |
color: rgb(100%, 60%, 11%);
|
| CMYK | 0%, 40%, 89%, 0% | Not supported in CSS |
| HSL | 33°, 100%, 55% |
color: hsl(33, 100%, 55%);
|
| HSV | 33°, 89%, 100% | Not supported in CSS |
| CIE-LAB | 44, 20, 42 |
color: lab(44% 20 42);
|
| Decimal | 16750876 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.bright-orange {
color: #FF991C;
}
SCSS
$bright-orange: #FF991C;
RGB
rgb(255, 153, 28)
Accessibility & Contrast
White background
2.14:1
2.14
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
9.83:1
9.83
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element