Shades of Lemon #FCF120
Tints of Lemon #FCF120
RGB
CMYK
RGB Variations
Color information
#FCF120 (or 0xFCF120) is known color: Lemon. HEX triplet: FC, F1 and 20. RGB value is (252,241,32). Sum of RGB (Red+Green+Blue) = 252+241+32=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 32 (12.89% from 255 or 6.10% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF120 is #030EDF. Grayscale: #DDDDDD. Windows color (decimal): -200416 or 2159100. OLE color: 2159100.
HSL color Cylindrical-coordinate representation of color #FCF120: hue angle of 57º 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 #FCF120 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 57º | 0.97% | 0.56% | - |
| HSV(B) | 57º | 0.87% | 0.99% | - |
| XYZ | 71.86 | 83.71 | 13.74 | - |
| YUV | 220.46 | 21.64 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 32 | 0 | 0.04 | 0.87 | 0.01 | 57 | 0.97 | 0.56 |
| Hex | FC | F1 | 20 | 0 | 4 | 57 | 1 | 39 | 61 | 38 |
| Octal | 374 | 361 | 40 | 0 | 4 | 127 | 1 | 71 | 141 | 70 |
| Binary | 11111100 | 11110001 | 100000 | 0 | 100 | 1010111 | 1 | 111001 | 1100001 | 111000 |
Color Harmonies of #FCF120
Complementary color
Monochromatic Colors of #FCF120
Black with #FCF120
Text Example
Text Example
White with #FCF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF120; }
p { color: rgb(252,241,32); }
H1.HeaderClassName
{
color: #FCF120;
}
.AnyTagClassName
{
color: #FCF120;
}
</style>
background-color css
<style>
a { background-color: #FCF120; }
a { background-color: rgb(252,241,32); }
div.DivClassName
{
background-color: #FCF120;
}
.BgClassName
{
background-color: #FCF120;
}
</style>
border-color css
<style>
span { border-color: #FCF120; }
span { border-color: rgb(252,241,32); }
td.TdClassName
{
border-color: #FCF120;
}
.TagClassName
{
border-color: #FCF120;
}
</style>