Shades of Lemon #FEE40A
Tints of Lemon #FEE40A
RGB
CMYK
RGB Variations
Color information
#FEE40A (or 0xFEE40A) is known color: Lemon. HEX triplet: FE, E4 and 0A. RGB value is (254,228,10). Sum of RGB (Red+Green+Blue) = 254+228+10=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 10 (4.30% from 255 or 2.03% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE40A is #011BF5. Grayscale: #D3D3D3. Windows color (decimal): -72694 or 713982. OLE color: 713982.
HSL color Cylindrical-coordinate representation of color #FEE40A: hue angle of 53.61º 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 #FEE40A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.00 |
| HSL | 53.61º | 0.99% | 0.52% | - |
| HSV(B) | 53.61º | 0.96% | 1% | - |
| XYZ | 68.67 | 76.58 | 11.45 | - |
| YUV | 210.92 | 14.61 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 10 | 0 | 0.10 | 0.96 | 0.00 | 53.61 | 0.99 | 0.52 |
| Hex | FE | E4 | A | 0 | A | 60 | 0 | 36 | 63 | 34 |
| Octal | 376 | 344 | 12 | 0 | 12 | 140 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100100 | 1010 | 0 | 1010 | 1100000 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE40A
Complementary color
Monochromatic Colors of #FEE40A
Black with #FEE40A
Text Example
Text Example
White with #FEE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE40A; }
p { color: rgb(254,228,10); }
H1.HeaderClassName
{
color: #FEE40A;
}
.AnyTagClassName
{
color: #FEE40A;
}
</style>
background-color css
<style>
a { background-color: #FEE40A; }
a { background-color: rgb(254,228,10); }
div.DivClassName
{
background-color: #FEE40A;
}
.BgClassName
{
background-color: #FEE40A;
}
</style>
border-color css
<style>
span { border-color: #FEE40A; }
span { border-color: rgb(254,228,10); }
td.TdClassName
{
border-color: #FEE40A;
}
.TagClassName
{
border-color: #FEE40A;
}
</style>