Shades of Laser Lemon #FAFA5E
Tints of Laser Lemon #FAFA5E
RGB
CMYK
RGB Variations
Color information
#FAFA5E (or 0xFAFA5E) is known color: Laser Lemon. HEX triplet: FA, FA and 5E. RGB value is (250,250,94). Sum of RGB (Red+Green+Blue) = 250+250+94=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 94 (37.11% from 255 or 15.82% from 594); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA5E is #0505A1. Grayscale: #E8E8E8. Windows color (decimal): -329122 or 6224634. OLE color: 6224634.
HSL color Cylindrical-coordinate representation of color #FAFA5E: 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.62%. Process color model (Four color, CMYK) of #FAFA5E is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 250 | 94 | - |
CMYK | 0 | 0 | 0.62 | 0.02 |
HSL | 60º | 0.94% | 0.67% | - |
HSV(B) | 60º | 0.62% | 0.98% | - |
XYZ | 75.63 | 89.5 | 23.88 | - |
YUV | 232.22 | 50 | 140.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 94 | 0 | 0 | 0.62 | 0.02 | 60 | 0.94 | 0.67 |
Hex | FA | FA | 5E | 0 | 0 | 3E | 2 | 3C | 5E | 43 |
Octal | 372 | 372 | 136 | 0 | 0 | 76 | 2 | 74 | 136 | 103 |
Binary | 11111010 | 11111010 | 1011110 | 0 | 0 | 111110 | 10 | 111100 | 1011110 | 1000011 |
Color Harmonies of #FAFA5E
Complementary color
Monochromatic Colors of #FAFA5E
Black with #FAFA5E
Text Example
Text Example
White with #FAFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA5E; }
p { color: rgb(250,250,94); }
H1.HeaderClassName
{
color: #FAFA5E;
}
.AnyTagClassName
{
color: #FAFA5E;
}
</style>
background-color css
<style>
a { background-color: #FAFA5E; }
a { background-color: rgb(250,250,94); }
div.DivClassName
{
background-color: #FAFA5E;
}
.BgClassName
{
background-color: #FAFA5E;
}
</style>
border-color css
<style>
span { border-color: #FAFA5E; }
span { border-color: rgb(250,250,94); }
td.TdClassName
{
border-color: #FAFA5E;
}
.TagClassName
{
border-color: #FAFA5E;
}
</style>