Shades of Lemon #FCE211
Tints of Lemon #FCE211
RGB
CMYK
RGB Variations
Color information
#FCE211 (or 0xFCE211) is known color: Lemon. HEX triplet: FC, E2 and 11. RGB value is (252,226,17). Sum of RGB (Red+Green+Blue) = 252+226+17=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE211 is #031DEE. Grayscale: #D2D2D2. Windows color (decimal): -204271 or 1172220. OLE color: 1172220.
HSL color Cylindrical-coordinate representation of color #FCE211: hue angle of 53.36º 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 #FCE211 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.01 |
| HSL | 53.36º | 0.98% | 0.53% | - |
| HSV(B) | 53.36º | 0.93% | 0.99% | - |
| XYZ | 67.44 | 75.13 | 11.48 | - |
| YUV | 209.95 | 19.11 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 17 | 0 | 0.10 | 0.93 | 0.01 | 53.36 | 0.98 | 0.53 |
| Hex | FC | E2 | 11 | 0 | A | 5D | 1 | 35 | 62 | 35 |
| Octal | 374 | 342 | 21 | 0 | 12 | 135 | 1 | 65 | 142 | 65 |
| Binary | 11111100 | 11100010 | 10001 | 0 | 1010 | 1011101 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FCE211
Complementary color
Monochromatic Colors of #FCE211
Black with #FCE211
Text Example
Text Example
White with #FCE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE211; }
p { color: rgb(252,226,17); }
H1.HeaderClassName
{
color: #FCE211;
}
.AnyTagClassName
{
color: #FCE211;
}
</style>
background-color css
<style>
a { background-color: #FCE211; }
a { background-color: rgb(252,226,17); }
div.DivClassName
{
background-color: #FCE211;
}
.BgClassName
{
background-color: #FCE211;
}
</style>
border-color css
<style>
span { border-color: #FCE211; }
span { border-color: rgb(252,226,17); }
td.TdClassName
{
border-color: #FCE211;
}
.TagClassName
{
border-color: #FCE211;
}
</style>