Shades of Lemon #FEE81F
Tints of Lemon #FEE81F
RGB
CMYK
RGB Variations
Color information
#FEE81F (or 0xFEE81F) is known color: Lemon. HEX triplet: FE, E8 and 1F. RGB value is (254,232,31). Sum of RGB (Red+Green+Blue) = 254+232+31=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 31 (12.5% from 255 or 6.00% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE81F is #0117E0. Grayscale: #D8D8D8. Windows color (decimal): -71649 or 2091262. OLE color: 2091262.
HSL color Cylindrical-coordinate representation of color #FEE81F: hue angle of 54.08º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEE81F is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 31 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.00 |
| HSL | 54.08º | 0.99% | 0.56% | - |
| HSV(B) | 54.08º | 0.88% | 1% | - |
| XYZ | 69.98 | 78.88 | 12.83 | - |
| YUV | 215.66 | 23.79 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 31 | 0 | 0.09 | 0.88 | 0.00 | 54.08 | 0.99 | 0.56 |
| Hex | FE | E8 | 1F | 0 | 9 | 58 | 0 | 36 | 63 | 38 |
| Octal | 376 | 350 | 37 | 0 | 11 | 130 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11101000 | 11111 | 0 | 1001 | 1011000 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE81F
Complementary color
Monochromatic Colors of #FEE81F
Black with #FEE81F
Text Example
Text Example
White with #FEE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE81F; }
p { color: rgb(254,232,31); }
H1.HeaderClassName
{
color: #FEE81F;
}
.AnyTagClassName
{
color: #FEE81F;
}
</style>
background-color css
<style>
a { background-color: #FEE81F; }
a { background-color: rgb(254,232,31); }
div.DivClassName
{
background-color: #FEE81F;
}
.BgClassName
{
background-color: #FEE81F;
}
</style>
border-color css
<style>
span { border-color: #FEE81F; }
span { border-color: rgb(254,232,31); }
td.TdClassName
{
border-color: #FEE81F;
}
.TagClassName
{
border-color: #FEE81F;
}
</style>