Shades of Lemon #FCFF19
Tints of Lemon #FCFF19
RGB
CMYK
RGB Variations
Color information
#FCFF19 (or 0xFCFF19) is known color: Lemon. HEX triplet: FC, FF and 19. RGB value is (252,255,25). Sum of RGB (Red+Green+Blue) = 252+255+25=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 25 (10.16% from 255 or 4.70% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF19 is #0300E6. Grayscale: #E4E4E4. Windows color (decimal): -196839 or 1703932. OLE color: 1703932.
HSL color Cylindrical-coordinate representation of color #FCFF19: hue angle of 60.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCFF19 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0 |
| HSL | 60.78º | 1% | 0.55% | - |
| HSV(B) | 60.78º | 0.9% | 1% | - |
| XYZ | 76.08 | 92.29 | 14.72 | - |
| YUV | 227.88 | 13.51 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 25 | 0.01 | 0 | 0.90 | 0 | 60.78 | 1 | 0.55 |
| Hex | FC | FF | 19 | 1 | 0 | 5A | 0 | 3D | 64 | 37 |
| Octal | 374 | 377 | 31 | 1 | 0 | 132 | 0 | 75 | 144 | 67 |
| Binary | 11111100 | 11111111 | 11001 | 1 | 0 | 1011010 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FCFF19
Complementary color
Monochromatic Colors of #FCFF19
Black with #FCFF19
Text Example
Text Example
White with #FCFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF19; }
p { color: rgb(252,255,25); }
H1.HeaderClassName
{
color: #FCFF19;
}
.AnyTagClassName
{
color: #FCFF19;
}
</style>
background-color css
<style>
a { background-color: #FCFF19; }
a { background-color: rgb(252,255,25); }
div.DivClassName
{
background-color: #FCFF19;
}
.BgClassName
{
background-color: #FCFF19;
}
</style>
border-color css
<style>
span { border-color: #FCFF19; }
span { border-color: rgb(252,255,25); }
td.TdClassName
{
border-color: #FCFF19;
}
.TagClassName
{
border-color: #FCFF19;
}
</style>