Shades of Lemon #FCEC11
Tints of Lemon #FCEC11
RGB
CMYK
RGB Variations
Color information
#FCEC11 (or 0xFCEC11) is known color: Lemon. HEX triplet: FC, EC and 11. RGB value is (252,236,17). Sum of RGB (Red+Green+Blue) = 252+236+17=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 17 (7.03% from 255 or 3.37% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC11 is #0313EE. Grayscale: #D8D8D8. Windows color (decimal): -201711 or 1174780. OLE color: 1174780.
HSL color Cylindrical-coordinate representation of color #FCEC11: hue angle of 55.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCEC11 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 17 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.01 |
| HSL | 55.91º | 0.98% | 0.53% | - |
| HSV(B) | 55.91º | 0.93% | 0.99% | - |
| XYZ | 70.24 | 80.73 | 12.41 | - |
| YUV | 215.82 | 15.8 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 17 | 0 | 0.06 | 0.93 | 0.01 | 55.91 | 0.98 | 0.53 |
| Hex | FC | EC | 11 | 0 | 6 | 5D | 1 | 38 | 62 | 35 |
| Octal | 374 | 354 | 21 | 0 | 6 | 135 | 1 | 70 | 142 | 65 |
| Binary | 11111100 | 11101100 | 10001 | 0 | 110 | 1011101 | 1 | 111000 | 1100010 | 110101 |
Color Harmonies of #FCEC11
Complementary color
Monochromatic Colors of #FCEC11
Black with #FCEC11
Text Example
Text Example
White with #FCEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC11; }
p { color: rgb(252,236,17); }
H1.HeaderClassName
{
color: #FCEC11;
}
.AnyTagClassName
{
color: #FCEC11;
}
</style>
background-color css
<style>
a { background-color: #FCEC11; }
a { background-color: rgb(252,236,17); }
div.DivClassName
{
background-color: #FCEC11;
}
.BgClassName
{
background-color: #FCEC11;
}
</style>
border-color css
<style>
span { border-color: #FCEC11; }
span { border-color: rgb(252,236,17); }
td.TdClassName
{
border-color: #FCEC11;
}
.TagClassName
{
border-color: #FCEC11;
}
</style>