Shades of Lemon #FCF118
Tints of Lemon #FCF118
RGB
CMYK
RGB Variations
Color information
#FCF118 (or 0xFCF118) is known color: Lemon. HEX triplet: FC, F1 and 18. RGB value is (252,241,24). Sum of RGB (Red+Green+Blue) = 252+241+24=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 24 (9.77% from 255 or 4.64% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF118 is #030EE7. Grayscale: #DCDCDC. Windows color (decimal): -200424 or 1634812. OLE color: 1634812.
HSL color Cylindrical-coordinate representation of color #FCF118: hue angle of 57.11º 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 #FCF118 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 24 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.01 |
| HSL | 57.11º | 0.97% | 0.54% | - |
| HSV(B) | 57.11º | 0.9% | 0.99% | - |
| XYZ | 71.77 | 83.67 | 13.23 | - |
| YUV | 219.55 | 17.64 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 24 | 0 | 0.04 | 0.90 | 0.01 | 57.11 | 0.97 | 0.54 |
| Hex | FC | F1 | 18 | 0 | 4 | 5A | 1 | 39 | 61 | 36 |
| Octal | 374 | 361 | 30 | 0 | 4 | 132 | 1 | 71 | 141 | 66 |
| Binary | 11111100 | 11110001 | 11000 | 0 | 100 | 1011010 | 1 | 111001 | 1100001 | 110110 |
Color Harmonies of #FCF118
Complementary color
Monochromatic Colors of #FCF118
Black with #FCF118
Text Example
Text Example
White with #FCF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF118; }
p { color: rgb(252,241,24); }
H1.HeaderClassName
{
color: #FCF118;
}
.AnyTagClassName
{
color: #FCF118;
}
</style>
background-color css
<style>
a { background-color: #FCF118; }
a { background-color: rgb(252,241,24); }
div.DivClassName
{
background-color: #FCF118;
}
.BgClassName
{
background-color: #FCF118;
}
</style>
border-color css
<style>
span { border-color: #FCF118; }
span { border-color: rgb(252,241,24); }
td.TdClassName
{
border-color: #FCF118;
}
.TagClassName
{
border-color: #FCF118;
}
</style>