Shades of Lemon #FFE80F
Tints of Lemon #FFE80F
RGB
CMYK
RGB Variations
Color information
#FFE80F (or 0xFFE80F) is known color: Lemon. HEX triplet: FF, E8 and 0F. RGB value is (255,232,15). Sum of RGB (Red+Green+Blue) = 255+232+15=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 15 (6.25% from 255 or 2.99% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE80F is #0017F0. Grayscale: #D7D7D7. Windows color (decimal): -6129 or 1042687. OLE color: 1042687.
HSL color Cylindrical-coordinate representation of color #FFE80F: hue angle of 54.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 #FFE80F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0 |
| HSL | 54.25º | 1% | 0.53% | - |
| HSV(B) | 54.25º | 0.94% | 1% | - |
| XYZ | 70.18 | 79.01 | 12 | - |
| YUV | 214.14 | 15.62 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 15 | 0 | 0.09 | 0.94 | 0 | 54.25 | 1 | 0.53 |
| Hex | FF | E8 | F | 0 | 9 | 5E | 0 | 36 | 64 | 35 |
| Octal | 377 | 350 | 17 | 0 | 11 | 136 | 0 | 66 | 144 | 65 |
| Binary | 11111111 | 11101000 | 1111 | 0 | 1001 | 1011110 | 0 | 110110 | 1100100 | 110101 |
Color Harmonies of #FFE80F
Complementary color
Monochromatic Colors of #FFE80F
Black with #FFE80F
Text Example
Text Example
White with #FFE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE80F; }
p { color: rgb(255,232,15); }
H1.HeaderClassName
{
color: #FFE80F;
}
.AnyTagClassName
{
color: #FFE80F;
}
</style>
background-color css
<style>
a { background-color: #FFE80F; }
a { background-color: rgb(255,232,15); }
div.DivClassName
{
background-color: #FFE80F;
}
.BgClassName
{
background-color: #FFE80F;
}
</style>
border-color css
<style>
span { border-color: #FFE80F; }
span { border-color: rgb(255,232,15); }
td.TdClassName
{
border-color: #FFE80F;
}
.TagClassName
{
border-color: #FFE80F;
}
</style>