Shades of Lemon #FCE814
Tints of Lemon #FCE814
RGB
CMYK
RGB Variations
Color information
#FCE814 (or 0xFCE814) is known color: Lemon. HEX triplet: FC, E8 and 14. RGB value is (252,232,20). Sum of RGB (Red+Green+Blue) = 252+232+20=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 20 (8.20% from 255 or 3.97% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE814 is #0317EB. Grayscale: #D6D6D6. Windows color (decimal): -202732 or 1370364. OLE color: 1370364.
HSL color Cylindrical-coordinate representation of color #FCE814: hue angle of 54.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCE814 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.01 |
| HSL | 54.83º | 0.97% | 0.53% | - |
| HSV(B) | 54.83º | 0.92% | 0.99% | - |
| XYZ | 69.13 | 78.46 | 12.16 | - |
| YUV | 213.81 | 18.63 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 20 | 0 | 0.08 | 0.92 | 0.01 | 54.83 | 0.97 | 0.53 |
| Hex | FC | E8 | 14 | 0 | 8 | 5C | 1 | 37 | 61 | 35 |
| Octal | 374 | 350 | 24 | 0 | 10 | 134 | 1 | 67 | 141 | 65 |
| Binary | 11111100 | 11101000 | 10100 | 0 | 1000 | 1011100 | 1 | 110111 | 1100001 | 110101 |
Color Harmonies of #FCE814
Complementary color
Monochromatic Colors of #FCE814
Black with #FCE814
Text Example
Text Example
White with #FCE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE814; }
p { color: rgb(252,232,20); }
H1.HeaderClassName
{
color: #FCE814;
}
.AnyTagClassName
{
color: #FCE814;
}
</style>
background-color css
<style>
a { background-color: #FCE814; }
a { background-color: rgb(252,232,20); }
div.DivClassName
{
background-color: #FCE814;
}
.BgClassName
{
background-color: #FCE814;
}
</style>
border-color css
<style>
span { border-color: #FCE814; }
span { border-color: rgb(252,232,20); }
td.TdClassName
{
border-color: #FCE814;
}
.TagClassName
{
border-color: #FCE814;
}
</style>