Shades of Lemon #FCF006
Tints of Lemon #FCF006
RGB
CMYK
RGB Variations
Color information
#FCF006 (or 0xFCF006) is known color: Lemon. HEX triplet: FC, F0 and 06. RGB value is (252,240,6). Sum of RGB (Red+Green+Blue) = 252+240+6=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 6 (2.73% from 255 or 1.20% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF006 is #030FF9. Grayscale: #D9D9D9. Windows color (decimal): -200698 or 454908. OLE color: 454908.
HSL color Cylindrical-coordinate representation of color #FCF006: hue angle of 57.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCF006 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 6 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.01 |
| HSL | 57.07º | 0.98% | 0.51% | - |
| HSV(B) | 57.07º | 0.98% | 0.99% | - |
| XYZ | 71.34 | 83.03 | 12.44 | - |
| YUV | 216.91 | 8.98 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 6 | 0 | 0.05 | 0.98 | 0.01 | 57.07 | 0.98 | 0.51 |
| Hex | FC | F0 | 6 | 0 | 5 | 62 | 1 | 39 | 62 | 33 |
| Octal | 374 | 360 | 6 | 0 | 5 | 142 | 1 | 71 | 142 | 63 |
| Binary | 11111100 | 11110000 | 110 | 0 | 101 | 1100010 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FCF006
Complementary color
Monochromatic Colors of #FCF006
Black with #FCF006
Text Example
Text Example
White with #FCF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF006; }
p { color: rgb(252,240,6); }
H1.HeaderClassName
{
color: #FCF006;
}
.AnyTagClassName
{
color: #FCF006;
}
</style>
background-color css
<style>
a { background-color: #FCF006; }
a { background-color: rgb(252,240,6); }
div.DivClassName
{
background-color: #FCF006;
}
.BgClassName
{
background-color: #FCF006;
}
</style>
border-color css
<style>
span { border-color: #FCF006; }
span { border-color: rgb(252,240,6); }
td.TdClassName
{
border-color: #FCF006;
}
.TagClassName
{
border-color: #FCF006;
}
</style>