Shades of Lemon #FFE016
Tints of Lemon #FFE016
RGB
CMYK
RGB Variations
Color information
#FFE016 (or 0xFFE016) is known color: Lemon. HEX triplet: FF, E0 and 16. RGB value is (255,224,22). Sum of RGB (Red+Green+Blue) = 255+224+22=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 22 (8.98% from 255 or 4.39% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE016 is #001FE9. Grayscale: #D3D3D3. Windows color (decimal): -8170 or 1499391. OLE color: 1499391.
HSL color Cylindrical-coordinate representation of color #FFE016: hue angle of 52.02º 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 #FFE016 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0 |
| HSL | 52.02º | 1% | 0.54% | - |
| HSV(B) | 52.02º | 0.91% | 1% | - |
| XYZ | 68.04 | 74.63 | 11.58 | - |
| YUV | 210.24 | 21.77 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 22 | 0 | 0.12 | 0.91 | 0 | 52.02 | 1 | 0.54 |
| Hex | FF | E0 | 16 | 0 | C | 5B | 0 | 34 | 64 | 36 |
| Octal | 377 | 340 | 26 | 0 | 14 | 133 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100000 | 10110 | 0 | 1100 | 1011011 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE016
Complementary color
Monochromatic Colors of #FFE016
Black with #FFE016
Text Example
Text Example
White with #FFE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE016; }
p { color: rgb(255,224,22); }
H1.HeaderClassName
{
color: #FFE016;
}
.AnyTagClassName
{
color: #FFE016;
}
</style>
background-color css
<style>
a { background-color: #FFE016; }
a { background-color: rgb(255,224,22); }
div.DivClassName
{
background-color: #FFE016;
}
.BgClassName
{
background-color: #FFE016;
}
</style>
border-color css
<style>
span { border-color: #FFE016; }
span { border-color: rgb(255,224,22); }
td.TdClassName
{
border-color: #FFE016;
}
.TagClassName
{
border-color: #FFE016;
}
</style>