Shades of Laser Lemon #FAFE6B
Tints of Laser Lemon #FAFE6B
RGB
CMYK
RGB Variations
Color information
#FAFE6B (or 0xFAFE6B) is known color: Laser Lemon. HEX triplet: FA, FE and 6B. RGB value is (250,254,107). Sum of RGB (Red+Green+Blue) = 250+254+107=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 107 (42.19% from 255 or 17.51% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE6B is #050194. Grayscale: #ECECEC. Windows color (decimal): -328085 or 7077626. OLE color: 7077626.
HSL color Cylindrical-coordinate representation of color #FAFE6B: hue angle of 61.63º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAFE6B is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 107 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.00 |
| HSL | 61.63º | 0.99% | 0.71% | - |
| HSV(B) | 61.63º | 0.58% | 1% | - |
| XYZ | 77.52 | 92.27 | 27.63 | - |
| YUV | 236.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 107 | 0.02 | 0 | 0.58 | 0.00 | 61.63 | 0.99 | 0.71 |
| Hex | FA | FE | 6B | 2 | 0 | 3A | 0 | 3E | 63 | 47 |
| Octal | 372 | 376 | 153 | 2 | 0 | 72 | 0 | 76 | 143 | 107 |
| Binary | 11111010 | 11111110 | 1101011 | 10 | 0 | 111010 | 0 | 111110 | 1100011 | 1000111 |
Color Harmonies of #FAFE6B
Complementary color
Monochromatic Colors of #FAFE6B
Black with #FAFE6B
Text Example
Text Example
White with #FAFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE6B; }
p { color: rgb(250,254,107); }
H1.HeaderClassName
{
color: #FAFE6B;
}
.AnyTagClassName
{
color: #FAFE6B;
}
</style>
background-color css
<style>
a { background-color: #FAFE6B; }
a { background-color: rgb(250,254,107); }
div.DivClassName
{
background-color: #FAFE6B;
}
.BgClassName
{
background-color: #FAFE6B;
}
</style>
border-color css
<style>
span { border-color: #FAFE6B; }
span { border-color: rgb(250,254,107); }
td.TdClassName
{
border-color: #FAFE6B;
}
.TagClassName
{
border-color: #FAFE6B;
}
</style>