Shades of Lemon #FCF521
Tints of Lemon #FCF521
RGB
CMYK
RGB Variations
Color information
#FCF521 (or 0xFCF521) is known color: Lemon. HEX triplet: FC, F5 and 21. RGB value is (252,245,33). Sum of RGB (Red+Green+Blue) = 252+245+33=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 33 (13.28% from 255 or 6.23% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF521 is #030ADE. Grayscale: #DFDFDF. Windows color (decimal): -199391 or 2225660. OLE color: 2225660.
HSL color Cylindrical-coordinate representation of color #FCF521: hue angle of 58.08º 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 #FCF521 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 33 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.01 |
| HSL | 58.08º | 0.97% | 0.56% | - |
| HSV(B) | 58.08º | 0.87% | 0.99% | - |
| XYZ | 73.07 | 86.11 | 14.21 | - |
| YUV | 222.93 | 20.82 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 33 | 0 | 0.03 | 0.87 | 0.01 | 58.08 | 0.97 | 0.56 |
| Hex | FC | F5 | 21 | 0 | 3 | 57 | 1 | 3A | 61 | 38 |
| Octal | 374 | 365 | 41 | 0 | 3 | 127 | 1 | 72 | 141 | 70 |
| Binary | 11111100 | 11110101 | 100001 | 0 | 11 | 1010111 | 1 | 111010 | 1100001 | 111000 |
Color Harmonies of #FCF521
Complementary color
Monochromatic Colors of #FCF521
Black with #FCF521
Text Example
Text Example
White with #FCF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF521; }
p { color: rgb(252,245,33); }
H1.HeaderClassName
{
color: #FCF521;
}
.AnyTagClassName
{
color: #FCF521;
}
</style>
background-color css
<style>
a { background-color: #FCF521; }
a { background-color: rgb(252,245,33); }
div.DivClassName
{
background-color: #FCF521;
}
.BgClassName
{
background-color: #FCF521;
}
</style>
border-color css
<style>
span { border-color: #FCF521; }
span { border-color: rgb(252,245,33); }
td.TdClassName
{
border-color: #FCF521;
}
.TagClassName
{
border-color: #FCF521;
}
</style>