Shades of Lemon #FCF60F
Tints of Lemon #FCF60F
RGB
CMYK
RGB Variations
Color information
#FCF60F (or 0xFCF60F) is known color: Lemon. HEX triplet: FC, F6 and 0F. RGB value is (252,246,15). Sum of RGB (Red+Green+Blue) = 252+246+15=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 15 (6.25% from 255 or 2.92% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF60F is #0309F0. Grayscale: #DEDEDE. Windows color (decimal): -199153 or 1046268. OLE color: 1046268.
HSL color Cylindrical-coordinate representation of color #FCF60F: hue angle of 58.48º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCF60F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.48º | 0.98% | 0.52% | - |
| HSV(B) | 58.48º | 0.94% | 0.99% | - |
| XYZ | 73.19 | 86.64 | 13.32 | - |
| YUV | 221.46 | 11.49 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 15 | 0 | 0.02 | 0.94 | 0.01 | 58.48 | 0.98 | 0.52 |
| Hex | FC | F6 | F | 0 | 2 | 5E | 1 | 3A | 62 | 34 |
| Octal | 374 | 366 | 17 | 0 | 2 | 136 | 1 | 72 | 142 | 64 |
| Binary | 11111100 | 11110110 | 1111 | 0 | 10 | 1011110 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FCF60F
Complementary color
Monochromatic Colors of #FCF60F
Black with #FCF60F
Text Example
Text Example
White with #FCF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF60F; }
p { color: rgb(252,246,15); }
H1.HeaderClassName
{
color: #FCF60F;
}
.AnyTagClassName
{
color: #FCF60F;
}
</style>
background-color css
<style>
a { background-color: #FCF60F; }
a { background-color: rgb(252,246,15); }
div.DivClassName
{
background-color: #FCF60F;
}
.BgClassName
{
background-color: #FCF60F;
}
</style>
border-color css
<style>
span { border-color: #FCF60F; }
span { border-color: rgb(252,246,15); }
td.TdClassName
{
border-color: #FCF60F;
}
.TagClassName
{
border-color: #FCF60F;
}
</style>