Shades of Laser Lemon #FBFE5D
Tints of Laser Lemon #FBFE5D
RGB
CMYK
RGB Variations
Color information
#FBFE5D (or 0xFBFE5D) is known color: Laser Lemon. HEX triplet: FB, FE and 5D. RGB value is (251,254,93). Sum of RGB (Red+Green+Blue) = 251+254+93=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 93 (36.72% from 255 or 15.55% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFE5D is #0401A2. Grayscale: #EBEBEB. Windows color (decimal): -262563 or 6160123. OLE color: 6160123.
HSL color Cylindrical-coordinate representation of color #FBFE5D: hue angle of 61.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBFE5D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 93 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.00 |
| HSL | 61.12º | 0.99% | 0.68% | - |
| HSV(B) | 61.12º | 0.63% | 1% | - |
| XYZ | 77.2 | 92.18 | 24.08 | - |
| YUV | 234.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 93 | 0.01 | 0 | 0.63 | 0.00 | 61.12 | 0.99 | 0.68 |
| Hex | FB | FE | 5D | 1 | 0 | 3F | 0 | 3D | 63 | 44 |
| Octal | 373 | 376 | 135 | 1 | 0 | 77 | 0 | 75 | 143 | 104 |
| Binary | 11111011 | 11111110 | 1011101 | 1 | 0 | 111111 | 0 | 111101 | 1100011 | 1000100 |
Color Harmonies of #FBFE5D
Complementary color
Monochromatic Colors of #FBFE5D
Black with #FBFE5D
Text Example
Text Example
White with #FBFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE5D; }
p { color: rgb(251,254,93); }
H1.HeaderClassName
{
color: #FBFE5D;
}
.AnyTagClassName
{
color: #FBFE5D;
}
</style>
background-color css
<style>
a { background-color: #FBFE5D; }
a { background-color: rgb(251,254,93); }
div.DivClassName
{
background-color: #FBFE5D;
}
.BgClassName
{
background-color: #FBFE5D;
}
</style>
border-color css
<style>
span { border-color: #FBFE5D; }
span { border-color: rgb(251,254,93); }
td.TdClassName
{
border-color: #FBFE5D;
}
.TagClassName
{
border-color: #FBFE5D;
}
</style>