Shades of Lemon #FCE410
Tints of Lemon #FCE410
RGB
CMYK
RGB Variations
Color information
#FCE410 (or 0xFCE410) is known color: Lemon. HEX triplet: FC, E4 and 10. RGB value is (252,228,16). Sum of RGB (Red+Green+Blue) = 252+228+16=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 16 (6.64% from 255 or 3.23% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE410 is #031BEF. Grayscale: #D3D3D3. Windows color (decimal): -203760 or 1107196. OLE color: 1107196.
HSL color Cylindrical-coordinate representation of color #FCE410: hue angle of 53.9º 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 #FCE410 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.01 |
| HSL | 53.9º | 0.98% | 0.53% | - |
| HSV(B) | 53.9º | 0.94% | 0.99% | - |
| XYZ | 67.98 | 76.22 | 11.62 | - |
| YUV | 211.01 | 17.95 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 16 | 0 | 0.10 | 0.94 | 0.01 | 53.9 | 0.98 | 0.53 |
| Hex | FC | E4 | 10 | 0 | A | 5E | 1 | 36 | 62 | 35 |
| Octal | 374 | 344 | 20 | 0 | 12 | 136 | 1 | 66 | 142 | 65 |
| Binary | 11111100 | 11100100 | 10000 | 0 | 1010 | 1011110 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FCE410
Complementary color
Monochromatic Colors of #FCE410
Black with #FCE410
Text Example
Text Example
White with #FCE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE410; }
p { color: rgb(252,228,16); }
H1.HeaderClassName
{
color: #FCE410;
}
.AnyTagClassName
{
color: #FCE410;
}
</style>
background-color css
<style>
a { background-color: #FCE410; }
a { background-color: rgb(252,228,16); }
div.DivClassName
{
background-color: #FCE410;
}
.BgClassName
{
background-color: #FCE410;
}
</style>
border-color css
<style>
span { border-color: #FCE410; }
span { border-color: rgb(252,228,16); }
td.TdClassName
{
border-color: #FCE410;
}
.TagClassName
{
border-color: #FCE410;
}
</style>