Shades of Lemon #FCF219
Tints of Lemon #FCF219
RGB
CMYK
RGB Variations
Color information
#FCF219 (or 0xFCF219) is known color: Lemon. HEX triplet: FC, F2 and 19. RGB value is (252,242,25). Sum of RGB (Red+Green+Blue) = 252+242+25=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 25 (10.16% from 255 or 4.82% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF219 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF219 is #030DE6. Grayscale: #DDDDDD. Windows color (decimal): -200167 or 1700604. OLE color: 1700604.
HSL color Cylindrical-coordinate representation of color #FCF219: hue angle of 57.36º 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 #FCF219 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 25 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.01 |
| HSL | 57.36º | 0.97% | 0.54% | - |
| HSV(B) | 57.36º | 0.9% | 0.99% | - |
| XYZ | 72.07 | 84.27 | 13.39 | - |
| YUV | 220.25 | 17.81 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 25 | 0 | 0.04 | 0.90 | 0.01 | 57.36 | 0.97 | 0.54 |
| Hex | FC | F2 | 19 | 0 | 4 | 5A | 1 | 39 | 61 | 36 |
| Octal | 374 | 362 | 31 | 0 | 4 | 132 | 1 | 71 | 141 | 66 |
| Binary | 11111100 | 11110010 | 11001 | 0 | 100 | 1011010 | 1 | 111001 | 1100001 | 110110 |
Color Harmonies of #FCF219
Complementary color
Monochromatic Colors of #FCF219
Black with #FCF219
Text Example
Text Example
White with #FCF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF219; }
p { color: rgb(252,242,25); }
H1.HeaderClassName
{
color: #FCF219;
}
.AnyTagClassName
{
color: #FCF219;
}
</style>
background-color css
<style>
a { background-color: #FCF219; }
a { background-color: rgb(252,242,25); }
div.DivClassName
{
background-color: #FCF219;
}
.BgClassName
{
background-color: #FCF219;
}
</style>
border-color css
<style>
span { border-color: #FCF219; }
span { border-color: rgb(252,242,25); }
td.TdClassName
{
border-color: #FCF219;
}
.TagClassName
{
border-color: #FCF219;
}
</style>