Shades of Lemon #FCE510
Tints of Lemon #FCE510
RGB
CMYK
RGB Variations
Color information
#FCE510 (or 0xFCE510) is known color: Lemon. HEX triplet: FC, E5 and 10. RGB value is (252,229,16). Sum of RGB (Red+Green+Blue) = 252+229+16=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE510 is #031AEF. Grayscale: #D4D4D4. Windows color (decimal): -203504 or 1107452. OLE color: 1107452.
HSL color Cylindrical-coordinate representation of color #FCE510: hue angle of 54.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE510 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.01 |
| HSL | 54.15º | 0.98% | 0.53% | - |
| HSV(B) | 54.15º | 0.94% | 0.99% | - |
| XYZ | 68.26 | 76.77 | 11.71 | - |
| YUV | 211.6 | 17.62 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 16 | 0 | 0.09 | 0.94 | 0.01 | 54.15 | 0.98 | 0.53 |
| Hex | FC | E5 | 10 | 0 | 9 | 5E | 1 | 36 | 62 | 35 |
| Octal | 374 | 345 | 20 | 0 | 11 | 136 | 1 | 66 | 142 | 65 |
| Binary | 11111100 | 11100101 | 10000 | 0 | 1001 | 1011110 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FCE510
Complementary color
Monochromatic Colors of #FCE510
Black with #FCE510
Text Example
Text Example
White with #FCE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE510; }
p { color: rgb(252,229,16); }
H1.HeaderClassName
{
color: #FCE510;
}
.AnyTagClassName
{
color: #FCE510;
}
</style>
background-color css
<style>
a { background-color: #FCE510; }
a { background-color: rgb(252,229,16); }
div.DivClassName
{
background-color: #FCE510;
}
.BgClassName
{
background-color: #FCE510;
}
</style>
border-color css
<style>
span { border-color: #FCE510; }
span { border-color: rgb(252,229,16); }
td.TdClassName
{
border-color: #FCE510;
}
.TagClassName
{
border-color: #FCE510;
}
</style>