Shades of Lemon #FCE521
Tints of Lemon #FCE521
RGB
CMYK
RGB Variations
Color information
#FCE521 (or 0xFCE521) is known color: Lemon. HEX triplet: FC, E5 and 21. RGB value is (252,229,33). Sum of RGB (Red+Green+Blue) = 252+229+33=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE521 is #031ADE. Grayscale: #D6D6D6. Windows color (decimal): -203487 or 2221564. OLE color: 2221564.
HSL color Cylindrical-coordinate representation of color #FCE521: hue angle of 53.7º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCE521 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 33 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.01 |
| HSL | 53.7º | 0.97% | 0.56% | - |
| HSV(B) | 53.7º | 0.87% | 0.99% | - |
| XYZ | 68.44 | 76.84 | 12.66 | - |
| YUV | 213.53 | 26.12 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 33 | 0 | 0.09 | 0.87 | 0.01 | 53.7 | 0.97 | 0.56 |
| Hex | FC | E5 | 21 | 0 | 9 | 57 | 1 | 36 | 61 | 38 |
| Octal | 374 | 345 | 41 | 0 | 11 | 127 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11100101 | 100001 | 0 | 1001 | 1010111 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE521
Complementary color
Monochromatic Colors of #FCE521
Black with #FCE521
Text Example
Text Example
White with #FCE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE521; }
p { color: rgb(252,229,33); }
H1.HeaderClassName
{
color: #FCE521;
}
.AnyTagClassName
{
color: #FCE521;
}
</style>
background-color css
<style>
a { background-color: #FCE521; }
a { background-color: rgb(252,229,33); }
div.DivClassName
{
background-color: #FCE521;
}
.BgClassName
{
background-color: #FCE521;
}
</style>
border-color css
<style>
span { border-color: #FCE521; }
span { border-color: rgb(252,229,33); }
td.TdClassName
{
border-color: #FCE521;
}
.TagClassName
{
border-color: #FCE521;
}
</style>