Shades of Lemon #FCF921
Tints of Lemon #FCF921
RGB
CMYK
RGB Variations
Color information
#FCF921 (or 0xFCF921) is known color: Lemon. HEX triplet: FC, F9 and 21. RGB value is (252,249,33). Sum of RGB (Red+Green+Blue) = 252+249+33=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 33 (13.28% from 255 or 6.18% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF921 is #0306DE. Grayscale: #E2E2E2. Windows color (decimal): -198367 or 2226684. OLE color: 2226684.
HSL color Cylindrical-coordinate representation of color #FCF921: hue angle of 59.18º 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 #FCF921 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 33 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.01 |
| HSL | 59.18º | 0.97% | 0.56% | - |
| HSV(B) | 59.18º | 0.87% | 0.99% | - |
| XYZ | 74.3 | 88.56 | 14.62 | - |
| YUV | 225.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 33 | 0 | 0.01 | 0.87 | 0.01 | 59.18 | 0.97 | 0.56 |
| Hex | FC | F9 | 21 | 0 | 1 | 57 | 1 | 3B | 61 | 38 |
| Octal | 374 | 371 | 41 | 0 | 1 | 127 | 1 | 73 | 141 | 70 |
| Binary | 11111100 | 11111001 | 100001 | 0 | 1 | 1010111 | 1 | 111011 | 1100001 | 111000 |
Color Harmonies of #FCF921
Complementary color
Monochromatic Colors of #FCF921
Black with #FCF921
Text Example
Text Example
White with #FCF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF921; }
p { color: rgb(252,249,33); }
H1.HeaderClassName
{
color: #FCF921;
}
.AnyTagClassName
{
color: #FCF921;
}
</style>
background-color css
<style>
a { background-color: #FCF921; }
a { background-color: rgb(252,249,33); }
div.DivClassName
{
background-color: #FCF921;
}
.BgClassName
{
background-color: #FCF921;
}
</style>
border-color css
<style>
span { border-color: #FCF921; }
span { border-color: rgb(252,249,33); }
td.TdClassName
{
border-color: #FCF921;
}
.TagClassName
{
border-color: #FCF921;
}
</style>