Shades of Lemon #FEE916
Tints of Lemon #FEE916
RGB
CMYK
RGB Variations
Color information
#FEE916 (or 0xFEE916) is known color: Lemon. HEX triplet: FE, E9 and 16. RGB value is (254,233,22). Sum of RGB (Red+Green+Blue) = 254+233+22=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 22 (8.98% from 255 or 4.32% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE916 is #0116E9. Grayscale: #D8D8D8. Windows color (decimal): -71402 or 1501694. OLE color: 1501694.
HSL color Cylindrical-coordinate representation of color #FEE916: hue angle of 54.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEE916 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.00 |
| HSL | 54.57º | 0.99% | 0.54% | - |
| HSV(B) | 54.57º | 0.91% | 1% | - |
| XYZ | 70.16 | 79.41 | 12.39 | - |
| YUV | 215.23 | 18.96 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 22 | 0 | 0.08 | 0.91 | 0.00 | 54.57 | 0.99 | 0.54 |
| Hex | FE | E9 | 16 | 0 | 8 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 351 | 26 | 0 | 10 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101001 | 10110 | 0 | 1000 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEE916
Complementary color
Monochromatic Colors of #FEE916
Black with #FEE916
Text Example
Text Example
White with #FEE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE916; }
p { color: rgb(254,233,22); }
H1.HeaderClassName
{
color: #FEE916;
}
.AnyTagClassName
{
color: #FEE916;
}
</style>
background-color css
<style>
a { background-color: #FEE916; }
a { background-color: rgb(254,233,22); }
div.DivClassName
{
background-color: #FEE916;
}
.BgClassName
{
background-color: #FEE916;
}
</style>
border-color css
<style>
span { border-color: #FEE916; }
span { border-color: rgb(254,233,22); }
td.TdClassName
{
border-color: #FEE916;
}
.TagClassName
{
border-color: #FEE916;
}
</style>