Shades of Lemon #FDE520
Tints of Lemon #FDE520
RGB
CMYK
RGB Variations
Color information
#FDE520 (or 0xFDE520) is known color: Lemon. HEX triplet: FD, E5 and 20. RGB value is (253,229,32). Sum of RGB (Red+Green+Blue) = 253+229+32=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 32 (12.89% from 255 or 6.23% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE520 is #021ADF. Grayscale: #D6D6D6. Windows color (decimal): -137952 or 2156029. OLE color: 2156029.
HSL color Cylindrical-coordinate representation of color #FDE520: hue angle of 53.48º 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 #FDE520 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.01 |
| HSL | 53.48º | 0.98% | 0.56% | - |
| HSV(B) | 53.48º | 0.87% | 0.99% | - |
| XYZ | 68.79 | 77.03 | 12.61 | - |
| YUV | 213.72 | 25.45 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 32 | 0 | 0.09 | 0.87 | 0.01 | 53.48 | 0.98 | 0.56 |
| Hex | FD | E5 | 20 | 0 | 9 | 57 | 1 | 35 | 62 | 38 |
| Octal | 375 | 345 | 40 | 0 | 11 | 127 | 1 | 65 | 142 | 70 |
| Binary | 11111101 | 11100101 | 100000 | 0 | 1001 | 1010111 | 1 | 110101 | 1100010 | 111000 |
Color Harmonies of #FDE520
Complementary color
Monochromatic Colors of #FDE520
Black with #FDE520
Text Example
Text Example
White with #FDE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE520; }
p { color: rgb(253,229,32); }
H1.HeaderClassName
{
color: #FDE520;
}
.AnyTagClassName
{
color: #FDE520;
}
</style>
background-color css
<style>
a { background-color: #FDE520; }
a { background-color: rgb(253,229,32); }
div.DivClassName
{
background-color: #FDE520;
}
.BgClassName
{
background-color: #FDE520;
}
</style>
border-color css
<style>
span { border-color: #FDE520; }
span { border-color: rgb(253,229,32); }
td.TdClassName
{
border-color: #FDE520;
}
.TagClassName
{
border-color: #FDE520;
}
</style>