Shades of Lemon #FEEC0A
Tints of Lemon #FEEC0A
RGB
CMYK
RGB Variations
Color information
#FEEC0A (or 0xFEEC0A) is known color: Lemon. HEX triplet: FE, EC and 0A. RGB value is (254,236,10). Sum of RGB (Red+Green+Blue) = 254+236+10=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC0A is #0113F5. Grayscale: #D8D8D8. Windows color (decimal): -70646 or 716030. OLE color: 716030.
HSL color Cylindrical-coordinate representation of color #FEEC0A: hue angle of 55.57º 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 #FEEC0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.00 |
| HSL | 55.57º | 0.99% | 0.52% | - |
| HSV(B) | 55.57º | 0.96% | 1% | - |
| XYZ | 70.92 | 81.08 | 12.2 | - |
| YUV | 215.62 | 11.96 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 10 | 0 | 0.07 | 0.96 | 0.00 | 55.57 | 0.99 | 0.52 |
| Hex | FE | EC | A | 0 | 7 | 60 | 0 | 38 | 63 | 34 |
| Octal | 376 | 354 | 12 | 0 | 7 | 140 | 0 | 70 | 143 | 64 |
| Binary | 11111110 | 11101100 | 1010 | 0 | 111 | 1100000 | 0 | 111000 | 1100011 | 110100 |
Color Harmonies of #FEEC0A
Complementary color
Monochromatic Colors of #FEEC0A
Black with #FEEC0A
Text Example
Text Example
White with #FEEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC0A; }
p { color: rgb(254,236,10); }
H1.HeaderClassName
{
color: #FEEC0A;
}
.AnyTagClassName
{
color: #FEEC0A;
}
</style>
background-color css
<style>
a { background-color: #FEEC0A; }
a { background-color: rgb(254,236,10); }
div.DivClassName
{
background-color: #FEEC0A;
}
.BgClassName
{
background-color: #FEEC0A;
}
</style>
border-color css
<style>
span { border-color: #FEEC0A; }
span { border-color: rgb(254,236,10); }
td.TdClassName
{
border-color: #FEEC0A;
}
.TagClassName
{
border-color: #FEEC0A;
}
</style>