Shades of Lemon #FEE821
Tints of Lemon #FEE821
RGB
CMYK
RGB Variations
Color information
#FEE821 (or 0xFEE821) is known color: Lemon. HEX triplet: FE, E8 and 21. RGB value is (254,232,33). Sum of RGB (Red+Green+Blue) = 254+232+33=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 33 (13.28% from 255 or 6.36% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE821 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE821 is #0117DE. Grayscale: #D8D8D8. Windows color (decimal): -71647 or 2222334. OLE color: 2222334.
HSL color Cylindrical-coordinate representation of color #FEE821: hue angle of 54.03º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE821 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 33 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.00 |
| HSL | 54.03º | 0.99% | 0.56% | - |
| HSV(B) | 54.03º | 0.87% | 1% | - |
| XYZ | 70 | 78.89 | 12.98 | - |
| YUV | 215.89 | 24.79 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 33 | 0 | 0.09 | 0.87 | 0.00 | 54.03 | 0.99 | 0.56 |
| Hex | FE | E8 | 21 | 0 | 9 | 57 | 0 | 36 | 63 | 38 |
| Octal | 376 | 350 | 41 | 0 | 11 | 127 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11101000 | 100001 | 0 | 1001 | 1010111 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE821
Complementary color
Monochromatic Colors of #FEE821
Black with #FEE821
Text Example
Text Example
White with #FEE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE821; }
p { color: rgb(254,232,33); }
H1.HeaderClassName
{
color: #FEE821;
}
.AnyTagClassName
{
color: #FEE821;
}
</style>
background-color css
<style>
a { background-color: #FEE821; }
a { background-color: rgb(254,232,33); }
div.DivClassName
{
background-color: #FEE821;
}
.BgClassName
{
background-color: #FEE821;
}
</style>
border-color css
<style>
span { border-color: #FEE821; }
span { border-color: rgb(254,232,33); }
td.TdClassName
{
border-color: #FEE821;
}
.TagClassName
{
border-color: #FEE821;
}
</style>