Shades of Lemon #FCF119
Tints of Lemon #FCF119
RGB
CMYK
RGB Variations
Color information
#FCF119 (or 0xFCF119) is known color: Lemon. HEX triplet: FC, F1 and 19. RGB value is (252,241,25). Sum of RGB (Red+Green+Blue) = 252+241+25=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 25 (10.16% from 255 or 4.83% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF119 is #030EE6. Grayscale: #DCDCDC. Windows color (decimal): -200423 or 1700348. OLE color: 1700348.
HSL color Cylindrical-coordinate representation of color #FCF119: hue angle of 57.09º 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 #FCF119 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 25 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.01 |
| HSL | 57.09º | 0.97% | 0.54% | - |
| HSV(B) | 57.09º | 0.9% | 0.99% | - |
| XYZ | 71.78 | 83.68 | 13.29 | - |
| YUV | 219.67 | 18.14 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 25 | 0 | 0.04 | 0.90 | 0.01 | 57.09 | 0.97 | 0.54 |
| Hex | FC | F1 | 19 | 0 | 4 | 5A | 1 | 39 | 61 | 36 |
| Octal | 374 | 361 | 31 | 0 | 4 | 132 | 1 | 71 | 141 | 66 |
| Binary | 11111100 | 11110001 | 11001 | 0 | 100 | 1011010 | 1 | 111001 | 1100001 | 110110 |
Color Harmonies of #FCF119
Complementary color
Monochromatic Colors of #FCF119
Black with #FCF119
Text Example
Text Example
White with #FCF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF119; }
p { color: rgb(252,241,25); }
H1.HeaderClassName
{
color: #FCF119;
}
.AnyTagClassName
{
color: #FCF119;
}
</style>
background-color css
<style>
a { background-color: #FCF119; }
a { background-color: rgb(252,241,25); }
div.DivClassName
{
background-color: #FCF119;
}
.BgClassName
{
background-color: #FCF119;
}
</style>
border-color css
<style>
span { border-color: #FCF119; }
span { border-color: rgb(252,241,25); }
td.TdClassName
{
border-color: #FCF119;
}
.TagClassName
{
border-color: #FCF119;
}
</style>