Shades of Lemon #FCEC07
Tints of Lemon #FCEC07
RGB
CMYK
RGB Variations
Color information
#FCEC07 (or 0xFCEC07) is known color: Lemon. HEX triplet: FC, EC and 07. RGB value is (252,236,7). Sum of RGB (Red+Green+Blue) = 252+236+7=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 7 (3.12% from 255 or 1.41% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC07 is #0313F8. Grayscale: #D7D7D7. Windows color (decimal): -201721 or 519420. OLE color: 519420.
HSL color Cylindrical-coordinate representation of color #FCEC07: hue angle of 56.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCEC07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.01 |
| HSL | 56.08º | 0.98% | 0.51% | - |
| HSV(B) | 56.08º | 0.97% | 0.99% | - |
| XYZ | 70.18 | 80.7 | 12.08 | - |
| YUV | 214.68 | 10.8 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 7 | 0 | 0.06 | 0.97 | 0.01 | 56.08 | 0.98 | 0.51 |
| Hex | FC | EC | 7 | 0 | 6 | 61 | 1 | 38 | 62 | 33 |
| Octal | 374 | 354 | 7 | 0 | 6 | 141 | 1 | 70 | 142 | 63 |
| Binary | 11111100 | 11101100 | 111 | 0 | 110 | 1100001 | 1 | 111000 | 1100010 | 110011 |
Color Harmonies of #FCEC07
Complementary color
Monochromatic Colors of #FCEC07
Black with #FCEC07
Text Example
Text Example
White with #FCEC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC07; }
p { color: rgb(252,236,7); }
H1.HeaderClassName
{
color: #FCEC07;
}
.AnyTagClassName
{
color: #FCEC07;
}
</style>
background-color css
<style>
a { background-color: #FCEC07; }
a { background-color: rgb(252,236,7); }
div.DivClassName
{
background-color: #FCEC07;
}
.BgClassName
{
background-color: #FCEC07;
}
</style>
border-color css
<style>
span { border-color: #FCEC07; }
span { border-color: rgb(252,236,7); }
td.TdClassName
{
border-color: #FCEC07;
}
.TagClassName
{
border-color: #FCEC07;
}
</style>