RGB
255, 247, 0
HSL
58°, 100%, 50%
CMYK
0, 3, 100, 0
HSV
58°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFF700 |
color: #FFF700;
|
| RGB | 255, 247, 0 |
color: rgb(255, 247, 0);
|
| RGB Percentage | 100%, 97%, 0% |
color: rgb(100%, 97%, 0%);
|
| CMYK | 0%, 3%, 100%, 0% | Not supported in CSS |
| HSL | 58°, 100%, 50% |
color: hsl(58, 100%, 50%);
|
| HSV | 58°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 2, 82 |
color: lab(40% 2 82);
|
| Decimal | 16774912 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.lemon {
color: #FFF700;
}
SCSS
$lemon: #FFF700;
RGB
rgb(255, 247, 0)
Accessibility & Contrast
White background
1.13:1
1.13
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
18.56:1
18.56
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element