Shades of Laser Lemon #FBFC68
Tints of Laser Lemon #FBFC68
RGB
CMYK
RGB Variations
Color information
#FBFC68 (or 0xFBFC68) is known color: Laser Lemon. HEX triplet: FB, FC and 68. RGB value is (251,252,104). Sum of RGB (Red+Green+Blue) = 251+252+104=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 104 (41.02% from 255 or 17.13% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC68 is #040397. Grayscale: #EBEBEB. Windows color (decimal): -263064 or 6880507. OLE color: 6880507.
HSL color Cylindrical-coordinate representation of color #FBFC68: hue angle of 60.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBFC68 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 104 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.01 |
| HSL | 60.41º | 0.96% | 0.7% | - |
| HSV(B) | 60.41º | 0.59% | 0.99% | - |
| XYZ | 77.09 | 91.13 | 26.62 | - |
| YUV | 234.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 104 | 0.00 | 0 | 0.59 | 0.01 | 60.41 | 0.96 | 0.7 |
| Hex | FB | FC | 68 | 0 | 0 | 3B | 1 | 3C | 60 | 46 |
| Octal | 373 | 374 | 150 | 0 | 0 | 73 | 1 | 74 | 140 | 106 |
| Binary | 11111011 | 11111100 | 1101000 | 0 | 0 | 111011 | 1 | 111100 | 1100000 | 1000110 |
Color Harmonies of #FBFC68
Complementary color
Monochromatic Colors of #FBFC68
Black with #FBFC68
Text Example
Text Example
White with #FBFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC68; }
p { color: rgb(251,252,104); }
H1.HeaderClassName
{
color: #FBFC68;
}
.AnyTagClassName
{
color: #FBFC68;
}
</style>
background-color css
<style>
a { background-color: #FBFC68; }
a { background-color: rgb(251,252,104); }
div.DivClassName
{
background-color: #FBFC68;
}
.BgClassName
{
background-color: #FBFC68;
}
</style>
border-color css
<style>
span { border-color: #FBFC68; }
span { border-color: rgb(251,252,104); }
td.TdClassName
{
border-color: #FBFC68;
}
.TagClassName
{
border-color: #FBFC68;
}
</style>