Shades of Lemon #FEE81C
Tints of Lemon #FEE81C
RGB
CMYK
RGB Variations
Color information
#FEE81C (or 0xFEE81C) is known color: Lemon. HEX triplet: FE, E8 and 1C. RGB value is (254,232,28). Sum of RGB (Red+Green+Blue) = 254+232+28=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 28 (11.33% from 255 or 5.45% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE81C is #0117E3. Grayscale: #D8D8D8. Windows color (decimal): -71652 or 1894654. OLE color: 1894654.
HSL color Cylindrical-coordinate representation of color #FEE81C: hue angle of 54.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEE81C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 28 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.00 |
| HSL | 54.16º | 0.99% | 0.55% | - |
| HSV(B) | 54.16º | 0.89% | 1% | - |
| XYZ | 69.94 | 78.87 | 12.64 | - |
| YUV | 215.32 | 22.29 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 28 | 0 | 0.09 | 0.89 | 0.00 | 54.16 | 0.99 | 0.55 |
| Hex | FE | E8 | 1C | 0 | 9 | 59 | 0 | 36 | 63 | 37 |
| Octal | 376 | 350 | 34 | 0 | 11 | 131 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11101000 | 11100 | 0 | 1001 | 1011001 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE81C
Complementary color
Monochromatic Colors of #FEE81C
Black with #FEE81C
Text Example
Text Example
White with #FEE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE81C; }
p { color: rgb(254,232,28); }
H1.HeaderClassName
{
color: #FEE81C;
}
.AnyTagClassName
{
color: #FEE81C;
}
</style>
background-color css
<style>
a { background-color: #FEE81C; }
a { background-color: rgb(254,232,28); }
div.DivClassName
{
background-color: #FEE81C;
}
.BgClassName
{
background-color: #FEE81C;
}
</style>
border-color css
<style>
span { border-color: #FEE81C; }
span { border-color: rgb(254,232,28); }
td.TdClassName
{
border-color: #FEE81C;
}
.TagClassName
{
border-color: #FEE81C;
}
</style>