Shades of Laser Lemon #FAFE59
Tints of Laser Lemon #FAFE59
RGB
CMYK
RGB Variations
Color information
#FAFE59 (or 0xFAFE59) is known color: Laser Lemon. HEX triplet: FA, FE and 59. RGB value is (250,254,89). Sum of RGB (Red+Green+Blue) = 250+254+89=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 89 (35.16% from 255 or 15.01% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE59 is #0501A6. Grayscale: #EAEAEA. Windows color (decimal): -328103 or 5897978. OLE color: 5897978.
HSL color Cylindrical-coordinate representation of color #FAFE59: hue angle of 61.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAFE59 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 89 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.00 |
| HSL | 61.45º | 0.99% | 0.67% | - |
| HSV(B) | 61.45º | 0.65% | 1% | - |
| XYZ | 76.67 | 91.93 | 23.15 | - |
| YUV | 233.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 89 | 0.02 | 0 | 0.65 | 0.00 | 61.45 | 0.99 | 0.67 |
| Hex | FA | FE | 59 | 2 | 0 | 41 | 0 | 3D | 63 | 43 |
| Octal | 372 | 376 | 131 | 2 | 0 | 101 | 0 | 75 | 143 | 103 |
| Binary | 11111010 | 11111110 | 1011001 | 10 | 0 | 1000001 | 0 | 111101 | 1100011 | 1000011 |
Color Harmonies of #FAFE59
Complementary color
Monochromatic Colors of #FAFE59
Black with #FAFE59
Text Example
Text Example
White with #FAFE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE59; }
p { color: rgb(250,254,89); }
H1.HeaderClassName
{
color: #FAFE59;
}
.AnyTagClassName
{
color: #FAFE59;
}
</style>
background-color css
<style>
a { background-color: #FAFE59; }
a { background-color: rgb(250,254,89); }
div.DivClassName
{
background-color: #FAFE59;
}
.BgClassName
{
background-color: #FAFE59;
}
</style>
border-color css
<style>
span { border-color: #FAFE59; }
span { border-color: rgb(250,254,89); }
td.TdClassName
{
border-color: #FAFE59;
}
.TagClassName
{
border-color: #FAFE59;
}
</style>