Shades of Lemon #FAFA13
Tints of Lemon #FAFA13
RGB
CMYK
RGB Variations
Color information
#FAFA13 (or 0xFAFA13) is known color: Lemon. HEX triplet: FA, FA and 13. RGB value is (250,250,19). Sum of RGB (Red+Green+Blue) = 250+250+19=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 19 (7.81% from 255 or 3.66% from 519); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA13 is #0505EC. Grayscale: #E0E0E0. Windows color (decimal): -329197 or 1309434. OLE color: 1309434.
HSL color Cylindrical-coordinate representation of color #FAFA13: hue angle of 60º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAFA13 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 19 | - |
| CMYK | 0 | 0 | 0.92 | 0.02 |
| HSL | 60º | 0.96% | 0.53% | - |
| HSV(B) | 60º | 0.92% | 0.98% | - |
| XYZ | 73.73 | 88.74 | 13.86 | - |
| YUV | 223.67 | 12.5 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 19 | 0 | 0 | 0.92 | 0.02 | 60 | 0.96 | 0.53 |
| Hex | FA | FA | 13 | 0 | 0 | 5C | 2 | 3C | 60 | 35 |
| Octal | 372 | 372 | 23 | 0 | 0 | 134 | 2 | 74 | 140 | 65 |
| Binary | 11111010 | 11111010 | 10011 | 0 | 0 | 1011100 | 10 | 111100 | 1100000 | 110101 |
Color Harmonies of #FAFA13
Complementary color
Monochromatic Colors of #FAFA13
Black with #FAFA13
Text Example
Text Example
White with #FAFA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA13; }
p { color: rgb(250,250,19); }
H1.HeaderClassName
{
color: #FAFA13;
}
.AnyTagClassName
{
color: #FAFA13;
}
</style>
background-color css
<style>
a { background-color: #FAFA13; }
a { background-color: rgb(250,250,19); }
div.DivClassName
{
background-color: #FAFA13;
}
.BgClassName
{
background-color: #FAFA13;
}
</style>
border-color css
<style>
span { border-color: #FAFA13; }
span { border-color: rgb(250,250,19); }
td.TdClassName
{
border-color: #FAFA13;
}
.TagClassName
{
border-color: #FAFA13;
}
</style>