Shades of Lemon #FAFC19
Tints of Lemon #FAFC19
RGB
CMYK
RGB Variations
Color information
#FAFC19 (or 0xFAFC19) is known color: Lemon. HEX triplet: FA, FC and 19. RGB value is (250,252,25). Sum of RGB (Red+Green+Blue) = 250+252+25=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 25 (10.16% from 255 or 4.74% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC19 is #0503E6. Grayscale: #E2E2E2. Windows color (decimal): -328679 or 1703162. OLE color: 1703162.
HSL color Cylindrical-coordinate representation of color #FAFC19: hue angle of 60.53º 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 #FAFC19 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.01 |
| HSL | 60.53º | 0.97% | 0.54% | - |
| HSV(B) | 60.53º | 0.9% | 0.99% | - |
| XYZ | 74.41 | 90.01 | 14.37 | - |
| YUV | 225.52 | 14.84 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 25 | 0.01 | 0 | 0.90 | 0.01 | 60.53 | 0.97 | 0.54 |
| Hex | FA | FC | 19 | 1 | 0 | 5A | 1 | 3D | 61 | 36 |
| Octal | 372 | 374 | 31 | 1 | 0 | 132 | 1 | 75 | 141 | 66 |
| Binary | 11111010 | 11111100 | 11001 | 1 | 0 | 1011010 | 1 | 111101 | 1100001 | 110110 |
Color Harmonies of #FAFC19
Complementary color
Monochromatic Colors of #FAFC19
Black with #FAFC19
Text Example
Text Example
White with #FAFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC19; }
p { color: rgb(250,252,25); }
H1.HeaderClassName
{
color: #FAFC19;
}
.AnyTagClassName
{
color: #FAFC19;
}
</style>
background-color css
<style>
a { background-color: #FAFC19; }
a { background-color: rgb(250,252,25); }
div.DivClassName
{
background-color: #FAFC19;
}
.BgClassName
{
background-color: #FAFC19;
}
</style>
border-color css
<style>
span { border-color: #FAFC19; }
span { border-color: rgb(250,252,25); }
td.TdClassName
{
border-color: #FAFC19;
}
.TagClassName
{
border-color: #FAFC19;
}
</style>