Shades of Lemon #FCE80E
Tints of Lemon #FCE80E
RGB
CMYK
RGB Variations
Color information
#FCE80E (or 0xFCE80E) is known color: Lemon. HEX triplet: FC, E8 and 0E. RGB value is (252,232,14). Sum of RGB (Red+Green+Blue) = 252+232+14=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 14 (5.86% from 255 or 2.81% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE80E is #0317F1. Grayscale: #D6D6D6. Windows color (decimal): -202738 or 977148. OLE color: 977148.
HSL color Cylindrical-coordinate representation of color #FCE80E: hue angle of 54.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE80E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.01 |
| HSL | 54.96º | 0.98% | 0.52% | - |
| HSV(B) | 54.96º | 0.94% | 0.99% | - |
| XYZ | 69.08 | 78.44 | 11.92 | - |
| YUV | 213.13 | 15.63 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 14 | 0 | 0.08 | 0.94 | 0.01 | 54.96 | 0.98 | 0.52 |
| Hex | FC | E8 | E | 0 | 8 | 5E | 1 | 37 | 62 | 34 |
| Octal | 374 | 350 | 16 | 0 | 10 | 136 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11101000 | 1110 | 0 | 1000 | 1011110 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCE80E
Complementary color
Monochromatic Colors of #FCE80E
Black with #FCE80E
Text Example
Text Example
White with #FCE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE80E; }
p { color: rgb(252,232,14); }
H1.HeaderClassName
{
color: #FCE80E;
}
.AnyTagClassName
{
color: #FCE80E;
}
</style>
background-color css
<style>
a { background-color: #FCE80E; }
a { background-color: rgb(252,232,14); }
div.DivClassName
{
background-color: #FCE80E;
}
.BgClassName
{
background-color: #FCE80E;
}
</style>
border-color css
<style>
span { border-color: #FCE80E; }
span { border-color: rgb(252,232,14); }
td.TdClassName
{
border-color: #FCE80E;
}
.TagClassName
{
border-color: #FCE80E;
}
</style>