Shades of Lemon #FCE010
Tints of Lemon #FCE010
RGB
CMYK
RGB Variations
Color information
#FCE010 (or 0xFCE010) is known color: Lemon. HEX triplet: FC, E0 and 10. RGB value is (252,224,16). Sum of RGB (Red+Green+Blue) = 252+224+16=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 16 (6.64% from 255 or 3.25% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE010 is #031FEF. Grayscale: #D1D1D1. Windows color (decimal): -204784 or 1106172. OLE color: 1106172.
HSL color Cylindrical-coordinate representation of color #FCE010: hue angle of 52.88º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE010 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.01 |
| HSL | 52.88º | 0.98% | 0.53% | - |
| HSV(B) | 52.88º | 0.94% | 0.99% | - |
| XYZ | 66.89 | 74.04 | 11.26 | - |
| YUV | 208.66 | 19.28 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 16 | 0 | 0.11 | 0.94 | 0.01 | 52.88 | 0.98 | 0.53 |
| Hex | FC | E0 | 10 | 0 | B | 5E | 1 | 35 | 62 | 35 |
| Octal | 374 | 340 | 20 | 0 | 13 | 136 | 1 | 65 | 142 | 65 |
| Binary | 11111100 | 11100000 | 10000 | 0 | 1011 | 1011110 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FCE010
Complementary color
Monochromatic Colors of #FCE010
Black with #FCE010
Text Example
Text Example
White with #FCE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE010; }
p { color: rgb(252,224,16); }
H1.HeaderClassName
{
color: #FCE010;
}
.AnyTagClassName
{
color: #FCE010;
}
</style>
background-color css
<style>
a { background-color: #FCE010; }
a { background-color: rgb(252,224,16); }
div.DivClassName
{
background-color: #FCE010;
}
.BgClassName
{
background-color: #FCE010;
}
</style>
border-color css
<style>
span { border-color: #FCE010; }
span { border-color: rgb(252,224,16); }
td.TdClassName
{
border-color: #FCE010;
}
.TagClassName
{
border-color: #FCE010;
}
</style>