Shades of Lemon #FFE316
Tints of Lemon #FFE316
RGB
CMYK
RGB Variations
Color information
#FFE316 (or 0xFFE316) is known color: Lemon. HEX triplet: FF, E3 and 16. RGB value is (255,227,22). Sum of RGB (Red+Green+Blue) = 255+227+22=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 22 (8.98% from 255 or 4.37% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE316 is #001CE9. Grayscale: #D4D4D4. Windows color (decimal): -7402 or 1500159. OLE color: 1500159.
HSL color Cylindrical-coordinate representation of color #FFE316: hue angle of 52.79º 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 #FFE316 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0 |
| HSL | 52.79º | 1% | 0.54% | - |
| HSV(B) | 52.79º | 0.91% | 1% | - |
| XYZ | 68.85 | 76.26 | 11.85 | - |
| YUV | 212 | 20.78 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 22 | 0 | 0.11 | 0.91 | 0 | 52.79 | 1 | 0.54 |
| Hex | FF | E3 | 16 | 0 | B | 5B | 0 | 35 | 64 | 36 |
| Octal | 377 | 343 | 26 | 0 | 13 | 133 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100011 | 10110 | 0 | 1011 | 1011011 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE316
Complementary color
Monochromatic Colors of #FFE316
Black with #FFE316
Text Example
Text Example
White with #FFE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE316; }
p { color: rgb(255,227,22); }
H1.HeaderClassName
{
color: #FFE316;
}
.AnyTagClassName
{
color: #FFE316;
}
</style>
background-color css
<style>
a { background-color: #FFE316; }
a { background-color: rgb(255,227,22); }
div.DivClassName
{
background-color: #FFE316;
}
.BgClassName
{
background-color: #FFE316;
}
</style>
border-color css
<style>
span { border-color: #FFE316; }
span { border-color: rgb(255,227,22); }
td.TdClassName
{
border-color: #FFE316;
}
.TagClassName
{
border-color: #FFE316;
}
</style>