Shades of Lemon #FCE40A
Tints of Lemon #FCE40A
RGB
CMYK
RGB Variations
Color information
#FCE40A (or 0xFCE40A) is known color: Lemon. HEX triplet: FC, E4 and 0A. RGB value is (252,228,10). Sum of RGB (Red+Green+Blue) = 252+228+10=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 10 (4.30% from 255 or 2.04% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE40A is #031BF5. Grayscale: #D3D3D3. Windows color (decimal): -203766 or 713980. OLE color: 713980.
HSL color Cylindrical-coordinate representation of color #FCE40A: hue angle of 54.05º 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 #FCE40A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.01 |
| HSL | 54.05º | 0.98% | 0.51% | - |
| HSV(B) | 54.05º | 0.96% | 0.99% | - |
| XYZ | 67.94 | 76.2 | 11.42 | - |
| YUV | 210.32 | 14.95 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 10 | 0 | 0.10 | 0.96 | 0.01 | 54.05 | 0.98 | 0.51 |
| Hex | FC | E4 | A | 0 | A | 60 | 1 | 36 | 62 | 33 |
| Octal | 374 | 344 | 12 | 0 | 12 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100100 | 1010 | 0 | 1010 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE40A
Complementary color
Monochromatic Colors of #FCE40A
Black with #FCE40A
Text Example
Text Example
White with #FCE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE40A; }
p { color: rgb(252,228,10); }
H1.HeaderClassName
{
color: #FCE40A;
}
.AnyTagClassName
{
color: #FCE40A;
}
</style>
background-color css
<style>
a { background-color: #FCE40A; }
a { background-color: rgb(252,228,10); }
div.DivClassName
{
background-color: #FCE40A;
}
.BgClassName
{
background-color: #FCE40A;
}
</style>
border-color css
<style>
span { border-color: #FCE40A; }
span { border-color: rgb(252,228,10); }
td.TdClassName
{
border-color: #FCE40A;
}
.TagClassName
{
border-color: #FCE40A;
}
</style>