Shades of Lemon #FCE111
Tints of Lemon #FCE111
RGB
CMYK
RGB Variations
Color information
#FCE111 (or 0xFCE111) is known color: Lemon. HEX triplet: FC, E1 and 11. RGB value is (252,225,17). Sum of RGB (Red+Green+Blue) = 252+225+17=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE111 is #031EEE. Grayscale: #D2D2D2. Windows color (decimal): -204527 or 1171964. OLE color: 1171964.
HSL color Cylindrical-coordinate representation of color #FCE111: hue angle of 53.11º 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 #FCE111 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.01 |
| HSL | 53.11º | 0.98% | 0.53% | - |
| HSV(B) | 53.11º | 0.93% | 0.99% | - |
| XYZ | 67.17 | 74.59 | 11.39 | - |
| YUV | 209.36 | 19.45 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 17 | 0 | 0.11 | 0.93 | 0.01 | 53.11 | 0.98 | 0.53 |
| Hex | FC | E1 | 11 | 0 | B | 5D | 1 | 35 | 62 | 35 |
| Octal | 374 | 341 | 21 | 0 | 13 | 135 | 1 | 65 | 142 | 65 |
| Binary | 11111100 | 11100001 | 10001 | 0 | 1011 | 1011101 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FCE111
Complementary color
Monochromatic Colors of #FCE111
Black with #FCE111
Text Example
Text Example
White with #FCE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE111; }
p { color: rgb(252,225,17); }
H1.HeaderClassName
{
color: #FCE111;
}
.AnyTagClassName
{
color: #FCE111;
}
</style>
background-color css
<style>
a { background-color: #FCE111; }
a { background-color: rgb(252,225,17); }
div.DivClassName
{
background-color: #FCE111;
}
.BgClassName
{
background-color: #FCE111;
}
</style>
border-color css
<style>
span { border-color: #FCE111; }
span { border-color: rgb(252,225,17); }
td.TdClassName
{
border-color: #FCE111;
}
.TagClassName
{
border-color: #FCE111;
}
</style>