Shades of Lemon #FCE516
Tints of Lemon #FCE516
RGB
CMYK
RGB Variations
Color information
#FCE516 (or 0xFCE516) is known color: Lemon. HEX triplet: FC, E5 and 16. RGB value is (252,229,22). Sum of RGB (Red+Green+Blue) = 252+229+22=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 22 (8.98% from 255 or 4.37% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE516 is #031AE9. Grayscale: #D5D5D5. Windows color (decimal): -203498 or 1500668. OLE color: 1500668.
HSL color Cylindrical-coordinate representation of color #FCE516: hue angle of 54º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCE516 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 54º | 0.97% | 0.54% | - |
| HSV(B) | 54º | 0.91% | 0.99% | - |
| XYZ | 68.31 | 76.79 | 11.98 | - |
| YUV | 212.28 | 20.62 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 22 | 0 | 0.09 | 0.91 | 0.01 | 54 | 0.97 | 0.54 |
| Hex | FC | E5 | 16 | 0 | 9 | 5B | 1 | 36 | 61 | 36 |
| Octal | 374 | 345 | 26 | 0 | 11 | 133 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100101 | 10110 | 0 | 1001 | 1011011 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE516
Complementary color
Monochromatic Colors of #FCE516
Black with #FCE516
Text Example
Text Example
White with #FCE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE516; }
p { color: rgb(252,229,22); }
H1.HeaderClassName
{
color: #FCE516;
}
.AnyTagClassName
{
color: #FCE516;
}
</style>
background-color css
<style>
a { background-color: #FCE516; }
a { background-color: rgb(252,229,22); }
div.DivClassName
{
background-color: #FCE516;
}
.BgClassName
{
background-color: #FCE516;
}
</style>
border-color css
<style>
span { border-color: #FCE516; }
span { border-color: rgb(252,229,22); }
td.TdClassName
{
border-color: #FCE516;
}
.TagClassName
{
border-color: #FCE516;
}
</style>