Shades of Lemon #FCF918
Tints of Lemon #FCF918
RGB
CMYK
RGB Variations
Color information
#FCF918 (or 0xFCF918) is known color: Lemon. HEX triplet: FC, F9 and 18. RGB value is (252,249,24). Sum of RGB (Red+Green+Blue) = 252+249+24=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 24 (9.77% from 255 or 4.57% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF918 is #0306E7. Grayscale: #E1E1E1. Windows color (decimal): -198376 or 1636860. OLE color: 1636860.
HSL color Cylindrical-coordinate representation of color #FCF918: hue angle of 59.21º 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 #FCF918 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.01 |
| HSL | 59.21º | 0.97% | 0.54% | - |
| HSV(B) | 59.21º | 0.9% | 0.99% | - |
| XYZ | 74.19 | 88.51 | 14.04 | - |
| YUV | 224.25 | 14.99 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 24 | 0 | 0.01 | 0.90 | 0.01 | 59.21 | 0.97 | 0.54 |
| Hex | FC | F9 | 18 | 0 | 1 | 5A | 1 | 3B | 61 | 36 |
| Octal | 374 | 371 | 30 | 0 | 1 | 132 | 1 | 73 | 141 | 66 |
| Binary | 11111100 | 11111001 | 11000 | 0 | 1 | 1011010 | 1 | 111011 | 1100001 | 110110 |
Color Harmonies of #FCF918
Complementary color
Monochromatic Colors of #FCF918
Black with #FCF918
Text Example
Text Example
White with #FCF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF918; }
p { color: rgb(252,249,24); }
H1.HeaderClassName
{
color: #FCF918;
}
.AnyTagClassName
{
color: #FCF918;
}
</style>
background-color css
<style>
a { background-color: #FCF918; }
a { background-color: rgb(252,249,24); }
div.DivClassName
{
background-color: #FCF918;
}
.BgClassName
{
background-color: #FCF918;
}
</style>
border-color css
<style>
span { border-color: #FCF918; }
span { border-color: rgb(252,249,24); }
td.TdClassName
{
border-color: #FCF918;
}
.TagClassName
{
border-color: #FCF918;
}
</style>