Shades of Lemon #FFE50F
Tints of Lemon #FFE50F
RGB
CMYK
RGB Variations
Color information
#FFE50F (or 0xFFE50F) is known color: Lemon. HEX triplet: FF, E5 and 0F. RGB value is (255,229,15). Sum of RGB (Red+Green+Blue) = 255+229+15=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 15 (6.25% from 255 or 3.01% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE50F is #001AF0. Grayscale: #D5D5D5. Windows color (decimal): -6897 or 1041919. OLE color: 1041919.
HSL color Cylindrical-coordinate representation of color #FFE50F: hue angle of 53.5º 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 #FFE50F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0 |
| HSL | 53.5º | 1% | 0.53% | - |
| HSV(B) | 53.5º | 0.94% | 1% | - |
| XYZ | 69.35 | 77.33 | 11.72 | - |
| YUV | 212.38 | 16.61 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 15 | 0 | 0.10 | 0.94 | 0 | 53.5 | 1 | 0.53 |
| Hex | FF | E5 | F | 0 | A | 5E | 0 | 36 | 64 | 35 |
| Octal | 377 | 345 | 17 | 0 | 12 | 136 | 0 | 66 | 144 | 65 |
| Binary | 11111111 | 11100101 | 1111 | 0 | 1010 | 1011110 | 0 | 110110 | 1100100 | 110101 |
Color Harmonies of #FFE50F
Complementary color
Monochromatic Colors of #FFE50F
Black with #FFE50F
Text Example
Text Example
White with #FFE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE50F; }
p { color: rgb(255,229,15); }
H1.HeaderClassName
{
color: #FFE50F;
}
.AnyTagClassName
{
color: #FFE50F;
}
</style>
background-color css
<style>
a { background-color: #FFE50F; }
a { background-color: rgb(255,229,15); }
div.DivClassName
{
background-color: #FFE50F;
}
.BgClassName
{
background-color: #FFE50F;
}
</style>
border-color css
<style>
span { border-color: #FFE50F; }
span { border-color: rgb(255,229,15); }
td.TdClassName
{
border-color: #FFE50F;
}
.TagClassName
{
border-color: #FFE50F;
}
</style>