Shades of Laser Lemon #FBFA6E
Tints of Laser Lemon #FBFA6E
RGB
CMYK
RGB Variations
Color information
#FBFA6E (or 0xFBFA6E) is known color: Laser Lemon. HEX triplet: FB, FA and 6E. RGB value is (251,250,110). Sum of RGB (Red+Green+Blue) = 251+250+110=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 110 (43.36% from 255 or 18.00% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFA6E is #040591. Grayscale: #EAEAEA. Windows color (decimal): -263570 or 7273211. OLE color: 7273211.
HSL color Cylindrical-coordinate representation of color #FBFA6E: hue angle of 59.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBFA6E is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 110 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.02 |
| HSL | 59.57º | 0.95% | 0.71% | - |
| HSV(B) | 59.57º | 0.56% | 0.98% | - |
| XYZ | 76.78 | 90.01 | 28.08 | - |
| YUV | 234.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 110 | 0 | 0.00 | 0.56 | 0.02 | 59.57 | 0.95 | 0.71 |
| Hex | FB | FA | 6E | 0 | 0 | 38 | 2 | 3C | 5F | 47 |
| Octal | 373 | 372 | 156 | 0 | 0 | 70 | 2 | 74 | 137 | 107 |
| Binary | 11111011 | 11111010 | 1101110 | 0 | 0 | 111000 | 10 | 111100 | 1011111 | 1000111 |
Color Harmonies of #FBFA6E
Complementary color
Monochromatic Colors of #FBFA6E
Black with #FBFA6E
Text Example
Text Example
White with #FBFA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA6E; }
p { color: rgb(251,250,110); }
H1.HeaderClassName
{
color: #FBFA6E;
}
.AnyTagClassName
{
color: #FBFA6E;
}
</style>
background-color css
<style>
a { background-color: #FBFA6E; }
a { background-color: rgb(251,250,110); }
div.DivClassName
{
background-color: #FBFA6E;
}
.BgClassName
{
background-color: #FBFA6E;
}
</style>
border-color css
<style>
span { border-color: #FBFA6E; }
span { border-color: rgb(251,250,110); }
td.TdClassName
{
border-color: #FBFA6E;
}
.TagClassName
{
border-color: #FBFA6E;
}
</style>