Shades of Lemon #FCEC10
Tints of Lemon #FCEC10
RGB
CMYK
RGB Variations
Color information
#FCEC10 (or 0xFCEC10) is known color: Lemon. HEX triplet: FC, EC and 10. RGB value is (252,236,16). Sum of RGB (Red+Green+Blue) = 252+236+16=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 16 (6.64% from 255 or 3.17% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC10 is #0313EF. Grayscale: #D8D8D8. Windows color (decimal): -201712 or 1109244. OLE color: 1109244.
HSL color Cylindrical-coordinate representation of color #FCEC10: hue angle of 55.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCEC10 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 16 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.01 |
| HSL | 55.93º | 0.98% | 0.53% | - |
| HSV(B) | 55.93º | 0.94% | 0.99% | - |
| XYZ | 70.23 | 80.72 | 12.37 | - |
| YUV | 215.7 | 15.3 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 16 | 0 | 0.06 | 0.94 | 0.01 | 55.93 | 0.98 | 0.53 |
| Hex | FC | EC | 10 | 0 | 6 | 5E | 1 | 38 | 62 | 35 |
| Octal | 374 | 354 | 20 | 0 | 6 | 136 | 1 | 70 | 142 | 65 |
| Binary | 11111100 | 11101100 | 10000 | 0 | 110 | 1011110 | 1 | 111000 | 1100010 | 110101 |
Color Harmonies of #FCEC10
Complementary color
Monochromatic Colors of #FCEC10
Black with #FCEC10
Text Example
Text Example
White with #FCEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC10; }
p { color: rgb(252,236,16); }
H1.HeaderClassName
{
color: #FCEC10;
}
.AnyTagClassName
{
color: #FCEC10;
}
</style>
background-color css
<style>
a { background-color: #FCEC10; }
a { background-color: rgb(252,236,16); }
div.DivClassName
{
background-color: #FCEC10;
}
.BgClassName
{
background-color: #FCEC10;
}
</style>
border-color css
<style>
span { border-color: #FCEC10; }
span { border-color: rgb(252,236,16); }
td.TdClassName
{
border-color: #FCEC10;
}
.TagClassName
{
border-color: #FCEC10;
}
</style>