Shades of Laser Lemon #FAFF6B
Tints of Laser Lemon #FAFF6B
RGB
CMYK
RGB Variations
Color information
#FAFF6B (or 0xFAFF6B) is known color: Laser Lemon. HEX triplet: FA, FF and 6B. RGB value is (250,255,107). Sum of RGB (Red+Green+Blue) = 250+255+107=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 107 (42.19% from 255 or 17.48% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF6B is #050094. Grayscale: #EDEDED. Windows color (decimal): -327829 or 7077882. OLE color: 7077882.
HSL color Cylindrical-coordinate representation of color #FAFF6B: hue angle of 62.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAFF6B is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 107 | - |
| CMYK | 0.02 | 0 | 0.58 | 0 |
| HSL | 62.03º | 1% | 0.71% | - |
| HSV(B) | 62.03º | 0.58% | 1% | - |
| XYZ | 77.84 | 92.91 | 27.74 | - |
| YUV | 236.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 107 | 0.02 | 0 | 0.58 | 0 | 62.03 | 1 | 0.71 |
| Hex | FA | FF | 6B | 2 | 0 | 3A | 0 | 3E | 64 | 47 |
| Octal | 372 | 377 | 153 | 2 | 0 | 72 | 0 | 76 | 144 | 107 |
| Binary | 11111010 | 11111111 | 1101011 | 10 | 0 | 111010 | 0 | 111110 | 1100100 | 1000111 |
Color Harmonies of #FAFF6B
Complementary color
Monochromatic Colors of #FAFF6B
Black with #FAFF6B
Text Example
Text Example
White with #FAFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF6B; }
p { color: rgb(250,255,107); }
H1.HeaderClassName
{
color: #FAFF6B;
}
.AnyTagClassName
{
color: #FAFF6B;
}
</style>
background-color css
<style>
a { background-color: #FAFF6B; }
a { background-color: rgb(250,255,107); }
div.DivClassName
{
background-color: #FAFF6B;
}
.BgClassName
{
background-color: #FAFF6B;
}
</style>
border-color css
<style>
span { border-color: #FAFF6B; }
span { border-color: rgb(250,255,107); }
td.TdClassName
{
border-color: #FAFF6B;
}
.TagClassName
{
border-color: #FAFF6B;
}
</style>