Shades of Lemon #FCE51D
Tints of Lemon #FCE51D
RGB
CMYK
RGB Variations
Color information
#FCE51D (or 0xFCE51D) is known color: Lemon. HEX triplet: FC, E5 and 1D. RGB value is (252,229,29). Sum of RGB (Red+Green+Blue) = 252+229+29=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 29 (11.72% from 255 or 5.69% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE51D is #031AE2. Grayscale: #D5D5D5. Windows color (decimal): -203491 or 1959420. OLE color: 1959420.
HSL color Cylindrical-coordinate representation of color #FCE51D: hue angle of 53.81º 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 #FCE51D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.01 |
| HSL | 53.81º | 0.97% | 0.55% | - |
| HSV(B) | 53.81º | 0.88% | 0.99% | - |
| XYZ | 68.39 | 76.82 | 12.39 | - |
| YUV | 213.08 | 24.12 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 29 | 0 | 0.09 | 0.88 | 0.01 | 53.81 | 0.97 | 0.55 |
| Hex | FC | E5 | 1D | 0 | 9 | 58 | 1 | 36 | 61 | 37 |
| Octal | 374 | 345 | 35 | 0 | 11 | 130 | 1 | 66 | 141 | 67 |
| Binary | 11111100 | 11100101 | 11101 | 0 | 1001 | 1011000 | 1 | 110110 | 1100001 | 110111 |
Color Harmonies of #FCE51D
Complementary color
Monochromatic Colors of #FCE51D
Black with #FCE51D
Text Example
Text Example
White with #FCE51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE51D; }
p { color: rgb(252,229,29); }
H1.HeaderClassName
{
color: #FCE51D;
}
.AnyTagClassName
{
color: #FCE51D;
}
</style>
background-color css
<style>
a { background-color: #FCE51D; }
a { background-color: rgb(252,229,29); }
div.DivClassName
{
background-color: #FCE51D;
}
.BgClassName
{
background-color: #FCE51D;
}
</style>
border-color css
<style>
span { border-color: #FCE51D; }
span { border-color: rgb(252,229,29); }
td.TdClassName
{
border-color: #FCE51D;
}
.TagClassName
{
border-color: #FCE51D;
}
</style>