Shades of Lemon #FCF010
Tints of Lemon #FCF010
RGB
CMYK
RGB Variations
Color information
#FCF010 (or 0xFCF010) is known color: Lemon. HEX triplet: FC, F0 and 10. RGB value is (252,240,16). Sum of RGB (Red+Green+Blue) = 252+240+16=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF010 is #030FEF. Grayscale: #DADADA. Windows color (decimal): -200688 or 1110268. OLE color: 1110268.
HSL color Cylindrical-coordinate representation of color #FCF010: hue angle of 56.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCF010 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 16 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.01 |
| HSL | 56.95º | 0.98% | 0.53% | - |
| HSV(B) | 56.95º | 0.94% | 0.99% | - |
| XYZ | 71.4 | 83.05 | 12.76 | - |
| YUV | 218.05 | 13.98 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 16 | 0 | 0.05 | 0.94 | 0.01 | 56.95 | 0.98 | 0.53 |
| Hex | FC | F0 | 10 | 0 | 5 | 5E | 1 | 39 | 62 | 35 |
| Octal | 374 | 360 | 20 | 0 | 5 | 136 | 1 | 71 | 142 | 65 |
| Binary | 11111100 | 11110000 | 10000 | 0 | 101 | 1011110 | 1 | 111001 | 1100010 | 110101 |
Color Harmonies of #FCF010
Complementary color
Monochromatic Colors of #FCF010
Black with #FCF010
Text Example
Text Example
White with #FCF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF010; }
p { color: rgb(252,240,16); }
H1.HeaderClassName
{
color: #FCF010;
}
.AnyTagClassName
{
color: #FCF010;
}
</style>
background-color css
<style>
a { background-color: #FCF010; }
a { background-color: rgb(252,240,16); }
div.DivClassName
{
background-color: #FCF010;
}
.BgClassName
{
background-color: #FCF010;
}
</style>
border-color css
<style>
span { border-color: #FCF010; }
span { border-color: rgb(252,240,16); }
td.TdClassName
{
border-color: #FCF010;
}
.TagClassName
{
border-color: #FCF010;
}
</style>