Shades of Lemon #FCF516
Tints of Lemon #FCF516
RGB
CMYK
RGB Variations
Color information
#FCF516 (or 0xFCF516) is known color: Lemon. HEX triplet: FC, F5 and 16. RGB value is (252,245,22). Sum of RGB (Red+Green+Blue) = 252+245+22=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 22 (8.98% from 255 or 4.24% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF516 is #030AE9. Grayscale: #DEDEDE. Windows color (decimal): -199402 or 1504764. OLE color: 1504764.
HSL color Cylindrical-coordinate representation of color #FCF516: hue angle of 58.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCF516 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.01 |
| HSL | 58.17º | 0.97% | 0.54% | - |
| HSV(B) | 58.17º | 0.91% | 0.99% | - |
| XYZ | 72.94 | 86.06 | 13.53 | - |
| YUV | 221.67 | 15.32 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 22 | 0 | 0.03 | 0.91 | 0.01 | 58.17 | 0.97 | 0.54 |
| Hex | FC | F5 | 16 | 0 | 3 | 5B | 1 | 3A | 61 | 36 |
| Octal | 374 | 365 | 26 | 0 | 3 | 133 | 1 | 72 | 141 | 66 |
| Binary | 11111100 | 11110101 | 10110 | 0 | 11 | 1011011 | 1 | 111010 | 1100001 | 110110 |
Color Harmonies of #FCF516
Complementary color
Monochromatic Colors of #FCF516
Black with #FCF516
Text Example
Text Example
White with #FCF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF516; }
p { color: rgb(252,245,22); }
H1.HeaderClassName
{
color: #FCF516;
}
.AnyTagClassName
{
color: #FCF516;
}
</style>
background-color css
<style>
a { background-color: #FCF516; }
a { background-color: rgb(252,245,22); }
div.DivClassName
{
background-color: #FCF516;
}
.BgClassName
{
background-color: #FCF516;
}
</style>
border-color css
<style>
span { border-color: #FCF516; }
span { border-color: rgb(252,245,22); }
td.TdClassName
{
border-color: #FCF516;
}
.TagClassName
{
border-color: #FCF516;
}
</style>