Shades of Lemon #FCF711
Tints of Lemon #FCF711
RGB
CMYK
RGB Variations
Color information
#FCF711 (or 0xFCF711) is known color: Lemon. HEX triplet: FC, F7 and 11. RGB value is (252,247,17). Sum of RGB (Red+Green+Blue) = 252+247+17=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 17 (7.03% from 255 or 3.29% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF711 is #0308EE. Grayscale: #DFDFDF. Windows color (decimal): -198895 or 1177596. OLE color: 1177596.
HSL color Cylindrical-coordinate representation of color #FCF711: hue angle of 58.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCF711 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 17 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.01 |
| HSL | 58.72º | 0.98% | 0.53% | - |
| HSV(B) | 58.72º | 0.93% | 0.99% | - |
| XYZ | 73.51 | 87.26 | 13.5 | - |
| YUV | 222.28 | 12.16 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 17 | 0 | 0.02 | 0.93 | 0.01 | 58.72 | 0.98 | 0.53 |
| Hex | FC | F7 | 11 | 0 | 2 | 5D | 1 | 3B | 62 | 35 |
| Octal | 374 | 367 | 21 | 0 | 2 | 135 | 1 | 73 | 142 | 65 |
| Binary | 11111100 | 11110111 | 10001 | 0 | 10 | 1011101 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FCF711
Complementary color
Monochromatic Colors of #FCF711
Black with #FCF711
Text Example
Text Example
White with #FCF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF711; }
p { color: rgb(252,247,17); }
H1.HeaderClassName
{
color: #FCF711;
}
.AnyTagClassName
{
color: #FCF711;
}
</style>
background-color css
<style>
a { background-color: #FCF711; }
a { background-color: rgb(252,247,17); }
div.DivClassName
{
background-color: #FCF711;
}
.BgClassName
{
background-color: #FCF711;
}
</style>
border-color css
<style>
span { border-color: #FCF711; }
span { border-color: rgb(252,247,17); }
td.TdClassName
{
border-color: #FCF711;
}
.TagClassName
{
border-color: #FCF711;
}
</style>