Shades of Lemon #FCEC14
Tints of Lemon #FCEC14
RGB
CMYK
RGB Variations
Color information
#FCEC14 (or 0xFCEC14) is known color: Lemon. HEX triplet: FC, EC and 14. RGB value is (252,236,20). Sum of RGB (Red+Green+Blue) = 252+236+20=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 20 (8.20% from 255 or 3.94% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC14 is #0313EB. Grayscale: #D9D9D9. Windows color (decimal): -201708 or 1371388. OLE color: 1371388.
HSL color Cylindrical-coordinate representation of color #FCEC14: hue angle of 55.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCEC14 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.01 |
| HSL | 55.86º | 0.97% | 0.53% | - |
| HSV(B) | 55.86º | 0.92% | 0.99% | - |
| XYZ | 70.27 | 80.74 | 12.54 | - |
| YUV | 216.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 20 | 0 | 0.06 | 0.92 | 0.01 | 55.86 | 0.97 | 0.53 |
| Hex | FC | EC | 14 | 0 | 6 | 5C | 1 | 38 | 61 | 35 |
| Octal | 374 | 354 | 24 | 0 | 6 | 134 | 1 | 70 | 141 | 65 |
| Binary | 11111100 | 11101100 | 10100 | 0 | 110 | 1011100 | 1 | 111000 | 1100001 | 110101 |
Color Harmonies of #FCEC14
Complementary color
Monochromatic Colors of #FCEC14
Black with #FCEC14
Text Example
Text Example
White with #FCEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC14; }
p { color: rgb(252,236,20); }
H1.HeaderClassName
{
color: #FCEC14;
}
.AnyTagClassName
{
color: #FCEC14;
}
</style>
background-color css
<style>
a { background-color: #FCEC14; }
a { background-color: rgb(252,236,20); }
div.DivClassName
{
background-color: #FCEC14;
}
.BgClassName
{
background-color: #FCEC14;
}
</style>
border-color css
<style>
span { border-color: #FCEC14; }
span { border-color: rgb(252,236,20); }
td.TdClassName
{
border-color: #FCEC14;
}
.TagClassName
{
border-color: #FCEC14;
}
</style>