Shades of Lemon #FDF420
Tints of Lemon #FDF420
RGB
CMYK
RGB Variations
Color information
#FDF420 (or 0xFDF420) is known color: Lemon. HEX triplet: FD, F4 and 20. RGB value is (253,244,32). Sum of RGB (Red+Green+Blue) = 253+244+32=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 32 (12.89% from 255 or 6.05% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF420 is #020BDF. Grayscale: #DFDFDF. Windows color (decimal): -134112 or 2159869. OLE color: 2159869.
HSL color Cylindrical-coordinate representation of color #FDF420: hue angle of 57.56º 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 #FDF420 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 57.56º | 0.98% | 0.56% | - |
| HSV(B) | 57.56º | 0.87% | 0.99% | - |
| XYZ | 73.12 | 85.69 | 14.05 | - |
| YUV | 222.52 | 20.48 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 32 | 0 | 0.04 | 0.87 | 0.01 | 57.56 | 0.98 | 0.56 |
| Hex | FD | F4 | 20 | 0 | 4 | 57 | 1 | 3A | 62 | 38 |
| Octal | 375 | 364 | 40 | 0 | 4 | 127 | 1 | 72 | 142 | 70 |
| Binary | 11111101 | 11110100 | 100000 | 0 | 100 | 1010111 | 1 | 111010 | 1100010 | 111000 |
Color Harmonies of #FDF420
Complementary color
Monochromatic Colors of #FDF420
Black with #FDF420
Text Example
Text Example
White with #FDF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF420; }
p { color: rgb(253,244,32); }
H1.HeaderClassName
{
color: #FDF420;
}
.AnyTagClassName
{
color: #FDF420;
}
</style>
background-color css
<style>
a { background-color: #FDF420; }
a { background-color: rgb(253,244,32); }
div.DivClassName
{
background-color: #FDF420;
}
.BgClassName
{
background-color: #FDF420;
}
</style>
border-color css
<style>
span { border-color: #FDF420; }
span { border-color: rgb(253,244,32); }
td.TdClassName
{
border-color: #FDF420;
}
.TagClassName
{
border-color: #FDF420;
}
</style>