Shades of Lemon #FCF020
Tints of Lemon #FCF020
RGB
CMYK
RGB Variations
Color information
#FCF020 (or 0xFCF020) is known color: Lemon. HEX triplet: FC, F0 and 20. RGB value is (252,240,32). Sum of RGB (Red+Green+Blue) = 252+240+32=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 32 (12.89% from 255 or 6.11% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF020 is #030FDF. Grayscale: #DCDCDC. Windows color (decimal): -200672 or 2158844. OLE color: 2158844.
HSL color Cylindrical-coordinate representation of color #FCF020: hue angle of 56.73º 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 #FCF020 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.01 |
| HSL | 56.73º | 0.97% | 0.56% | - |
| HSV(B) | 56.73º | 0.87% | 0.99% | - |
| XYZ | 71.57 | 83.12 | 13.64 | - |
| YUV | 219.88 | 21.98 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 32 | 0 | 0.05 | 0.87 | 0.01 | 56.73 | 0.97 | 0.56 |
| Hex | FC | F0 | 20 | 0 | 5 | 57 | 1 | 39 | 61 | 38 |
| Octal | 374 | 360 | 40 | 0 | 5 | 127 | 1 | 71 | 141 | 70 |
| Binary | 11111100 | 11110000 | 100000 | 0 | 101 | 1010111 | 1 | 111001 | 1100001 | 111000 |
Color Harmonies of #FCF020
Complementary color
Monochromatic Colors of #FCF020
Black with #FCF020
Text Example
Text Example
White with #FCF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF020; }
p { color: rgb(252,240,32); }
H1.HeaderClassName
{
color: #FCF020;
}
.AnyTagClassName
{
color: #FCF020;
}
</style>
background-color css
<style>
a { background-color: #FCF020; }
a { background-color: rgb(252,240,32); }
div.DivClassName
{
background-color: #FCF020;
}
.BgClassName
{
background-color: #FCF020;
}
</style>
border-color css
<style>
span { border-color: #FCF020; }
span { border-color: rgb(252,240,32); }
td.TdClassName
{
border-color: #FCF020;
}
.TagClassName
{
border-color: #FCF020;
}
</style>