Shades of Lemon #FDE521
Tints of Lemon #FDE521
RGB
CMYK
RGB Variations
Color information
#FDE521 (or 0xFDE521) is known color: Lemon. HEX triplet: FD, E5 and 21. RGB value is (253,229,33). Sum of RGB (Red+Green+Blue) = 253+229+33=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 33 (13.28% from 255 or 6.41% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE521 is #021ADE. Grayscale: #D6D6D6. Windows color (decimal): -137951 or 2221565. OLE color: 2221565.
HSL color Cylindrical-coordinate representation of color #FDE521: hue angle of 53.45º 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 #FDE521 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 33 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.01 |
| HSL | 53.45º | 0.98% | 0.56% | - |
| HSV(B) | 53.45º | 0.87% | 0.99% | - |
| XYZ | 68.8 | 77.03 | 12.68 | - |
| YUV | 213.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 33 | 0 | 0.09 | 0.87 | 0.01 | 53.45 | 0.98 | 0.56 |
| Hex | FD | E5 | 21 | 0 | 9 | 57 | 1 | 35 | 62 | 38 |
| Octal | 375 | 345 | 41 | 0 | 11 | 127 | 1 | 65 | 142 | 70 |
| Binary | 11111101 | 11100101 | 100001 | 0 | 1001 | 1010111 | 1 | 110101 | 1100010 | 111000 |
Color Harmonies of #FDE521
Complementary color
Monochromatic Colors of #FDE521
Black with #FDE521
Text Example
Text Example
White with #FDE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE521; }
p { color: rgb(253,229,33); }
H1.HeaderClassName
{
color: #FDE521;
}
.AnyTagClassName
{
color: #FDE521;
}
</style>
background-color css
<style>
a { background-color: #FDE521; }
a { background-color: rgb(253,229,33); }
div.DivClassName
{
background-color: #FDE521;
}
.BgClassName
{
background-color: #FDE521;
}
</style>
border-color css
<style>
span { border-color: #FDE521; }
span { border-color: rgb(253,229,33); }
td.TdClassName
{
border-color: #FDE521;
}
.TagClassName
{
border-color: #FDE521;
}
</style>