Shades of Lemon #FFE116
Tints of Lemon #FFE116
RGB
CMYK
RGB Variations
Color information
#FFE116 (or 0xFFE116) is known color: Lemon. HEX triplet: FF, E1 and 16. RGB value is (255,225,22). Sum of RGB (Red+Green+Blue) = 255+225+22=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 22 (8.98% from 255 or 4.38% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE116 is #001EE9. Grayscale: #D3D3D3. Windows color (decimal): -7914 or 1499647. OLE color: 1499647.
HSL color Cylindrical-coordinate representation of color #FFE116: hue angle of 52.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFE116 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0 |
| HSL | 52.27º | 1% | 0.54% | - |
| HSV(B) | 52.27º | 0.91% | 1% | - |
| XYZ | 68.31 | 75.17 | 11.67 | - |
| YUV | 210.83 | 21.44 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 22 | 0 | 0.12 | 0.91 | 0 | 52.27 | 1 | 0.54 |
| Hex | FF | E1 | 16 | 0 | C | 5B | 0 | 34 | 64 | 36 |
| Octal | 377 | 341 | 26 | 0 | 14 | 133 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100001 | 10110 | 0 | 1100 | 1011011 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE116
Complementary color
Monochromatic Colors of #FFE116
Black with #FFE116
Text Example
Text Example
White with #FFE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE116; }
p { color: rgb(255,225,22); }
H1.HeaderClassName
{
color: #FFE116;
}
.AnyTagClassName
{
color: #FFE116;
}
</style>
background-color css
<style>
a { background-color: #FFE116; }
a { background-color: rgb(255,225,22); }
div.DivClassName
{
background-color: #FFE116;
}
.BgClassName
{
background-color: #FFE116;
}
</style>
border-color css
<style>
span { border-color: #FFE116; }
span { border-color: rgb(255,225,22); }
td.TdClassName
{
border-color: #FFE116;
}
.TagClassName
{
border-color: #FFE116;
}
</style>