Shades of Laser Lemon #FAFE62
Tints of Laser Lemon #FAFE62
RGB
CMYK
RGB Variations
Color information
#FAFE62 (or 0xFAFE62) is known color: Laser Lemon. HEX triplet: FA, FE and 62. RGB value is (250,254,98). Sum of RGB (Red+Green+Blue) = 250+254+98=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 98 (38.67% from 255 or 16.28% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE62 is #05019D. Grayscale: #EBEBEB. Windows color (decimal): -328094 or 6487802. OLE color: 6487802.
HSL color Cylindrical-coordinate representation of color #FAFE62: hue angle of 61.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAFE62 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 98 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.00 |
| HSL | 61.54º | 0.99% | 0.69% | - |
| HSV(B) | 61.54º | 0.61% | 1% | - |
| XYZ | 77.07 | 92.09 | 25.27 | - |
| YUV | 235.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 98 | 0.02 | 0 | 0.61 | 0.00 | 61.54 | 0.99 | 0.69 |
| Hex | FA | FE | 62 | 2 | 0 | 3D | 0 | 3E | 63 | 45 |
| Octal | 372 | 376 | 142 | 2 | 0 | 75 | 0 | 76 | 143 | 105 |
| Binary | 11111010 | 11111110 | 1100010 | 10 | 0 | 111101 | 0 | 111110 | 1100011 | 1000101 |
Color Harmonies of #FAFE62
Complementary color
Monochromatic Colors of #FAFE62
Black with #FAFE62
Text Example
Text Example
White with #FAFE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE62; }
p { color: rgb(250,254,98); }
H1.HeaderClassName
{
color: #FAFE62;
}
.AnyTagClassName
{
color: #FAFE62;
}
</style>
background-color css
<style>
a { background-color: #FAFE62; }
a { background-color: rgb(250,254,98); }
div.DivClassName
{
background-color: #FAFE62;
}
.BgClassName
{
background-color: #FAFE62;
}
</style>
border-color css
<style>
span { border-color: #FAFE62; }
span { border-color: rgb(250,254,98); }
td.TdClassName
{
border-color: #FAFE62;
}
.TagClassName
{
border-color: #FAFE62;
}
</style>