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