Shades of Lemon #FCE116
Tints of Lemon #FCE116
RGB
CMYK
RGB Variations
Color information
#FCE116 (or 0xFCE116) is known color: Lemon. HEX triplet: FC, E1 and 16. RGB value is (252,225,22). Sum of RGB (Red+Green+Blue) = 252+225+22=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 22 (8.98% from 255 or 4.41% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE116 is #031EE9. Grayscale: #D2D2D2. Windows color (decimal): -204522 or 1499644. OLE color: 1499644.
HSL color Cylindrical-coordinate representation of color #FCE116: hue angle of 52.96º 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 #FCE116 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.01 |
| HSL | 52.96º | 0.97% | 0.54% | - |
| HSV(B) | 52.96º | 0.91% | 0.99% | - |
| XYZ | 67.21 | 74.6 | 11.62 | - |
| YUV | 209.93 | 21.95 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 22 | 0 | 0.11 | 0.91 | 0.01 | 52.96 | 0.97 | 0.54 |
| Hex | FC | E1 | 16 | 0 | B | 5B | 1 | 35 | 61 | 36 |
| Octal | 374 | 341 | 26 | 0 | 13 | 133 | 1 | 65 | 141 | 66 |
| Binary | 11111100 | 11100001 | 10110 | 0 | 1011 | 1011011 | 1 | 110101 | 1100001 | 110110 |
Color Harmonies of #FCE116
Complementary color
Monochromatic Colors of #FCE116
Black with #FCE116
Text Example
Text Example
White with #FCE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE116; }
p { color: rgb(252,225,22); }
H1.HeaderClassName
{
color: #FCE116;
}
.AnyTagClassName
{
color: #FCE116;
}
</style>
background-color css
<style>
a { background-color: #FCE116; }
a { background-color: rgb(252,225,22); }
div.DivClassName
{
background-color: #FCE116;
}
.BgClassName
{
background-color: #FCE116;
}
</style>
border-color css
<style>
span { border-color: #FCE116; }
span { border-color: rgb(252,225,22); }
td.TdClassName
{
border-color: #FCE116;
}
.TagClassName
{
border-color: #FCE116;
}
</style>