Shades of Lemon #FCE50A
Tints of Lemon #FCE50A
RGB
CMYK
RGB Variations
Color information
#FCE50A (or 0xFCE50A) is known color: Lemon. HEX triplet: FC, E5 and 0A. RGB value is (252,229,10). Sum of RGB (Red+Green+Blue) = 252+229+10=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE50A is #031AF5. Grayscale: #D3D3D3. Windows color (decimal): -203510 or 714236. OLE color: 714236.
HSL color Cylindrical-coordinate representation of color #FCE50A: hue angle of 54.3º 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 #FCE50A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.01 |
| HSL | 54.3º | 0.98% | 0.51% | - |
| HSV(B) | 54.3º | 0.96% | 0.99% | - |
| XYZ | 68.22 | 76.76 | 11.51 | - |
| YUV | 210.91 | 14.62 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 10 | 0 | 0.09 | 0.96 | 0.01 | 54.3 | 0.98 | 0.51 |
| Hex | FC | E5 | A | 0 | 9 | 60 | 1 | 36 | 62 | 33 |
| Octal | 374 | 345 | 12 | 0 | 11 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100101 | 1010 | 0 | 1001 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE50A
Complementary color
Monochromatic Colors of #FCE50A
Black with #FCE50A
Text Example
Text Example
White with #FCE50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE50A; }
p { color: rgb(252,229,10); }
H1.HeaderClassName
{
color: #FCE50A;
}
.AnyTagClassName
{
color: #FCE50A;
}
</style>
background-color css
<style>
a { background-color: #FCE50A; }
a { background-color: rgb(252,229,10); }
div.DivClassName
{
background-color: #FCE50A;
}
.BgClassName
{
background-color: #FCE50A;
}
</style>
border-color css
<style>
span { border-color: #FCE50A; }
span { border-color: rgb(252,229,10); }
td.TdClassName
{
border-color: #FCE50A;
}
.TagClassName
{
border-color: #FCE50A;
}
</style>