Shades of Lemon #FEEC11
Tints of Lemon #FEEC11
RGB
CMYK
RGB Variations
Color information
#FEEC11 (or 0xFEEC11) is known color: Lemon. HEX triplet: FE, EC and 11. RGB value is (254,236,17). Sum of RGB (Red+Green+Blue) = 254+236+17=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 17 (7.03% from 255 or 3.35% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC11 is #0113EE. Grayscale: #D9D9D9. Windows color (decimal): -70639 or 1174782. OLE color: 1174782.
HSL color Cylindrical-coordinate representation of color #FEEC11: hue angle of 55.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEEC11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.00 |
| HSL | 55.44º | 0.99% | 0.53% | - |
| HSV(B) | 55.44º | 0.93% | 1% | - |
| XYZ | 70.97 | 81.1 | 12.44 | - |
| YUV | 216.42 | 15.46 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 17 | 0 | 0.07 | 0.93 | 0.00 | 55.44 | 0.99 | 0.53 |
| Hex | FE | EC | 11 | 0 | 7 | 5D | 0 | 37 | 63 | 35 |
| Octal | 376 | 354 | 21 | 0 | 7 | 135 | 0 | 67 | 143 | 65 |
| Binary | 11111110 | 11101100 | 10001 | 0 | 111 | 1011101 | 0 | 110111 | 1100011 | 110101 |
Color Harmonies of #FEEC11
Complementary color
Monochromatic Colors of #FEEC11
Black with #FEEC11
Text Example
Text Example
White with #FEEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC11; }
p { color: rgb(254,236,17); }
H1.HeaderClassName
{
color: #FEEC11;
}
.AnyTagClassName
{
color: #FEEC11;
}
</style>
background-color css
<style>
a { background-color: #FEEC11; }
a { background-color: rgb(254,236,17); }
div.DivClassName
{
background-color: #FEEC11;
}
.BgClassName
{
background-color: #FEEC11;
}
</style>
border-color css
<style>
span { border-color: #FEEC11; }
span { border-color: rgb(254,236,17); }
td.TdClassName
{
border-color: #FEEC11;
}
.TagClassName
{
border-color: #FEEC11;
}
</style>