Shades of Lemon #FCE014
Tints of Lemon #FCE014
RGB
CMYK
RGB Variations
Color information
#FCE014 (or 0xFCE014) is known color: Lemon. HEX triplet: FC, E0 and 14. RGB value is (252,224,20). Sum of RGB (Red+Green+Blue) = 252+224+20=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE014 is #031FEB. Grayscale: #D1D1D1. Windows color (decimal): -204780 or 1368316. OLE color: 1368316.
HSL color Cylindrical-coordinate representation of color #FCE014: hue angle of 52.76º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCE014 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.01 |
| HSL | 52.76º | 0.97% | 0.53% | - |
| HSV(B) | 52.76º | 0.92% | 0.99% | - |
| XYZ | 66.93 | 74.06 | 11.43 | - |
| YUV | 209.12 | 21.28 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 20 | 0 | 0.11 | 0.92 | 0.01 | 52.76 | 0.97 | 0.53 |
| Hex | FC | E0 | 14 | 0 | B | 5C | 1 | 35 | 61 | 35 |
| Octal | 374 | 340 | 24 | 0 | 13 | 134 | 1 | 65 | 141 | 65 |
| Binary | 11111100 | 11100000 | 10100 | 0 | 1011 | 1011100 | 1 | 110101 | 1100001 | 110101 |
Color Harmonies of #FCE014
Complementary color
Monochromatic Colors of #FCE014
Black with #FCE014
Text Example
Text Example
White with #FCE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE014; }
p { color: rgb(252,224,20); }
H1.HeaderClassName
{
color: #FCE014;
}
.AnyTagClassName
{
color: #FCE014;
}
</style>
background-color css
<style>
a { background-color: #FCE014; }
a { background-color: rgb(252,224,20); }
div.DivClassName
{
background-color: #FCE014;
}
.BgClassName
{
background-color: #FCE014;
}
</style>
border-color css
<style>
span { border-color: #FCE014; }
span { border-color: rgb(252,224,20); }
td.TdClassName
{
border-color: #FCE014;
}
.TagClassName
{
border-color: #FCE014;
}
</style>