Shades of Lemon #FCE81D
Tints of Lemon #FCE81D
RGB
CMYK
RGB Variations
Color information
#FCE81D (or 0xFCE81D) is known color: Lemon. HEX triplet: FC, E8 and 1D. RGB value is (252,232,29). Sum of RGB (Red+Green+Blue) = 252+232+29=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 29 (11.72% from 255 or 5.65% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE81D is #0317E2. Grayscale: #D7D7D7. Windows color (decimal): -202723 or 1960188. OLE color: 1960188.
HSL color Cylindrical-coordinate representation of color #FCE81D: hue angle of 54.62º 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 #FCE81D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.01 |
| HSL | 54.62º | 0.97% | 0.55% | - |
| HSV(B) | 54.62º | 0.88% | 0.99% | - |
| XYZ | 69.22 | 78.5 | 12.67 | - |
| YUV | 214.84 | 23.13 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 29 | 0 | 0.08 | 0.88 | 0.01 | 54.62 | 0.97 | 0.55 |
| Hex | FC | E8 | 1D | 0 | 8 | 58 | 1 | 37 | 61 | 37 |
| Octal | 374 | 350 | 35 | 0 | 10 | 130 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101000 | 11101 | 0 | 1000 | 1011000 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCE81D
Complementary color
Monochromatic Colors of #FCE81D
Black with #FCE81D
Text Example
Text Example
White with #FCE81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE81D; }
p { color: rgb(252,232,29); }
H1.HeaderClassName
{
color: #FCE81D;
}
.AnyTagClassName
{
color: #FCE81D;
}
</style>
background-color css
<style>
a { background-color: #FCE81D; }
a { background-color: rgb(252,232,29); }
div.DivClassName
{
background-color: #FCE81D;
}
.BgClassName
{
background-color: #FCE81D;
}
</style>
border-color css
<style>
span { border-color: #FCE81D; }
span { border-color: rgb(252,232,29); }
td.TdClassName
{
border-color: #FCE81D;
}
.TagClassName
{
border-color: #FCE81D;
}
</style>