Shades of Lemon #FDF022
Tints of Lemon #FDF022
RGB
CMYK
RGB Variations
Color information
#FDF022 (or 0xFDF022) is known color: Lemon. HEX triplet: FD, F0 and 22. RGB value is (253,240,34). Sum of RGB (Red+Green+Blue) = 253+240+34=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 34 (13.67% from 255 or 6.45% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF022 is #020FDD. Grayscale: #DDDDDD. Windows color (decimal): -135134 or 2289917. OLE color: 2289917.
HSL color Cylindrical-coordinate representation of color #FDF022: hue angle of 56.44º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDF022 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 34 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.01 |
| HSL | 56.44º | 0.98% | 0.56% | - |
| HSV(B) | 56.44º | 0.87% | 0.99% | - |
| XYZ | 71.96 | 83.32 | 13.8 | - |
| YUV | 220.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 34 | 0 | 0.05 | 0.87 | 0.01 | 56.44 | 0.98 | 0.56 |
| Hex | FD | F0 | 22 | 0 | 5 | 57 | 1 | 38 | 62 | 38 |
| Octal | 375 | 360 | 42 | 0 | 5 | 127 | 1 | 70 | 142 | 70 |
| Binary | 11111101 | 11110000 | 100010 | 0 | 101 | 1010111 | 1 | 111000 | 1100010 | 111000 |
Color Harmonies of #FDF022
Complementary color
Monochromatic Colors of #FDF022
Black with #FDF022
Text Example
Text Example
White with #FDF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF022; }
p { color: rgb(253,240,34); }
H1.HeaderClassName
{
color: #FDF022;
}
.AnyTagClassName
{
color: #FDF022;
}
</style>
background-color css
<style>
a { background-color: #FDF022; }
a { background-color: rgb(253,240,34); }
div.DivClassName
{
background-color: #FDF022;
}
.BgClassName
{
background-color: #FDF022;
}
</style>
border-color css
<style>
span { border-color: #FDF022; }
span { border-color: rgb(253,240,34); }
td.TdClassName
{
border-color: #FDF022;
}
.TagClassName
{
border-color: #FDF022;
}
</style>