Shades of Lemon #FCF018
Tints of Lemon #FCF018
RGB
CMYK
RGB Variations
Color information
#FCF018 (or 0xFCF018) is known color: Lemon. HEX triplet: FC, F0 and 18. RGB value is (252,240,24). Sum of RGB (Red+Green+Blue) = 252+240+24=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 24 (9.77% from 255 or 4.65% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF018 is #030FE7. Grayscale: #DBDBDB. Windows color (decimal): -200680 or 1634556. OLE color: 1634556.
HSL color Cylindrical-coordinate representation of color #FCF018: hue angle of 56.84º 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 #FCF018 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.01 |
| HSL | 56.84º | 0.97% | 0.54% | - |
| HSV(B) | 56.84º | 0.9% | 0.99% | - |
| XYZ | 71.47 | 83.08 | 13.13 | - |
| YUV | 218.96 | 17.98 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 24 | 0 | 0.05 | 0.90 | 0.01 | 56.84 | 0.97 | 0.54 |
| Hex | FC | F0 | 18 | 0 | 5 | 5A | 1 | 39 | 61 | 36 |
| Octal | 374 | 360 | 30 | 0 | 5 | 132 | 1 | 71 | 141 | 66 |
| Binary | 11111100 | 11110000 | 11000 | 0 | 101 | 1011010 | 1 | 111001 | 1100001 | 110110 |
Color Harmonies of #FCF018
Complementary color
Monochromatic Colors of #FCF018
Black with #FCF018
Text Example
Text Example
White with #FCF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF018; }
p { color: rgb(252,240,24); }
H1.HeaderClassName
{
color: #FCF018;
}
.AnyTagClassName
{
color: #FCF018;
}
</style>
background-color css
<style>
a { background-color: #FCF018; }
a { background-color: rgb(252,240,24); }
div.DivClassName
{
background-color: #FCF018;
}
.BgClassName
{
background-color: #FCF018;
}
</style>
border-color css
<style>
span { border-color: #FCF018; }
span { border-color: rgb(252,240,24); }
td.TdClassName
{
border-color: #FCF018;
}
.TagClassName
{
border-color: #FCF018;
}
</style>