Shades of Laser Lemon #FAFA56
Tints of Laser Lemon #FAFA56
RGB
CMYK
RGB Variations
Color information
#FAFA56 (or 0xFAFA56) is known color: Laser Lemon. HEX triplet: FA, FA and 56. RGB value is (250,250,86). Sum of RGB (Red+Green+Blue) = 250+250+86=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 86 (33.98% from 255 or 14.68% from 586); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA56 is #0505A9. Grayscale: #E7E7E7. Windows color (decimal): -329130 or 5700346. OLE color: 5700346.
HSL color Cylindrical-coordinate representation of color #FAFA56: hue angle of 60º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAFA56 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 86 | - |
| CMYK | 0 | 0 | 0.66 | 0.02 |
| HSL | 60º | 0.94% | 0.66% | - |
| HSV(B) | 60º | 0.66% | 0.98% | - |
| XYZ | 75.29 | 89.37 | 22.09 | - |
| YUV | 231.3 | 46 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 86 | 0 | 0 | 0.66 | 0.02 | 60 | 0.94 | 0.66 |
| Hex | FA | FA | 56 | 0 | 0 | 42 | 2 | 3C | 5E | 42 |
| Octal | 372 | 372 | 126 | 0 | 0 | 102 | 2 | 74 | 136 | 102 |
| Binary | 11111010 | 11111010 | 1010110 | 0 | 0 | 1000010 | 10 | 111100 | 1011110 | 1000010 |
Color Harmonies of #FAFA56
Complementary color
Monochromatic Colors of #FAFA56
Black with #FAFA56
Text Example
Text Example
White with #FAFA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA56; }
p { color: rgb(250,250,86); }
H1.HeaderClassName
{
color: #FAFA56;
}
.AnyTagClassName
{
color: #FAFA56;
}
</style>
background-color css
<style>
a { background-color: #FAFA56; }
a { background-color: rgb(250,250,86); }
div.DivClassName
{
background-color: #FAFA56;
}
.BgClassName
{
background-color: #FAFA56;
}
</style>
border-color css
<style>
span { border-color: #FAFA56; }
span { border-color: rgb(250,250,86); }
td.TdClassName
{
border-color: #FAFA56;
}
.TagClassName
{
border-color: #FAFA56;
}
</style>