Shades of Lemon #FCFA19
Tints of Lemon #FCFA19
RGB
CMYK
RGB Variations
Color information
#FCFA19 (or 0xFCFA19) is known color: Lemon. HEX triplet: FC, FA and 19. RGB value is (252,250,25). Sum of RGB (Red+Green+Blue) = 252+250+25=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 25 (10.16% from 255 or 4.74% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA19 is #0305E6. Grayscale: #E1E1E1. Windows color (decimal): -198119 or 1702652. OLE color: 1702652.
HSL color Cylindrical-coordinate representation of color #FCFA19: hue angle of 59.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCFA19 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.01 |
| HSL | 59.47º | 0.97% | 0.54% | - |
| HSV(B) | 59.47º | 0.9% | 0.99% | - |
| XYZ | 74.51 | 89.14 | 14.2 | - |
| YUV | 224.95 | 15.16 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 25 | 0 | 0.01 | 0.90 | 0.01 | 59.47 | 0.97 | 0.54 |
| Hex | FC | FA | 19 | 0 | 1 | 5A | 1 | 3B | 61 | 36 |
| Octal | 374 | 372 | 31 | 0 | 1 | 132 | 1 | 73 | 141 | 66 |
| Binary | 11111100 | 11111010 | 11001 | 0 | 1 | 1011010 | 1 | 111011 | 1100001 | 110110 |
Color Harmonies of #FCFA19
Complementary color
Monochromatic Colors of #FCFA19
Black with #FCFA19
Text Example
Text Example
White with #FCFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA19; }
p { color: rgb(252,250,25); }
H1.HeaderClassName
{
color: #FCFA19;
}
.AnyTagClassName
{
color: #FCFA19;
}
</style>
background-color css
<style>
a { background-color: #FCFA19; }
a { background-color: rgb(252,250,25); }
div.DivClassName
{
background-color: #FCFA19;
}
.BgClassName
{
background-color: #FCFA19;
}
</style>
border-color css
<style>
span { border-color: #FCFA19; }
span { border-color: rgb(252,250,25); }
td.TdClassName
{
border-color: #FCFA19;
}
.TagClassName
{
border-color: #FCFA19;
}
</style>