Shades of Lemon #FCEC1C
Tints of Lemon #FCEC1C
RGB
CMYK
RGB Variations
Color information
#FCEC1C (or 0xFCEC1C) is known color: Lemon. HEX triplet: FC, EC and 1C. RGB value is (252,236,28). Sum of RGB (Red+Green+Blue) = 252+236+28=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 28 (11.33% from 255 or 5.43% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC1C is #0313E3. Grayscale: #D9D9D9. Windows color (decimal): -201700 or 1895676. OLE color: 1895676.
HSL color Cylindrical-coordinate representation of color #FCEC1C: hue angle of 55.71º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCEC1C is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 28 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.01 |
| HSL | 55.71º | 0.97% | 0.55% | - |
| HSV(B) | 55.71º | 0.89% | 0.99% | - |
| XYZ | 70.35 | 80.77 | 12.98 | - |
| YUV | 217.07 | 21.3 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 28 | 0 | 0.06 | 0.89 | 0.01 | 55.71 | 0.97 | 0.55 |
| Hex | FC | EC | 1C | 0 | 6 | 59 | 1 | 38 | 61 | 37 |
| Octal | 374 | 354 | 34 | 0 | 6 | 131 | 1 | 70 | 141 | 67 |
| Binary | 11111100 | 11101100 | 11100 | 0 | 110 | 1011001 | 1 | 111000 | 1100001 | 110111 |
Color Harmonies of #FCEC1C
Complementary color
Monochromatic Colors of #FCEC1C
Black with #FCEC1C
Text Example
Text Example
White with #FCEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC1C; }
p { color: rgb(252,236,28); }
H1.HeaderClassName
{
color: #FCEC1C;
}
.AnyTagClassName
{
color: #FCEC1C;
}
</style>
background-color css
<style>
a { background-color: #FCEC1C; }
a { background-color: rgb(252,236,28); }
div.DivClassName
{
background-color: #FCEC1C;
}
.BgClassName
{
background-color: #FCEC1C;
}
</style>
border-color css
<style>
span { border-color: #FCEC1C; }
span { border-color: rgb(252,236,28); }
td.TdClassName
{
border-color: #FCEC1C;
}
.TagClassName
{
border-color: #FCEC1C;
}
</style>