Shades of Lemon #FEE921
Tints of Lemon #FEE921
RGB
CMYK
RGB Variations
Color information
#FEE921 (or 0xFEE921) is known color: Lemon. HEX triplet: FE, E9 and 21. RGB value is (254,233,33). Sum of RGB (Red+Green+Blue) = 254+233+33=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 33 (13.28% from 255 or 6.35% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE921 is #0116DE. Grayscale: #D9D9D9. Windows color (decimal): -71391 or 2222590. OLE color: 2222590.
HSL color Cylindrical-coordinate representation of color #FEE921: hue angle of 54.3º 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 #FEE921 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.00 |
| HSL | 54.3º | 0.99% | 0.56% | - |
| HSV(B) | 54.3º | 0.87% | 1% | - |
| XYZ | 70.29 | 79.46 | 13.07 | - |
| YUV | 216.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 33 | 0 | 0.08 | 0.87 | 0.00 | 54.3 | 0.99 | 0.56 |
| Hex | FE | E9 | 21 | 0 | 8 | 57 | 0 | 36 | 63 | 38 |
| Octal | 376 | 351 | 41 | 0 | 10 | 127 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11101001 | 100001 | 0 | 1000 | 1010111 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE921
Complementary color
Monochromatic Colors of #FEE921
Black with #FEE921
Text Example
Text Example
White with #FEE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE921; }
p { color: rgb(254,233,33); }
H1.HeaderClassName
{
color: #FEE921;
}
.AnyTagClassName
{
color: #FEE921;
}
</style>
background-color css
<style>
a { background-color: #FEE921; }
a { background-color: rgb(254,233,33); }
div.DivClassName
{
background-color: #FEE921;
}
.BgClassName
{
background-color: #FEE921;
}
</style>
border-color css
<style>
span { border-color: #FEE921; }
span { border-color: rgb(254,233,33); }
td.TdClassName
{
border-color: #FEE921;
}
.TagClassName
{
border-color: #FEE921;
}
</style>