Shades of Lemon #FCE118
Tints of Lemon #FCE118
RGB
CMYK
RGB Variations
Color information
#FCE118 (or 0xFCE118) is known color: Lemon. HEX triplet: FC, E1 and 18. RGB value is (252,225,24). Sum of RGB (Red+Green+Blue) = 252+225+24=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 24 (9.77% from 255 or 4.79% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE118 is #031EE7. Grayscale: #D2D2D2. Windows color (decimal): -204520 or 1630716. OLE color: 1630716.
HSL color Cylindrical-coordinate representation of color #FCE118: hue angle of 52.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE118 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 24 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.01 |
| HSL | 52.89º | 0.97% | 0.54% | - |
| HSV(B) | 52.89º | 0.9% | 0.99% | - |
| XYZ | 67.23 | 74.61 | 11.72 | - |
| YUV | 210.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 24 | 0 | 0.11 | 0.90 | 0.01 | 52.89 | 0.97 | 0.54 |
| Hex | FC | E1 | 18 | 0 | B | 5A | 1 | 35 | 61 | 36 |
| Octal | 374 | 341 | 30 | 0 | 13 | 132 | 1 | 65 | 141 | 66 |
| Binary | 11111100 | 11100001 | 11000 | 0 | 1011 | 1011010 | 1 | 110101 | 1100001 | 110110 |
Color Harmonies of #FCE118
Complementary color
Monochromatic Colors of #FCE118
Black with #FCE118
Text Example
Text Example
White with #FCE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE118; }
p { color: rgb(252,225,24); }
H1.HeaderClassName
{
color: #FCE118;
}
.AnyTagClassName
{
color: #FCE118;
}
</style>
background-color css
<style>
a { background-color: #FCE118; }
a { background-color: rgb(252,225,24); }
div.DivClassName
{
background-color: #FCE118;
}
.BgClassName
{
background-color: #FCE118;
}
</style>
border-color css
<style>
span { border-color: #FCE118; }
span { border-color: rgb(252,225,24); }
td.TdClassName
{
border-color: #FCE118;
}
.TagClassName
{
border-color: #FCE118;
}
</style>