Shades of Lemon #FCF718
Tints of Lemon #FCF718
RGB
CMYK
RGB Variations
Color information
#FCF718 (or 0xFCF718) is known color: Lemon. HEX triplet: FC, F7 and 18. RGB value is (252,247,24). Sum of RGB (Red+Green+Blue) = 252+247+24=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 24 (9.77% from 255 or 4.59% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF718 is #0308E7. Grayscale: #DFDFDF. Windows color (decimal): -198888 or 1636348. OLE color: 1636348.
HSL color Cylindrical-coordinate representation of color #FCF718: hue angle of 58.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCF718 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.01 |
| HSL | 58.68º | 0.97% | 0.54% | - |
| HSV(B) | 58.68º | 0.9% | 0.99% | - |
| XYZ | 73.57 | 87.28 | 13.83 | - |
| YUV | 223.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 24 | 0 | 0.02 | 0.90 | 0.01 | 58.68 | 0.97 | 0.54 |
| Hex | FC | F7 | 18 | 0 | 2 | 5A | 1 | 3B | 61 | 36 |
| Octal | 374 | 367 | 30 | 0 | 2 | 132 | 1 | 73 | 141 | 66 |
| Binary | 11111100 | 11110111 | 11000 | 0 | 10 | 1011010 | 1 | 111011 | 1100001 | 110110 |
Color Harmonies of #FCF718
Complementary color
Monochromatic Colors of #FCF718
Black with #FCF718
Text Example
Text Example
White with #FCF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF718; }
p { color: rgb(252,247,24); }
H1.HeaderClassName
{
color: #FCF718;
}
.AnyTagClassName
{
color: #FCF718;
}
</style>
background-color css
<style>
a { background-color: #FCF718; }
a { background-color: rgb(252,247,24); }
div.DivClassName
{
background-color: #FCF718;
}
.BgClassName
{
background-color: #FCF718;
}
</style>
border-color css
<style>
span { border-color: #FCF718; }
span { border-color: rgb(252,247,24); }
td.TdClassName
{
border-color: #FCF718;
}
.TagClassName
{
border-color: #FCF718;
}
</style>