Shades of Lemon #FCEC05
Tints of Lemon #FCEC05
RGB
CMYK
RGB Variations
Color information
#FCEC05 (or 0xFCEC05) is known color: Lemon. HEX triplet: FC, EC and 05. RGB value is (252,236,5). Sum of RGB (Red+Green+Blue) = 252+236+5=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 5 (2.34% from 255 or 1.01% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC05 is #0313FA. Grayscale: #D7D7D7. Windows color (decimal): -201723 or 388348. OLE color: 388348.
HSL color Cylindrical-coordinate representation of color #FCEC05: hue angle of 56.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCEC05 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.01 |
| HSL | 56.11º | 0.98% | 0.5% | - |
| HSV(B) | 56.11º | 0.98% | 0.99% | - |
| XYZ | 70.17 | 80.7 | 12.02 | - |
| YUV | 214.45 | 9.8 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 5 | 0 | 0.06 | 0.98 | 0.01 | 56.11 | 0.98 | 0.5 |
| Hex | FC | EC | 5 | 0 | 6 | 62 | 1 | 38 | 62 | 32 |
| Octal | 374 | 354 | 5 | 0 | 6 | 142 | 1 | 70 | 142 | 62 |
| Binary | 11111100 | 11101100 | 101 | 0 | 110 | 1100010 | 1 | 111000 | 1100010 | 110010 |
Color Harmonies of #FCEC05
Complementary color
Monochromatic Colors of #FCEC05
Black with #FCEC05
Text Example
Text Example
White with #FCEC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC05; }
p { color: rgb(252,236,5); }
H1.HeaderClassName
{
color: #FCEC05;
}
.AnyTagClassName
{
color: #FCEC05;
}
</style>
background-color css
<style>
a { background-color: #FCEC05; }
a { background-color: rgb(252,236,5); }
div.DivClassName
{
background-color: #FCEC05;
}
.BgClassName
{
background-color: #FCEC05;
}
</style>
border-color css
<style>
span { border-color: #FCEC05; }
span { border-color: rgb(252,236,5); }
td.TdClassName
{
border-color: #FCEC05;
}
.TagClassName
{
border-color: #FCEC05;
}
</style>