Shades of Lemon #FCE51A
Tints of Lemon #FCE51A
RGB
CMYK
RGB Variations
Color information
#FCE51A (or 0xFCE51A) is known color: Lemon. HEX triplet: FC, E5 and 1A. RGB value is (252,229,26). Sum of RGB (Red+Green+Blue) = 252+229+26=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 26 (10.55% from 255 or 5.13% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE51A is #031AE5. Grayscale: #D5D5D5. Windows color (decimal): -203494 or 1762812. OLE color: 1762812.
HSL color Cylindrical-coordinate representation of color #FCE51A: hue angle of 53.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE51A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 26 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.01 |
| HSL | 53.89º | 0.97% | 0.55% | - |
| HSV(B) | 53.89º | 0.9% | 0.99% | - |
| XYZ | 68.35 | 76.81 | 12.2 | - |
| YUV | 212.74 | 22.62 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 26 | 0 | 0.09 | 0.90 | 0.01 | 53.89 | 0.97 | 0.55 |
| Hex | FC | E5 | 1A | 0 | 9 | 5A | 1 | 36 | 61 | 37 |
| Octal | 374 | 345 | 32 | 0 | 11 | 132 | 1 | 66 | 141 | 67 |
| Binary | 11111100 | 11100101 | 11010 | 0 | 1001 | 1011010 | 1 | 110110 | 1100001 | 110111 |
Color Harmonies of #FCE51A
Complementary color
Monochromatic Colors of #FCE51A
Black with #FCE51A
Text Example
Text Example
White with #FCE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE51A; }
p { color: rgb(252,229,26); }
H1.HeaderClassName
{
color: #FCE51A;
}
.AnyTagClassName
{
color: #FCE51A;
}
</style>
background-color css
<style>
a { background-color: #FCE51A; }
a { background-color: rgb(252,229,26); }
div.DivClassName
{
background-color: #FCE51A;
}
.BgClassName
{
background-color: #FCE51A;
}
</style>
border-color css
<style>
span { border-color: #FCE51A; }
span { border-color: rgb(252,229,26); }
td.TdClassName
{
border-color: #FCE51A;
}
.TagClassName
{
border-color: #FCE51A;
}
</style>