Shades of Lemon #FFE40F
Tints of Lemon #FFE40F
RGB
CMYK
RGB Variations
Color information
#FFE40F (or 0xFFE40F) is known color: Lemon. HEX triplet: FF, E4 and 0F. RGB value is (255,228,15). Sum of RGB (Red+Green+Blue) = 255+228+15=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 15 (6.25% from 255 or 3.01% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE40F is #001BF0. Grayscale: #D4D4D4. Windows color (decimal): -7153 or 1041663. OLE color: 1041663.
HSL color Cylindrical-coordinate representation of color #FFE40F: hue angle of 53.25º 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 #FFE40F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0 |
| HSL | 53.25º | 1% | 0.53% | - |
| HSV(B) | 53.25º | 0.94% | 1% | - |
| XYZ | 69.07 | 76.78 | 11.63 | - |
| YUV | 211.79 | 16.95 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 15 | 0 | 0.11 | 0.94 | 0 | 53.25 | 1 | 0.53 |
| Hex | FF | E4 | F | 0 | B | 5E | 0 | 35 | 64 | 35 |
| Octal | 377 | 344 | 17 | 0 | 13 | 136 | 0 | 65 | 144 | 65 |
| Binary | 11111111 | 11100100 | 1111 | 0 | 1011 | 1011110 | 0 | 110101 | 1100100 | 110101 |
Color Harmonies of #FFE40F
Complementary color
Monochromatic Colors of #FFE40F
Black with #FFE40F
Text Example
Text Example
White with #FFE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE40F; }
p { color: rgb(255,228,15); }
H1.HeaderClassName
{
color: #FFE40F;
}
.AnyTagClassName
{
color: #FFE40F;
}
</style>
background-color css
<style>
a { background-color: #FFE40F; }
a { background-color: rgb(255,228,15); }
div.DivClassName
{
background-color: #FFE40F;
}
.BgClassName
{
background-color: #FFE40F;
}
</style>
border-color css
<style>
span { border-color: #FFE40F; }
span { border-color: rgb(255,228,15); }
td.TdClassName
{
border-color: #FFE40F;
}
.TagClassName
{
border-color: #FFE40F;
}
</style>