Shades of Lemon #FCEC0F
Tints of Lemon #FCEC0F
RGB
CMYK
RGB Variations
Color information
#FCEC0F (or 0xFCEC0F) is known color: Lemon. HEX triplet: FC, EC and 0F. RGB value is (252,236,15). Sum of RGB (Red+Green+Blue) = 252+236+15=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 15 (6.25% from 255 or 2.98% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC0F is #0313F0. Grayscale: #D8D8D8. Windows color (decimal): -201713 or 1043708. OLE color: 1043708.
HSL color Cylindrical-coordinate representation of color #FCEC0F: hue angle of 55.95º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCEC0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.01 |
| HSL | 55.95º | 0.98% | 0.52% | - |
| HSV(B) | 55.95º | 0.94% | 0.99% | - |
| XYZ | 70.23 | 80.72 | 12.33 | - |
| YUV | 215.59 | 14.8 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 15 | 0 | 0.06 | 0.94 | 0.01 | 55.95 | 0.98 | 0.52 |
| Hex | FC | EC | F | 0 | 6 | 5E | 1 | 38 | 62 | 34 |
| Octal | 374 | 354 | 17 | 0 | 6 | 136 | 1 | 70 | 142 | 64 |
| Binary | 11111100 | 11101100 | 1111 | 0 | 110 | 1011110 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FCEC0F
Complementary color
Monochromatic Colors of #FCEC0F
Black with #FCEC0F
Text Example
Text Example
White with #FCEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC0F; }
p { color: rgb(252,236,15); }
H1.HeaderClassName
{
color: #FCEC0F;
}
.AnyTagClassName
{
color: #FCEC0F;
}
</style>
background-color css
<style>
a { background-color: #FCEC0F; }
a { background-color: rgb(252,236,15); }
div.DivClassName
{
background-color: #FCEC0F;
}
.BgClassName
{
background-color: #FCEC0F;
}
</style>
border-color css
<style>
span { border-color: #FCEC0F; }
span { border-color: rgb(252,236,15); }
td.TdClassName
{
border-color: #FCEC0F;
}
.TagClassName
{
border-color: #FCEC0F;
}
</style>