Shades of Lemon #FEE50A
Tints of Lemon #FEE50A
RGB
CMYK
RGB Variations
Color information
#FEE50A (or 0xFEE50A) is known color: Lemon. HEX triplet: FE, E5 and 0A. RGB value is (254,229,10). Sum of RGB (Red+Green+Blue) = 254+229+10=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 10 (4.30% from 255 or 2.03% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE50A is #011AF5. Grayscale: #D4D4D4. Windows color (decimal): -72438 or 714238. OLE color: 714238.
HSL color Cylindrical-coordinate representation of color #FEE50A: hue angle of 53.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE50A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.00 |
| HSL | 53.85º | 0.99% | 0.52% | - |
| HSV(B) | 53.85º | 0.96% | 1% | - |
| XYZ | 68.95 | 77.13 | 11.54 | - |
| YUV | 211.51 | 14.28 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 10 | 0 | 0.10 | 0.96 | 0.00 | 53.85 | 0.99 | 0.52 |
| Hex | FE | E5 | A | 0 | A | 60 | 0 | 36 | 63 | 34 |
| Octal | 376 | 345 | 12 | 0 | 12 | 140 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100101 | 1010 | 0 | 1010 | 1100000 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE50A
Complementary color
Monochromatic Colors of #FEE50A
Black with #FEE50A
Text Example
Text Example
White with #FEE50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE50A; }
p { color: rgb(254,229,10); }
H1.HeaderClassName
{
color: #FEE50A;
}
.AnyTagClassName
{
color: #FEE50A;
}
</style>
background-color css
<style>
a { background-color: #FEE50A; }
a { background-color: rgb(254,229,10); }
div.DivClassName
{
background-color: #FEE50A;
}
.BgClassName
{
background-color: #FEE50A;
}
</style>
border-color css
<style>
span { border-color: #FEE50A; }
span { border-color: rgb(254,229,10); }
td.TdClassName
{
border-color: #FEE50A;
}
.TagClassName
{
border-color: #FEE50A;
}
</style>