Shades of Lemon #FCE30A
Tints of Lemon #FCE30A
RGB
CMYK
RGB Variations
Color information
#FCE30A (or 0xFCE30A) is known color: Lemon. HEX triplet: FC, E3 and 0A. RGB value is (252,227,10). Sum of RGB (Red+Green+Blue) = 252+227+10=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 10 (4.30% from 255 or 2.04% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE30A is #031CF5. Grayscale: #D2D2D2. Windows color (decimal): -204022 or 713724. OLE color: 713724.
HSL color Cylindrical-coordinate representation of color #FCE30A: hue angle of 53.8º 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 #FCE30A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.01 |
| HSL | 53.8º | 0.98% | 0.51% | - |
| HSV(B) | 53.8º | 0.96% | 0.99% | - |
| XYZ | 67.67 | 75.66 | 11.32 | - |
| YUV | 209.74 | 15.28 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 10 | 0 | 0.10 | 0.96 | 0.01 | 53.8 | 0.98 | 0.51 |
| Hex | FC | E3 | A | 0 | A | 60 | 1 | 36 | 62 | 33 |
| Octal | 374 | 343 | 12 | 0 | 12 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100011 | 1010 | 0 | 1010 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE30A
Complementary color
Monochromatic Colors of #FCE30A
Black with #FCE30A
Text Example
Text Example
White with #FCE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE30A; }
p { color: rgb(252,227,10); }
H1.HeaderClassName
{
color: #FCE30A;
}
.AnyTagClassName
{
color: #FCE30A;
}
</style>
background-color css
<style>
a { background-color: #FCE30A; }
a { background-color: rgb(252,227,10); }
div.DivClassName
{
background-color: #FCE30A;
}
.BgClassName
{
background-color: #FCE30A;
}
</style>
border-color css
<style>
span { border-color: #FCE30A; }
span { border-color: rgb(252,227,10); }
td.TdClassName
{
border-color: #FCE30A;
}
.TagClassName
{
border-color: #FCE30A;
}
</style>