Shades of Lemon #FCE81E
Tints of Lemon #FCE81E
RGB
CMYK
RGB Variations
Color information
#FCE81E (or 0xFCE81E) is known color: Lemon. HEX triplet: FC, E8 and 1E. RGB value is (252,232,30). Sum of RGB (Red+Green+Blue) = 252+232+30=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 30 (12.11% from 255 or 5.84% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE81E is #0317E1. Grayscale: #D7D7D7. Windows color (decimal): -202722 or 2025724. OLE color: 2025724.
HSL color Cylindrical-coordinate representation of color #FCE81E: hue angle of 54.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCE81E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 30 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.01 |
| HSL | 54.59º | 0.97% | 0.55% | - |
| HSV(B) | 54.59º | 0.88% | 0.99% | - |
| XYZ | 69.24 | 78.5 | 12.73 | - |
| YUV | 214.95 | 23.63 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 30 | 0 | 0.08 | 0.88 | 0.01 | 54.59 | 0.97 | 0.55 |
| Hex | FC | E8 | 1E | 0 | 8 | 58 | 1 | 37 | 61 | 37 |
| Octal | 374 | 350 | 36 | 0 | 10 | 130 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101000 | 11110 | 0 | 1000 | 1011000 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCE81E
Complementary color
Monochromatic Colors of #FCE81E
Black with #FCE81E
Text Example
Text Example
White with #FCE81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE81E; }
p { color: rgb(252,232,30); }
H1.HeaderClassName
{
color: #FCE81E;
}
.AnyTagClassName
{
color: #FCE81E;
}
</style>
background-color css
<style>
a { background-color: #FCE81E; }
a { background-color: rgb(252,232,30); }
div.DivClassName
{
background-color: #FCE81E;
}
.BgClassName
{
background-color: #FCE81E;
}
</style>
border-color css
<style>
span { border-color: #FCE81E; }
span { border-color: rgb(252,232,30); }
td.TdClassName
{
border-color: #FCE81E;
}
.TagClassName
{
border-color: #FCE81E;
}
</style>