Shades of Lemon #FEE80F
Tints of Lemon #FEE80F
RGB
CMYK
RGB Variations
Color information
#FEE80F (or 0xFEE80F) is known color: Lemon. HEX triplet: FE, E8 and 0F. RGB value is (254,232,15). Sum of RGB (Red+Green+Blue) = 254+232+15=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 15 (6.25% from 255 or 2.99% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE80F is #0117F0. Grayscale: #D6D6D6. Windows color (decimal): -71665 or 1042686. OLE color: 1042686.
HSL color Cylindrical-coordinate representation of color #FEE80F: hue angle of 54.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE80F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.00 |
| HSL | 54.48º | 0.99% | 0.53% | - |
| HSV(B) | 54.48º | 0.94% | 1% | - |
| XYZ | 69.82 | 78.82 | 11.99 | - |
| YUV | 213.84 | 15.79 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 15 | 0 | 0.09 | 0.94 | 0.00 | 54.48 | 0.99 | 0.53 |
| Hex | FE | E8 | F | 0 | 9 | 5E | 0 | 36 | 63 | 35 |
| Octal | 376 | 350 | 17 | 0 | 11 | 136 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11101000 | 1111 | 0 | 1001 | 1011110 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE80F
Complementary color
Monochromatic Colors of #FEE80F
Black with #FEE80F
Text Example
Text Example
White with #FEE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE80F; }
p { color: rgb(254,232,15); }
H1.HeaderClassName
{
color: #FEE80F;
}
.AnyTagClassName
{
color: #FEE80F;
}
</style>
background-color css
<style>
a { background-color: #FEE80F; }
a { background-color: rgb(254,232,15); }
div.DivClassName
{
background-color: #FEE80F;
}
.BgClassName
{
background-color: #FEE80F;
}
</style>
border-color css
<style>
span { border-color: #FEE80F; }
span { border-color: rgb(254,232,15); }
td.TdClassName
{
border-color: #FEE80F;
}
.TagClassName
{
border-color: #FEE80F;
}
</style>