Shades of Laser Lemon #FAFA57
Tints of Laser Lemon #FAFA57
RGB
CMYK
RGB Variations
Color information
#FAFA57 (or 0xFAFA57) is known color: Laser Lemon. HEX triplet: FA, FA and 57. RGB value is (250,250,87). Sum of RGB (Red+Green+Blue) = 250+250+87=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 87 (34.38% from 255 or 14.82% from 587); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA57 is #0505A8. Grayscale: #E8E8E8. Windows color (decimal): -329129 or 5765882. OLE color: 5765882.
HSL color Cylindrical-coordinate representation of color #FAFA57: 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.65%. Process color model (Four color, CMYK) of #FAFA57 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 87 | - |
| CMYK | 0 | 0 | 0.65 | 0.02 |
| HSL | 60º | 0.94% | 0.66% | - |
| HSV(B) | 60º | 0.65% | 0.98% | - |
| XYZ | 75.33 | 89.38 | 22.3 | - |
| YUV | 231.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 87 | 0 | 0 | 0.65 | 0.02 | 60 | 0.94 | 0.66 |
| Hex | FA | FA | 57 | 0 | 0 | 41 | 2 | 3C | 5E | 42 |
| Octal | 372 | 372 | 127 | 0 | 0 | 101 | 2 | 74 | 136 | 102 |
| Binary | 11111010 | 11111010 | 1010111 | 0 | 0 | 1000001 | 10 | 111100 | 1011110 | 1000010 |
Color Harmonies of #FAFA57
Complementary color
Monochromatic Colors of #FAFA57
Black with #FAFA57
Text Example
Text Example
White with #FAFA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA57; }
p { color: rgb(250,250,87); }
H1.HeaderClassName
{
color: #FAFA57;
}
.AnyTagClassName
{
color: #FAFA57;
}
</style>
background-color css
<style>
a { background-color: #FAFA57; }
a { background-color: rgb(250,250,87); }
div.DivClassName
{
background-color: #FAFA57;
}
.BgClassName
{
background-color: #FAFA57;
}
</style>
border-color css
<style>
span { border-color: #FAFA57; }
span { border-color: rgb(250,250,87); }
td.TdClassName
{
border-color: #FAFA57;
}
.TagClassName
{
border-color: #FAFA57;
}
</style>