Shades of Lemon #FDE821
Tints of Lemon #FDE821
RGB
CMYK
RGB Variations
Color information
#FDE821 (or 0xFDE821) is known color: Lemon. HEX triplet: FD, E8 and 21. RGB value is (253,232,33). Sum of RGB (Red+Green+Blue) = 253+232+33=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 33 (13.28% from 255 or 6.37% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE821 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE821 is #0217DE. Grayscale: #D8D8D8. Windows color (decimal): -137183 or 2222333. OLE color: 2222333.
HSL color Cylindrical-coordinate representation of color #FDE821: hue angle of 54.27º 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 #FDE821 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.01 |
| HSL | 54.27º | 0.98% | 0.56% | - |
| HSV(B) | 54.27º | 0.87% | 0.99% | - |
| XYZ | 69.64 | 78.71 | 12.96 | - |
| YUV | 215.59 | 24.96 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 33 | 0 | 0.08 | 0.87 | 0.01 | 54.27 | 0.98 | 0.56 |
| Hex | FD | E8 | 21 | 0 | 8 | 57 | 1 | 36 | 62 | 38 |
| Octal | 375 | 350 | 41 | 0 | 10 | 127 | 1 | 66 | 142 | 70 |
| Binary | 11111101 | 11101000 | 100001 | 0 | 1000 | 1010111 | 1 | 110110 | 1100010 | 111000 |
Color Harmonies of #FDE821
Complementary color
Monochromatic Colors of #FDE821
Black with #FDE821
Text Example
Text Example
White with #FDE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE821; }
p { color: rgb(253,232,33); }
H1.HeaderClassName
{
color: #FDE821;
}
.AnyTagClassName
{
color: #FDE821;
}
</style>
background-color css
<style>
a { background-color: #FDE821; }
a { background-color: rgb(253,232,33); }
div.DivClassName
{
background-color: #FDE821;
}
.BgClassName
{
background-color: #FDE821;
}
</style>
border-color css
<style>
span { border-color: #FDE821; }
span { border-color: rgb(253,232,33); }
td.TdClassName
{
border-color: #FDE821;
}
.TagClassName
{
border-color: #FDE821;
}
</style>