Shades of Lemon #FCE20A
Tints of Lemon #FCE20A
RGB
CMYK
RGB Variations
Color information
#FCE20A (or 0xFCE20A) is known color: Lemon. HEX triplet: FC, E2 and 0A. RGB value is (252,226,10). Sum of RGB (Red+Green+Blue) = 252+226+10=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE20A is #031DF5. Grayscale: #D2D2D2. Windows color (decimal): -204278 or 713468. OLE color: 713468.
HSL color Cylindrical-coordinate representation of color #FCE20A: hue angle of 53.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE20A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.01 |
| HSL | 53.55º | 0.98% | 0.51% | - |
| HSV(B) | 53.55º | 0.96% | 0.99% | - |
| XYZ | 67.4 | 75.11 | 11.23 | - |
| YUV | 209.15 | 15.61 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 10 | 0 | 0.10 | 0.96 | 0.01 | 53.55 | 0.98 | 0.51 |
| Hex | FC | E2 | A | 0 | A | 60 | 1 | 36 | 62 | 33 |
| Octal | 374 | 342 | 12 | 0 | 12 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100010 | 1010 | 0 | 1010 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE20A
Complementary color
Monochromatic Colors of #FCE20A
Black with #FCE20A
Text Example
Text Example
White with #FCE20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE20A; }
p { color: rgb(252,226,10); }
H1.HeaderClassName
{
color: #FCE20A;
}
.AnyTagClassName
{
color: #FCE20A;
}
</style>
background-color css
<style>
a { background-color: #FCE20A; }
a { background-color: rgb(252,226,10); }
div.DivClassName
{
background-color: #FCE20A;
}
.BgClassName
{
background-color: #FCE20A;
}
</style>
border-color css
<style>
span { border-color: #FCE20A; }
span { border-color: rgb(252,226,10); }
td.TdClassName
{
border-color: #FCE20A;
}
.TagClassName
{
border-color: #FCE20A;
}
</style>