Shades of Lemon #FCE20E
Tints of Lemon #FCE20E
RGB
CMYK
RGB Variations
Color information
#FCE20E (or 0xFCE20E) is known color: Lemon. HEX triplet: FC, E2 and 0E. RGB value is (252,226,14). Sum of RGB (Red+Green+Blue) = 252+226+14=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE20E is #031DF1. Grayscale: #D2D2D2. Windows color (decimal): -204274 or 975612. OLE color: 975612.
HSL color Cylindrical-coordinate representation of color #FCE20E: hue angle of 53.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE20E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.01 |
| HSL | 53.45º | 0.98% | 0.52% | - |
| HSV(B) | 53.45º | 0.94% | 0.99% | - |
| XYZ | 67.42 | 75.12 | 11.36 | - |
| YUV | 209.61 | 17.61 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 14 | 0 | 0.10 | 0.94 | 0.01 | 53.45 | 0.98 | 0.52 |
| Hex | FC | E2 | E | 0 | A | 5E | 1 | 35 | 62 | 34 |
| Octal | 374 | 342 | 16 | 0 | 12 | 136 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11100010 | 1110 | 0 | 1010 | 1011110 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCE20E
Complementary color
Monochromatic Colors of #FCE20E
Black with #FCE20E
Text Example
Text Example
White with #FCE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE20E; }
p { color: rgb(252,226,14); }
H1.HeaderClassName
{
color: #FCE20E;
}
.AnyTagClassName
{
color: #FCE20E;
}
</style>
background-color css
<style>
a { background-color: #FCE20E; }
a { background-color: rgb(252,226,14); }
div.DivClassName
{
background-color: #FCE20E;
}
.BgClassName
{
background-color: #FCE20E;
}
</style>
border-color css
<style>
span { border-color: #FCE20E; }
span { border-color: rgb(252,226,14); }
td.TdClassName
{
border-color: #FCE20E;
}
.TagClassName
{
border-color: #FCE20E;
}
</style>