Shades of Lemon #FFE410
Tints of Lemon #FFE410
RGB
CMYK
RGB Variations
Color information
#FFE410 (or 0xFFE410) is known color: Lemon. HEX triplet: FF, E4 and 10. RGB value is (255,228,16). Sum of RGB (Red+Green+Blue) = 255+228+16=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE410 is #001BEF. Grayscale: #D4D4D4. Windows color (decimal): -7152 or 1107199. OLE color: 1107199.
HSL color Cylindrical-coordinate representation of color #FFE410: hue angle of 53.22º 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 #FFE410 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0 |
| HSL | 53.22º | 1% | 0.53% | - |
| HSV(B) | 53.22º | 0.94% | 1% | - |
| XYZ | 69.08 | 76.78 | 11.67 | - |
| YUV | 211.91 | 17.45 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 16 | 0 | 0.11 | 0.94 | 0 | 53.22 | 1 | 0.53 |
| Hex | FF | E4 | 10 | 0 | B | 5E | 0 | 35 | 64 | 35 |
| Octal | 377 | 344 | 20 | 0 | 13 | 136 | 0 | 65 | 144 | 65 |
| Binary | 11111111 | 11100100 | 10000 | 0 | 1011 | 1011110 | 0 | 110101 | 1100100 | 110101 |
Color Harmonies of #FFE410
Complementary color
Monochromatic Colors of #FFE410
Black with #FFE410
Text Example
Text Example
White with #FFE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE410; }
p { color: rgb(255,228,16); }
H1.HeaderClassName
{
color: #FFE410;
}
.AnyTagClassName
{
color: #FFE410;
}
</style>
background-color css
<style>
a { background-color: #FFE410; }
a { background-color: rgb(255,228,16); }
div.DivClassName
{
background-color: #FFE410;
}
.BgClassName
{
background-color: #FFE410;
}
</style>
border-color css
<style>
span { border-color: #FFE410; }
span { border-color: rgb(255,228,16); }
td.TdClassName
{
border-color: #FFE410;
}
.TagClassName
{
border-color: #FFE410;
}
</style>