Shades of Lemon #FFE517
Tints of Lemon #FFE517
RGB
CMYK
RGB Variations
Color information
#FFE517 (or 0xFFE517) is known color: Lemon. HEX triplet: FF, E5 and 17. RGB value is (255,229,23). Sum of RGB (Red+Green+Blue) = 255+229+23=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 23 (9.38% from 255 or 4.54% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE517 is #001AE8. Grayscale: #D6D6D6. Windows color (decimal): -6889 or 1566207. OLE color: 1566207.
HSL color Cylindrical-coordinate representation of color #FFE517: hue angle of 53.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFE517 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 23 | - |
| CMYK | 0 | 0.10 | 0.91 | 0 |
| HSL | 53.28º | 1% | 0.55% | - |
| HSV(B) | 53.28º | 0.91% | 1% | - |
| XYZ | 69.41 | 77.36 | 12.08 | - |
| YUV | 213.29 | 20.61 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 23 | 0 | 0.10 | 0.91 | 0 | 53.28 | 1 | 0.55 |
| Hex | FF | E5 | 17 | 0 | A | 5B | 0 | 35 | 64 | 37 |
| Octal | 377 | 345 | 27 | 0 | 12 | 133 | 0 | 65 | 144 | 67 |
| Binary | 11111111 | 11100101 | 10111 | 0 | 1010 | 1011011 | 0 | 110101 | 1100100 | 110111 |
Color Harmonies of #FFE517
Complementary color
Monochromatic Colors of #FFE517
Black with #FFE517
Text Example
Text Example
White with #FFE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE517; }
p { color: rgb(255,229,23); }
H1.HeaderClassName
{
color: #FFE517;
}
.AnyTagClassName
{
color: #FFE517;
}
</style>
background-color css
<style>
a { background-color: #FFE517; }
a { background-color: rgb(255,229,23); }
div.DivClassName
{
background-color: #FFE517;
}
.BgClassName
{
background-color: #FFE517;
}
</style>
border-color css
<style>
span { border-color: #FFE517; }
span { border-color: rgb(255,229,23); }
td.TdClassName
{
border-color: #FFE517;
}
.TagClassName
{
border-color: #FFE517;
}
</style>