Shades of Lemon #FCFC19
Tints of Lemon #FCFC19
RGB
CMYK
RGB Variations
Color information
#FCFC19 (or 0xFCFC19) is known color: Lemon. HEX triplet: FC, FC and 19. RGB value is (252,252,25). Sum of RGB (Red+Green+Blue) = 252+252+25=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 25 (10.16% from 255 or 4.73% from 529); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFC19 is #0303E6. Grayscale: #E3E3E3. Windows color (decimal): -197607 or 1703164. OLE color: 1703164.
HSL color Cylindrical-coordinate representation of color #FCFC19: hue angle of 60º 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 #FCFC19 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 25 | - |
| CMYK | 0 | 0 | 0.90 | 0.01 |
| HSL | 60º | 0.97% | 0.54% | - |
| HSV(B) | 60º | 0.9% | 0.99% | - |
| XYZ | 75.13 | 90.39 | 14.41 | - |
| YUV | 226.12 | 14.5 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 25 | 0 | 0 | 0.90 | 0.01 | 60 | 0.97 | 0.54 |
| Hex | FC | FC | 19 | 0 | 0 | 5A | 1 | 3C | 61 | 36 |
| Octal | 374 | 374 | 31 | 0 | 0 | 132 | 1 | 74 | 141 | 66 |
| Binary | 11111100 | 11111100 | 11001 | 0 | 0 | 1011010 | 1 | 111100 | 1100001 | 110110 |
Color Harmonies of #FCFC19
Complementary color
Monochromatic Colors of #FCFC19
Black with #FCFC19
Text Example
Text Example
White with #FCFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC19; }
p { color: rgb(252,252,25); }
H1.HeaderClassName
{
color: #FCFC19;
}
.AnyTagClassName
{
color: #FCFC19;
}
</style>
background-color css
<style>
a { background-color: #FCFC19; }
a { background-color: rgb(252,252,25); }
div.DivClassName
{
background-color: #FCFC19;
}
.BgClassName
{
background-color: #FCFC19;
}
</style>
border-color css
<style>
span { border-color: #FCFC19; }
span { border-color: rgb(252,252,25); }
td.TdClassName
{
border-color: #FCFC19;
}
.TagClassName
{
border-color: #FCFC19;
}
</style>