Shades of Lemon #FFE516
Tints of Lemon #FFE516
RGB
CMYK
RGB Variations
Color information
#FFE516 (or 0xFFE516) is known color: Lemon. HEX triplet: FF, E5 and 16. RGB value is (255,229,22). Sum of RGB (Red+Green+Blue) = 255+229+22=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 22 (8.98% from 255 or 4.35% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE516 is #001AE9. Grayscale: #D6D6D6. Windows color (decimal): -6890 or 1500671. OLE color: 1500671.
HSL color Cylindrical-coordinate representation of color #FFE516: hue angle of 53.3º 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 #FFE516 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0 |
| HSL | 53.3º | 1% | 0.54% | - |
| HSV(B) | 53.3º | 0.91% | 1% | - |
| XYZ | 69.4 | 77.36 | 12.03 | - |
| YUV | 213.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 22 | 0 | 0.10 | 0.91 | 0 | 53.3 | 1 | 0.54 |
| Hex | FF | E5 | 16 | 0 | A | 5B | 0 | 35 | 64 | 36 |
| Octal | 377 | 345 | 26 | 0 | 12 | 133 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100101 | 10110 | 0 | 1010 | 1011011 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE516
Complementary color
Monochromatic Colors of #FFE516
Black with #FFE516
Text Example
Text Example
White with #FFE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE516; }
p { color: rgb(255,229,22); }
H1.HeaderClassName
{
color: #FFE516;
}
.AnyTagClassName
{
color: #FFE516;
}
</style>
background-color css
<style>
a { background-color: #FFE516; }
a { background-color: rgb(255,229,22); }
div.DivClassName
{
background-color: #FFE516;
}
.BgClassName
{
background-color: #FFE516;
}
</style>
border-color css
<style>
span { border-color: #FFE516; }
span { border-color: rgb(255,229,22); }
td.TdClassName
{
border-color: #FFE516;
}
.TagClassName
{
border-color: #FFE516;
}
</style>