Shades of Lemon #FCEC02
Tints of Lemon #FCEC02
RGB
CMYK
RGB Variations
Color information
#FCEC02 (or 0xFCEC02) is known color: Lemon. HEX triplet: FC, EC and 02. RGB value is (252,236,2). Sum of RGB (Red+Green+Blue) = 252+236+2=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC02 is #0313FD. Grayscale: #D7D7D7. Windows color (decimal): -201726 or 191740. OLE color: 191740.
HSL color Cylindrical-coordinate representation of color #FCEC02: hue angle of 56.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCEC02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.01 |
| HSL | 56.16º | 0.98% | 0.5% | - |
| HSV(B) | 56.16º | 0.99% | 0.99% | - |
| XYZ | 70.15 | 80.69 | 11.93 | - |
| YUV | 214.11 | 8.3 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 2 | 0 | 0.06 | 0.99 | 0.01 | 56.16 | 0.98 | 0.5 |
| Hex | FC | EC | 2 | 0 | 6 | 63 | 1 | 38 | 62 | 32 |
| Octal | 374 | 354 | 2 | 0 | 6 | 143 | 1 | 70 | 142 | 62 |
| Binary | 11111100 | 11101100 | 10 | 0 | 110 | 1100011 | 1 | 111000 | 1100010 | 110010 |
Color Harmonies of #FCEC02
Complementary color
Monochromatic Colors of #FCEC02
Black with #FCEC02
Text Example
Text Example
White with #FCEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC02; }
p { color: rgb(252,236,2); }
H1.HeaderClassName
{
color: #FCEC02;
}
.AnyTagClassName
{
color: #FCEC02;
}
</style>
background-color css
<style>
a { background-color: #FCEC02; }
a { background-color: rgb(252,236,2); }
div.DivClassName
{
background-color: #FCEC02;
}
.BgClassName
{
background-color: #FCEC02;
}
</style>
border-color css
<style>
span { border-color: #FCEC02; }
span { border-color: rgb(252,236,2); }
td.TdClassName
{
border-color: #FCEC02;
}
.TagClassName
{
border-color: #FCEC02;
}
</style>