Shades of Lemon #FCE811
Tints of Lemon #FCE811
RGB
CMYK
RGB Variations
Color information
#FCE811 (or 0xFCE811) is known color: Lemon. HEX triplet: FC, E8 and 11. RGB value is (252,232,17). Sum of RGB (Red+Green+Blue) = 252+232+17=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 17 (7.03% from 255 or 3.39% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE811 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE811 is #0317EE. Grayscale: #D6D6D6. Windows color (decimal): -202735 or 1173756. OLE color: 1173756.
HSL color Cylindrical-coordinate representation of color #FCE811: hue angle of 54.89º 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 #FCE811 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.01 |
| HSL | 54.89º | 0.98% | 0.53% | - |
| HSV(B) | 54.89º | 0.93% | 0.99% | - |
| XYZ | 69.1 | 78.45 | 12.03 | - |
| YUV | 213.47 | 17.13 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 17 | 0 | 0.08 | 0.93 | 0.01 | 54.89 | 0.98 | 0.53 |
| Hex | FC | E8 | 11 | 0 | 8 | 5D | 1 | 37 | 62 | 35 |
| Octal | 374 | 350 | 21 | 0 | 10 | 135 | 1 | 67 | 142 | 65 |
| Binary | 11111100 | 11101000 | 10001 | 0 | 1000 | 1011101 | 1 | 110111 | 1100010 | 110101 |
Color Harmonies of #FCE811
Complementary color
Monochromatic Colors of #FCE811
Black with #FCE811
Text Example
Text Example
White with #FCE811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE811; }
p { color: rgb(252,232,17); }
H1.HeaderClassName
{
color: #FCE811;
}
.AnyTagClassName
{
color: #FCE811;
}
</style>
background-color css
<style>
a { background-color: #FCE811; }
a { background-color: rgb(252,232,17); }
div.DivClassName
{
background-color: #FCE811;
}
.BgClassName
{
background-color: #FCE811;
}
</style>
border-color css
<style>
span { border-color: #FCE811; }
span { border-color: rgb(252,232,17); }
td.TdClassName
{
border-color: #FCE811;
}
.TagClassName
{
border-color: #FCE811;
}
</style>