Shades of Lemon #FCE412
Tints of Lemon #FCE412
RGB
CMYK
RGB Variations
Color information
#FCE412 (or 0xFCE412) is known color: Lemon. HEX triplet: FC, E4 and 12. RGB value is (252,228,18). Sum of RGB (Red+Green+Blue) = 252+228+18=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 18 (7.42% from 255 or 3.61% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE412 is #031BED. Grayscale: #D4D4D4. Windows color (decimal): -203758 or 1238268. OLE color: 1238268.
HSL color Cylindrical-coordinate representation of color #FCE412: hue angle of 53.85º 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 #FCE412 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 18 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.01 |
| HSL | 53.85º | 0.98% | 0.53% | - |
| HSV(B) | 53.85º | 0.93% | 0.99% | - |
| XYZ | 68 | 76.23 | 11.7 | - |
| YUV | 211.24 | 18.95 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 18 | 0 | 0.10 | 0.93 | 0.01 | 53.85 | 0.98 | 0.53 |
| Hex | FC | E4 | 12 | 0 | A | 5D | 1 | 36 | 62 | 35 |
| Octal | 374 | 344 | 22 | 0 | 12 | 135 | 1 | 66 | 142 | 65 |
| Binary | 11111100 | 11100100 | 10010 | 0 | 1010 | 1011101 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FCE412
Complementary color
Monochromatic Colors of #FCE412
Black with #FCE412
Text Example
Text Example
White with #FCE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE412; }
p { color: rgb(252,228,18); }
H1.HeaderClassName
{
color: #FCE412;
}
.AnyTagClassName
{
color: #FCE412;
}
</style>
background-color css
<style>
a { background-color: #FCE412; }
a { background-color: rgb(252,228,18); }
div.DivClassName
{
background-color: #FCE412;
}
.BgClassName
{
background-color: #FCE412;
}
</style>
border-color css
<style>
span { border-color: #FCE412; }
span { border-color: rgb(252,228,18); }
td.TdClassName
{
border-color: #FCE412;
}
.TagClassName
{
border-color: #FCE412;
}
</style>