Shades of Laser Lemon #FAFE70
Tints of Laser Lemon #FAFE70
RGB
CMYK
RGB Variations
Color information
#FAFE70 (or 0xFAFE70) is known color: Laser Lemon. HEX triplet: FA, FE and 70. RGB value is (250,254,112). Sum of RGB (Red+Green+Blue) = 250+254+112=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 112 (44.14% from 255 or 18.18% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE70 is #05018F. Grayscale: #EDEDED. Windows color (decimal): -328080 or 7405306. OLE color: 7405306.
HSL color Cylindrical-coordinate representation of color #FAFE70: hue angle of 61.69º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAFE70 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 112 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.00 |
| HSL | 61.69º | 0.99% | 0.72% | - |
| HSV(B) | 61.69º | 0.56% | 1% | - |
| XYZ | 77.79 | 92.38 | 29.06 | - |
| YUV | 236.62 | 57.67 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 112 | 0.02 | 0 | 0.56 | 0.00 | 61.69 | 0.99 | 0.72 |
| Hex | FA | FE | 70 | 2 | 0 | 38 | 0 | 3E | 63 | 48 |
| Octal | 372 | 376 | 160 | 2 | 0 | 70 | 0 | 76 | 143 | 110 |
| Binary | 11111010 | 11111110 | 1110000 | 10 | 0 | 111000 | 0 | 111110 | 1100011 | 1001000 |
Color Harmonies of #FAFE70
Complementary color
Monochromatic Colors of #FAFE70
Black with #FAFE70
Text Example
Text Example
White with #FAFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE70; }
p { color: rgb(250,254,112); }
H1.HeaderClassName
{
color: #FAFE70;
}
.AnyTagClassName
{
color: #FAFE70;
}
</style>
background-color css
<style>
a { background-color: #FAFE70; }
a { background-color: rgb(250,254,112); }
div.DivClassName
{
background-color: #FAFE70;
}
.BgClassName
{
background-color: #FAFE70;
}
</style>
border-color css
<style>
span { border-color: #FAFE70; }
span { border-color: rgb(250,254,112); }
td.TdClassName
{
border-color: #FAFE70;
}
.TagClassName
{
border-color: #FAFE70;
}
</style>