Shades of Lemon #FCFA1C
Tints of Lemon #FCFA1C
RGB
CMYK
RGB Variations
Color information
#FCFA1C (or 0xFCFA1C) is known color: Lemon. HEX triplet: FC, FA and 1C. RGB value is (252,250,28). Sum of RGB (Red+Green+Blue) = 252+250+28=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 28 (11.33% from 255 or 5.28% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA1C is #0305E3. Grayscale: #E2E2E2. Windows color (decimal): -198116 or 1899260. OLE color: 1899260.
HSL color Cylindrical-coordinate representation of color #FCFA1C: hue angle of 59.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCFA1C is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 28 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.01 |
| HSL | 59.46º | 0.97% | 0.55% | - |
| HSV(B) | 59.46º | 0.89% | 0.99% | - |
| XYZ | 74.54 | 89.15 | 14.38 | - |
| YUV | 225.29 | 16.66 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 28 | 0 | 0.01 | 0.89 | 0.01 | 59.46 | 0.97 | 0.55 |
| Hex | FC | FA | 1C | 0 | 1 | 59 | 1 | 3B | 61 | 37 |
| Octal | 374 | 372 | 34 | 0 | 1 | 131 | 1 | 73 | 141 | 67 |
| Binary | 11111100 | 11111010 | 11100 | 0 | 1 | 1011001 | 1 | 111011 | 1100001 | 110111 |
Color Harmonies of #FCFA1C
Complementary color
Monochromatic Colors of #FCFA1C
Black with #FCFA1C
Text Example
Text Example
White with #FCFA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFA1C; }
p { color: rgb(252,250,28); }
H1.HeaderClassName
{
color: #FCFA1C;
}
.AnyTagClassName
{
color: #FCFA1C;
}
</style>
background-color css
<style>
a { background-color: #FCFA1C; }
a { background-color: rgb(252,250,28); }
div.DivClassName
{
background-color: #FCFA1C;
}
.BgClassName
{
background-color: #FCFA1C;
}
</style>
border-color css
<style>
span { border-color: #FCFA1C; }
span { border-color: rgb(252,250,28); }
td.TdClassName
{
border-color: #FCFA1C;
}
.TagClassName
{
border-color: #FCFA1C;
}
</style>