Shades of Lemon #FEE81A
Tints of Lemon #FEE81A
RGB
CMYK
RGB Variations
Color information
#FEE81A (or 0xFEE81A) is known color: Lemon. HEX triplet: FE, E8 and 1A. RGB value is (254,232,26). Sum of RGB (Red+Green+Blue) = 254+232+26=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE81A is #0117E5. Grayscale: #D7D7D7. Windows color (decimal): -71654 or 1763582. OLE color: 1763582.
HSL color Cylindrical-coordinate representation of color #FEE81A: hue angle of 54.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEE81A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 26 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.00 |
| HSL | 54.21º | 0.99% | 0.55% | - |
| HSV(B) | 54.21º | 0.9% | 1% | - |
| XYZ | 69.92 | 78.86 | 12.51 | - |
| YUV | 215.09 | 21.29 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 26 | 0 | 0.09 | 0.90 | 0.00 | 54.21 | 0.99 | 0.55 |
| Hex | FE | E8 | 1A | 0 | 9 | 5A | 0 | 36 | 63 | 37 |
| Octal | 376 | 350 | 32 | 0 | 11 | 132 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11101000 | 11010 | 0 | 1001 | 1011010 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE81A
Complementary color
Monochromatic Colors of #FEE81A
Black with #FEE81A
Text Example
Text Example
White with #FEE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE81A; }
p { color: rgb(254,232,26); }
H1.HeaderClassName
{
color: #FEE81A;
}
.AnyTagClassName
{
color: #FEE81A;
}
</style>
background-color css
<style>
a { background-color: #FEE81A; }
a { background-color: rgb(254,232,26); }
div.DivClassName
{
background-color: #FEE81A;
}
.BgClassName
{
background-color: #FEE81A;
}
</style>
border-color css
<style>
span { border-color: #FEE81A; }
span { border-color: rgb(254,232,26); }
td.TdClassName
{
border-color: #FEE81A;
}
.TagClassName
{
border-color: #FEE81A;
}
</style>