Shades of Laser Lemon #FAFA5A
Tints of Laser Lemon #FAFA5A
RGB
CMYK
RGB Variations
Color information
#FAFA5A (or 0xFAFA5A) is known color: Laser Lemon. HEX triplet: FA, FA and 5A. RGB value is (250,250,90). Sum of RGB (Red+Green+Blue) = 250+250+90=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 90 (35.55% from 255 or 15.25% from 590); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA5A is #0505A5. Grayscale: #E8E8E8. Windows color (decimal): -329126 or 5962490. OLE color: 5962490.
HSL color Cylindrical-coordinate representation of color #FAFA5A: hue angle of 60º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAFA5A is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 90 | - |
| CMYK | 0 | 0 | 0.64 | 0.02 |
| HSL | 60º | 0.94% | 0.67% | - |
| HSV(B) | 60º | 0.64% | 0.98% | - |
| XYZ | 75.46 | 89.43 | 22.96 | - |
| YUV | 231.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 90 | 0 | 0 | 0.64 | 0.02 | 60 | 0.94 | 0.67 |
| Hex | FA | FA | 5A | 0 | 0 | 40 | 2 | 3C | 5E | 43 |
| Octal | 372 | 372 | 132 | 0 | 0 | 100 | 2 | 74 | 136 | 103 |
| Binary | 11111010 | 11111010 | 1011010 | 0 | 0 | 1000000 | 10 | 111100 | 1011110 | 1000011 |
Color Harmonies of #FAFA5A
Complementary color
Monochromatic Colors of #FAFA5A
Black with #FAFA5A
Text Example
Text Example
White with #FAFA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA5A; }
p { color: rgb(250,250,90); }
H1.HeaderClassName
{
color: #FAFA5A;
}
.AnyTagClassName
{
color: #FAFA5A;
}
</style>
background-color css
<style>
a { background-color: #FAFA5A; }
a { background-color: rgb(250,250,90); }
div.DivClassName
{
background-color: #FAFA5A;
}
.BgClassName
{
background-color: #FAFA5A;
}
</style>
border-color css
<style>
span { border-color: #FAFA5A; }
span { border-color: rgb(250,250,90); }
td.TdClassName
{
border-color: #FAFA5A;
}
.TagClassName
{
border-color: #FAFA5A;
}
</style>