Shades of Lemon #FCE10C
Tints of Lemon #FCE10C
RGB
CMYK
RGB Variations
Color information
#FCE10C (or 0xFCE10C) is known color: Lemon. HEX triplet: FC, E1 and 0C. RGB value is (252,225,12). Sum of RGB (Red+Green+Blue) = 252+225+12=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE10C is #031EF3. Grayscale: #D1D1D1. Windows color (decimal): -204532 or 844284. OLE color: 844284.
HSL color Cylindrical-coordinate representation of color #FCE10C: hue angle of 53.25º 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 #FCE10C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.01 |
| HSL | 53.25º | 0.98% | 0.52% | - |
| HSV(B) | 53.25º | 0.95% | 0.99% | - |
| XYZ | 67.14 | 74.57 | 11.2 | - |
| YUV | 208.79 | 16.95 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 12 | 0 | 0.11 | 0.95 | 0.01 | 53.25 | 0.98 | 0.52 |
| Hex | FC | E1 | C | 0 | B | 5F | 1 | 35 | 62 | 34 |
| Octal | 374 | 341 | 14 | 0 | 13 | 137 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11100001 | 1100 | 0 | 1011 | 1011111 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCE10C
Complementary color
Monochromatic Colors of #FCE10C
Black with #FCE10C
Text Example
Text Example
White with #FCE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE10C; }
p { color: rgb(252,225,12); }
H1.HeaderClassName
{
color: #FCE10C;
}
.AnyTagClassName
{
color: #FCE10C;
}
</style>
background-color css
<style>
a { background-color: #FCE10C; }
a { background-color: rgb(252,225,12); }
div.DivClassName
{
background-color: #FCE10C;
}
.BgClassName
{
background-color: #FCE10C;
}
</style>
border-color css
<style>
span { border-color: #FCE10C; }
span { border-color: rgb(252,225,12); }
td.TdClassName
{
border-color: #FCE10C;
}
.TagClassName
{
border-color: #FCE10C;
}
</style>