RGB
255, 191, 0
HSL
45°, 100%, 50%
CMYK
0, 25, 100, 0
HSV
45°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFBF00 |
color: #FFBF00;
|
| RGB | 255, 191, 0 |
color: rgb(255, 191, 0);
|
| RGB Percentage | 100%, 75%, 0% |
color: rgb(100%, 75%, 0%);
|
| CMYK | 0%, 25%, 100%, 0% | Not supported in CSS |
| HSL | 45°, 100%, 50% |
color: hsl(45, 100%, 50%);
|
| HSV | 45°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 13, 64 |
color: lab(40% 13 64);
|
| Decimal | 16760576 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.amber {
color: #FFBF00;
}
SCSS
$amber: #FFBF00;
RGB
rgb(255, 191, 0)
Accessibility & Contrast
White background
1.65:1
1.65
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
12.70:1
12.70
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element