Shades of Lemon #FCEC12
Tints of Lemon #FCEC12
RGB
CMYK
RGB Variations
Color information
#FCEC12 (or 0xFCEC12) is known color: Lemon. HEX triplet: FC, EC and 12. RGB value is (252,236,18). Sum of RGB (Red+Green+Blue) = 252+236+18=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 18 (7.42% from 255 or 3.56% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC12 is #0313ED. Grayscale: #D8D8D8. Windows color (decimal): -201710 or 1240316. OLE color: 1240316.
HSL color Cylindrical-coordinate representation of color #FCEC12: hue angle of 55.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCEC12 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 18 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.01 |
| HSL | 55.9º | 0.98% | 0.53% | - |
| HSV(B) | 55.9º | 0.93% | 0.99% | - |
| XYZ | 70.25 | 80.73 | 12.45 | - |
| YUV | 215.93 | 16.3 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 18 | 0 | 0.06 | 0.93 | 0.01 | 55.9 | 0.98 | 0.53 |
| Hex | FC | EC | 12 | 0 | 6 | 5D | 1 | 38 | 62 | 35 |
| Octal | 374 | 354 | 22 | 0 | 6 | 135 | 1 | 70 | 142 | 65 |
| Binary | 11111100 | 11101100 | 10010 | 0 | 110 | 1011101 | 1 | 111000 | 1100010 | 110101 |
Color Harmonies of #FCEC12
Complementary color
Monochromatic Colors of #FCEC12
Black with #FCEC12
Text Example
Text Example
White with #FCEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC12; }
p { color: rgb(252,236,18); }
H1.HeaderClassName
{
color: #FCEC12;
}
.AnyTagClassName
{
color: #FCEC12;
}
</style>
background-color css
<style>
a { background-color: #FCEC12; }
a { background-color: rgb(252,236,18); }
div.DivClassName
{
background-color: #FCEC12;
}
.BgClassName
{
background-color: #FCEC12;
}
</style>
border-color css
<style>
span { border-color: #FCEC12; }
span { border-color: rgb(252,236,18); }
td.TdClassName
{
border-color: #FCEC12;
}
.TagClassName
{
border-color: #FCEC12;
}
</style>