Shades of Lemon #FCFB19
Tints of Lemon #FCFB19
RGB
CMYK
RGB Variations
Color information
#FCFB19 (or 0xFCFB19) is known color: Lemon. HEX triplet: FC, FB and 19. RGB value is (252,251,25). Sum of RGB (Red+Green+Blue) = 252+251+25=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 25 (10.16% from 255 or 4.73% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB19 is #0304E6. Grayscale: #E2E2E2. Windows color (decimal): -197863 or 1702908. OLE color: 1702908.
HSL color Cylindrical-coordinate representation of color #FCFB19: hue angle of 59.74º 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 #FCFB19 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 25 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.01 |
| HSL | 59.74º | 0.97% | 0.54% | - |
| HSV(B) | 59.74º | 0.9% | 0.99% | - |
| XYZ | 74.82 | 89.76 | 14.3 | - |
| YUV | 225.54 | 14.83 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 25 | 0 | 0.00 | 0.90 | 0.01 | 59.74 | 0.97 | 0.54 |
| Hex | FC | FB | 19 | 0 | 0 | 5A | 1 | 3C | 61 | 36 |
| Octal | 374 | 373 | 31 | 0 | 0 | 132 | 1 | 74 | 141 | 66 |
| Binary | 11111100 | 11111011 | 11001 | 0 | 0 | 1011010 | 1 | 111100 | 1100001 | 110110 |
Color Harmonies of #FCFB19
Complementary color
Monochromatic Colors of #FCFB19
Black with #FCFB19
Text Example
Text Example
White with #FCFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB19; }
p { color: rgb(252,251,25); }
H1.HeaderClassName
{
color: #FCFB19;
}
.AnyTagClassName
{
color: #FCFB19;
}
</style>
background-color css
<style>
a { background-color: #FCFB19; }
a { background-color: rgb(252,251,25); }
div.DivClassName
{
background-color: #FCFB19;
}
.BgClassName
{
background-color: #FCFB19;
}
</style>
border-color css
<style>
span { border-color: #FCFB19; }
span { border-color: rgb(252,251,25); }
td.TdClassName
{
border-color: #FCFB19;
}
.TagClassName
{
border-color: #FCFB19;
}
</style>