Shades of Lemon #FCE210
Tints of Lemon #FCE210
RGB
CMYK
RGB Variations
Color information
#FCE210 (or 0xFCE210) is known color: Lemon. HEX triplet: FC, E2 and 10. RGB value is (252,226,16). Sum of RGB (Red+Green+Blue) = 252+226+16=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE210 is #031DEF. Grayscale: #D2D2D2. Windows color (decimal): -204272 or 1106684. OLE color: 1106684.
HSL color Cylindrical-coordinate representation of color #FCE210: hue angle of 53.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE210 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.01 |
| HSL | 53.39º | 0.98% | 0.53% | - |
| HSV(B) | 53.39º | 0.94% | 0.99% | - |
| XYZ | 67.43 | 75.13 | 11.44 | - |
| YUV | 209.83 | 18.61 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 16 | 0 | 0.10 | 0.94 | 0.01 | 53.39 | 0.98 | 0.53 |
| Hex | FC | E2 | 10 | 0 | A | 5E | 1 | 35 | 62 | 35 |
| Octal | 374 | 342 | 20 | 0 | 12 | 136 | 1 | 65 | 142 | 65 |
| Binary | 11111100 | 11100010 | 10000 | 0 | 1010 | 1011110 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FCE210
Complementary color
Monochromatic Colors of #FCE210
Black with #FCE210
Text Example
Text Example
White with #FCE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE210; }
p { color: rgb(252,226,16); }
H1.HeaderClassName
{
color: #FCE210;
}
.AnyTagClassName
{
color: #FCE210;
}
</style>
background-color css
<style>
a { background-color: #FCE210; }
a { background-color: rgb(252,226,16); }
div.DivClassName
{
background-color: #FCE210;
}
.BgClassName
{
background-color: #FCE210;
}
</style>
border-color css
<style>
span { border-color: #FCE210; }
span { border-color: rgb(252,226,16); }
td.TdClassName
{
border-color: #FCE210;
}
.TagClassName
{
border-color: #FCE210;
}
</style>