Shades of Lemon #FCE20C
Tints of Lemon #FCE20C
RGB
CMYK
RGB Variations
Color information
#FCE20C (or 0xFCE20C) is known color: Lemon. HEX triplet: FC, E2 and 0C. RGB value is (252,226,12). Sum of RGB (Red+Green+Blue) = 252+226+12=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE20C is #031DF3. Grayscale: #D2D2D2. Windows color (decimal): -204276 or 844540. OLE color: 844540.
HSL color Cylindrical-coordinate representation of color #FCE20C: hue angle of 53.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCE20C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.01 |
| HSL | 53.5º | 0.98% | 0.52% | - |
| HSV(B) | 53.5º | 0.95% | 0.99% | - |
| XYZ | 67.41 | 75.11 | 11.29 | - |
| YUV | 209.38 | 16.61 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 12 | 0 | 0.10 | 0.95 | 0.01 | 53.5 | 0.98 | 0.52 |
| Hex | FC | E2 | C | 0 | A | 5F | 1 | 36 | 62 | 34 |
| Octal | 374 | 342 | 14 | 0 | 12 | 137 | 1 | 66 | 142 | 64 |
| Binary | 11111100 | 11100010 | 1100 | 0 | 1010 | 1011111 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FCE20C
Complementary color
Monochromatic Colors of #FCE20C
Black with #FCE20C
Text Example
Text Example
White with #FCE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE20C; }
p { color: rgb(252,226,12); }
H1.HeaderClassName
{
color: #FCE20C;
}
.AnyTagClassName
{
color: #FCE20C;
}
</style>
background-color css
<style>
a { background-color: #FCE20C; }
a { background-color: rgb(252,226,12); }
div.DivClassName
{
background-color: #FCE20C;
}
.BgClassName
{
background-color: #FCE20C;
}
</style>
border-color css
<style>
span { border-color: #FCE20C; }
span { border-color: rgb(252,226,12); }
td.TdClassName
{
border-color: #FCE20C;
}
.TagClassName
{
border-color: #FCE20C;
}
</style>