Shades of Lemon #FCE41D
Tints of Lemon #FCE41D
RGB
CMYK
RGB Variations
Color information
#FCE41D (or 0xFCE41D) is known color: Lemon. HEX triplet: FC, E4 and 1D. RGB value is (252,228,29). Sum of RGB (Red+Green+Blue) = 252+228+29=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 29 (11.72% from 255 or 5.70% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE41D is #031BE2. Grayscale: #D5D5D5. Windows color (decimal): -203747 or 1959164. OLE color: 1959164.
HSL color Cylindrical-coordinate representation of color #FCE41D: hue angle of 53.54º 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 #FCE41D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.01 |
| HSL | 53.54º | 0.97% | 0.55% | - |
| HSV(B) | 53.54º | 0.88% | 0.99% | - |
| XYZ | 68.11 | 76.27 | 12.29 | - |
| YUV | 212.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 29 | 0 | 0.10 | 0.88 | 0.01 | 53.54 | 0.97 | 0.55 |
| Hex | FC | E4 | 1D | 0 | A | 58 | 1 | 36 | 61 | 37 |
| Octal | 374 | 344 | 35 | 0 | 12 | 130 | 1 | 66 | 141 | 67 |
| Binary | 11111100 | 11100100 | 11101 | 0 | 1010 | 1011000 | 1 | 110110 | 1100001 | 110111 |
Color Harmonies of #FCE41D
Complementary color
Monochromatic Colors of #FCE41D
Black with #FCE41D
Text Example
Text Example
White with #FCE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE41D; }
p { color: rgb(252,228,29); }
H1.HeaderClassName
{
color: #FCE41D;
}
.AnyTagClassName
{
color: #FCE41D;
}
</style>
background-color css
<style>
a { background-color: #FCE41D; }
a { background-color: rgb(252,228,29); }
div.DivClassName
{
background-color: #FCE41D;
}
.BgClassName
{
background-color: #FCE41D;
}
</style>
border-color css
<style>
span { border-color: #FCE41D; }
span { border-color: rgb(252,228,29); }
td.TdClassName
{
border-color: #FCE41D;
}
.TagClassName
{
border-color: #FCE41D;
}
</style>