Shades of Lemon #FCF110
Tints of Lemon #FCF110
RGB
CMYK
RGB Variations
Color information
#FCF110 (or 0xFCF110) is known color: Lemon. HEX triplet: FC, F1 and 10. RGB value is (252,241,16). Sum of RGB (Red+Green+Blue) = 252+241+16=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 16 (6.64% from 255 or 3.14% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF110 is #030EEF. Grayscale: #DBDBDB. Windows color (decimal): -200432 or 1110524. OLE color: 1110524.
HSL color Cylindrical-coordinate representation of color #FCF110: hue angle of 57.2º 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 #FCF110 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 16 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.01 |
| HSL | 57.2º | 0.98% | 0.53% | - |
| HSV(B) | 57.2º | 0.94% | 0.99% | - |
| XYZ | 71.69 | 83.64 | 12.86 | - |
| YUV | 218.64 | 13.64 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 16 | 0 | 0.04 | 0.94 | 0.01 | 57.2 | 0.98 | 0.53 |
| Hex | FC | F1 | 10 | 0 | 4 | 5E | 1 | 39 | 62 | 35 |
| Octal | 374 | 361 | 20 | 0 | 4 | 136 | 1 | 71 | 142 | 65 |
| Binary | 11111100 | 11110001 | 10000 | 0 | 100 | 1011110 | 1 | 111001 | 1100010 | 110101 |
Color Harmonies of #FCF110
Complementary color
Monochromatic Colors of #FCF110
Black with #FCF110
Text Example
Text Example
White with #FCF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF110; }
p { color: rgb(252,241,16); }
H1.HeaderClassName
{
color: #FCF110;
}
.AnyTagClassName
{
color: #FCF110;
}
</style>
background-color css
<style>
a { background-color: #FCF110; }
a { background-color: rgb(252,241,16); }
div.DivClassName
{
background-color: #FCF110;
}
.BgClassName
{
background-color: #FCF110;
}
</style>
border-color css
<style>
span { border-color: #FCF110; }
span { border-color: rgb(252,241,16); }
td.TdClassName
{
border-color: #FCF110;
}
.TagClassName
{
border-color: #FCF110;
}
</style>