Shades of Lemon #FCF211
Tints of Lemon #FCF211
RGB
CMYK
RGB Variations
Color information
#FCF211 (or 0xFCF211) is known color: Lemon. HEX triplet: FC, F2 and 11. RGB value is (252,242,17). Sum of RGB (Red+Green+Blue) = 252+242+17=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 17 (7.03% from 255 or 3.33% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF211 is #030DEE. Grayscale: #DCDCDC. Windows color (decimal): -200175 or 1176316. OLE color: 1176316.
HSL color Cylindrical-coordinate representation of color #FCF211: hue angle of 57.45º 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 #FCF211 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.01 |
| HSL | 57.45º | 0.98% | 0.53% | - |
| HSV(B) | 57.45º | 0.93% | 0.99% | - |
| XYZ | 72 | 84.24 | 13 | - |
| YUV | 219.34 | 13.81 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 17 | 0 | 0.04 | 0.93 | 0.01 | 57.45 | 0.98 | 0.53 |
| Hex | FC | F2 | 11 | 0 | 4 | 5D | 1 | 39 | 62 | 35 |
| Octal | 374 | 362 | 21 | 0 | 4 | 135 | 1 | 71 | 142 | 65 |
| Binary | 11111100 | 11110010 | 10001 | 0 | 100 | 1011101 | 1 | 111001 | 1100010 | 110101 |
Color Harmonies of #FCF211
Complementary color
Monochromatic Colors of #FCF211
Black with #FCF211
Text Example
Text Example
White with #FCF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF211; }
p { color: rgb(252,242,17); }
H1.HeaderClassName
{
color: #FCF211;
}
.AnyTagClassName
{
color: #FCF211;
}
</style>
background-color css
<style>
a { background-color: #FCF211; }
a { background-color: rgb(252,242,17); }
div.DivClassName
{
background-color: #FCF211;
}
.BgClassName
{
background-color: #FCF211;
}
</style>
border-color css
<style>
span { border-color: #FCF211; }
span { border-color: rgb(252,242,17); }
td.TdClassName
{
border-color: #FCF211;
}
.TagClassName
{
border-color: #FCF211;
}
</style>