Shades of Lemon #FCE805
Tints of Lemon #FCE805
RGB
CMYK
RGB Variations
Color information
#FCE805 (or 0xFCE805) is known color: Lemon. HEX triplet: FC, E8 and 05. RGB value is (252,232,5). Sum of RGB (Red+Green+Blue) = 252+232+5=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 5 (2.34% from 255 or 1.02% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE805 is #0317FA. Grayscale: #D5D5D5. Windows color (decimal): -202747 or 387324. OLE color: 387324.
HSL color Cylindrical-coordinate representation of color #FCE805: hue angle of 55.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCE805 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.01 |
| HSL | 55.14º | 0.98% | 0.5% | - |
| HSV(B) | 55.14º | 0.98% | 0.99% | - |
| XYZ | 69.03 | 78.42 | 11.64 | - |
| YUV | 212.1 | 11.13 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 5 | 0 | 0.08 | 0.98 | 0.01 | 55.14 | 0.98 | 0.5 |
| Hex | FC | E8 | 5 | 0 | 8 | 62 | 1 | 37 | 62 | 32 |
| Octal | 374 | 350 | 5 | 0 | 10 | 142 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11101000 | 101 | 0 | 1000 | 1100010 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE805
Complementary color
Monochromatic Colors of #FCE805
Black with #FCE805
Text Example
Text Example
White with #FCE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE805; }
p { color: rgb(252,232,5); }
H1.HeaderClassName
{
color: #FCE805;
}
.AnyTagClassName
{
color: #FCE805;
}
</style>
background-color css
<style>
a { background-color: #FCE805; }
a { background-color: rgb(252,232,5); }
div.DivClassName
{
background-color: #FCE805;
}
.BgClassName
{
background-color: #FCE805;
}
</style>
border-color css
<style>
span { border-color: #FCE805; }
span { border-color: rgb(252,232,5); }
td.TdClassName
{
border-color: #FCE805;
}
.TagClassName
{
border-color: #FCE805;
}
</style>