Shades of Lemon #FFE510
Tints of Lemon #FFE510
RGB
CMYK
RGB Variations
Color information
#FFE510 (or 0xFFE510) is known color: Lemon. HEX triplet: FF, E5 and 10. RGB value is (255,229,16). Sum of RGB (Red+Green+Blue) = 255+229+16=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE510 is #001AEF. Grayscale: #D5D5D5. Windows color (decimal): -6896 or 1107455. OLE color: 1107455.
HSL color Cylindrical-coordinate representation of color #FFE510: hue angle of 53.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFE510 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0 |
| HSL | 53.47º | 1% | 0.53% | - |
| HSV(B) | 53.47º | 0.94% | 1% | - |
| XYZ | 69.35 | 77.34 | 11.76 | - |
| YUV | 212.49 | 17.11 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 16 | 0 | 0.10 | 0.94 | 0 | 53.47 | 1 | 0.53 |
| Hex | FF | E5 | 10 | 0 | A | 5E | 0 | 35 | 64 | 35 |
| Octal | 377 | 345 | 20 | 0 | 12 | 136 | 0 | 65 | 144 | 65 |
| Binary | 11111111 | 11100101 | 10000 | 0 | 1010 | 1011110 | 0 | 110101 | 1100100 | 110101 |
Color Harmonies of #FFE510
Complementary color
Monochromatic Colors of #FFE510
Black with #FFE510
Text Example
Text Example
White with #FFE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE510; }
p { color: rgb(255,229,16); }
H1.HeaderClassName
{
color: #FFE510;
}
.AnyTagClassName
{
color: #FFE510;
}
</style>
background-color css
<style>
a { background-color: #FFE510; }
a { background-color: rgb(255,229,16); }
div.DivClassName
{
background-color: #FFE510;
}
.BgClassName
{
background-color: #FFE510;
}
</style>
border-color css
<style>
span { border-color: #FFE510; }
span { border-color: rgb(255,229,16); }
td.TdClassName
{
border-color: #FFE510;
}
.TagClassName
{
border-color: #FFE510;
}
</style>