Shades of Lemon #FCEC0D
Tints of Lemon #FCEC0D
RGB
CMYK
RGB Variations
Color information
#FCEC0D (or 0xFCEC0D) is known color: Lemon. HEX triplet: FC, EC and 0D. RGB value is (252,236,13). Sum of RGB (Red+Green+Blue) = 252+236+13=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 13 (5.47% from 255 or 2.59% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC0D is #0313F2. Grayscale: #D8D8D8. Windows color (decimal): -201715 or 912636. OLE color: 912636.
HSL color Cylindrical-coordinate representation of color #FCEC0D: hue angle of 55.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCEC0D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.01 |
| HSL | 55.98º | 0.98% | 0.52% | - |
| HSV(B) | 55.98º | 0.95% | 0.99% | - |
| XYZ | 70.21 | 80.72 | 12.26 | - |
| YUV | 215.36 | 13.8 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 13 | 0 | 0.06 | 0.95 | 0.01 | 55.98 | 0.98 | 0.52 |
| Hex | FC | EC | D | 0 | 6 | 5F | 1 | 38 | 62 | 34 |
| Octal | 374 | 354 | 15 | 0 | 6 | 137 | 1 | 70 | 142 | 64 |
| Binary | 11111100 | 11101100 | 1101 | 0 | 110 | 1011111 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FCEC0D
Complementary color
Monochromatic Colors of #FCEC0D
Black with #FCEC0D
Text Example
Text Example
White with #FCEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC0D; }
p { color: rgb(252,236,13); }
H1.HeaderClassName
{
color: #FCEC0D;
}
.AnyTagClassName
{
color: #FCEC0D;
}
</style>
background-color css
<style>
a { background-color: #FCEC0D; }
a { background-color: rgb(252,236,13); }
div.DivClassName
{
background-color: #FCEC0D;
}
.BgClassName
{
background-color: #FCEC0D;
}
</style>
border-color css
<style>
span { border-color: #FCEC0D; }
span { border-color: rgb(252,236,13); }
td.TdClassName
{
border-color: #FCEC0D;
}
.TagClassName
{
border-color: #FCEC0D;
}
</style>