Shades of Lemon #FCF60D
Tints of Lemon #FCF60D
RGB
CMYK
RGB Variations
Color information
#FCF60D (or 0xFCF60D) is known color: Lemon. HEX triplet: FC, F6 and 0D. RGB value is (252,246,13). Sum of RGB (Red+Green+Blue) = 252+246+13=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 13 (5.47% from 255 or 2.54% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF60D is #0309F2. Grayscale: #DEDEDE. Windows color (decimal): -199155 or 915196. OLE color: 915196.
HSL color Cylindrical-coordinate representation of color #FCF60D: hue angle of 58.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCF60D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.01 |
| HSL | 58.49º | 0.98% | 0.52% | - |
| HSV(B) | 58.49º | 0.95% | 0.99% | - |
| XYZ | 73.17 | 86.64 | 13.25 | - |
| YUV | 221.23 | 10.49 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 13 | 0 | 0.02 | 0.95 | 0.01 | 58.49 | 0.98 | 0.52 |
| Hex | FC | F6 | D | 0 | 2 | 5F | 1 | 3A | 62 | 34 |
| Octal | 374 | 366 | 15 | 0 | 2 | 137 | 1 | 72 | 142 | 64 |
| Binary | 11111100 | 11110110 | 1101 | 0 | 10 | 1011111 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FCF60D
Complementary color
Monochromatic Colors of #FCF60D
Black with #FCF60D
Text Example
Text Example
White with #FCF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF60D; }
p { color: rgb(252,246,13); }
H1.HeaderClassName
{
color: #FCF60D;
}
.AnyTagClassName
{
color: #FCF60D;
}
</style>
background-color css
<style>
a { background-color: #FCF60D; }
a { background-color: rgb(252,246,13); }
div.DivClassName
{
background-color: #FCF60D;
}
.BgClassName
{
background-color: #FCF60D;
}
</style>
border-color css
<style>
span { border-color: #FCF60D; }
span { border-color: rgb(252,246,13); }
td.TdClassName
{
border-color: #FCF60D;
}
.TagClassName
{
border-color: #FCF60D;
}
</style>