Shades of Laser Lemon #FFFB6E
Tints of Laser Lemon #FFFB6E
RGB
CMYK
RGB Variations
Color information
#FFFB6E (or 0xFFFB6E) is known color: Laser Lemon. HEX triplet: FF, FB and 6E. RGB value is (255,251,110). Sum of RGB (Red+Green+Blue) = 255+251+110=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 110 (43.36% from 255 or 17.86% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFB6E is #000491. Grayscale: #ECECEC. Windows color (decimal): -1170 or 7273471. OLE color: 7273471.
HSL color Cylindrical-coordinate representation of color #FFFB6E: hue angle of 58.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFFB6E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 110 | - |
| CMYK | 0 | 0.02 | 0.57 | 0 |
| HSL | 58.34º | 1% | 0.72% | - |
| HSV(B) | 58.34º | 0.57% | 1% | - |
| XYZ | 78.55 | 91.38 | 28.25 | - |
| YUV | 236.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 110 | 0 | 0.02 | 0.57 | 0 | 58.34 | 1 | 0.72 |
| Hex | FF | FB | 6E | 0 | 2 | 39 | 0 | 3A | 64 | 48 |
| Octal | 377 | 373 | 156 | 0 | 2 | 71 | 0 | 72 | 144 | 110 |
| Binary | 11111111 | 11111011 | 1101110 | 0 | 10 | 111001 | 0 | 111010 | 1100100 | 1001000 |
Color Harmonies of #FFFB6E
Complementary color
Monochromatic Colors of #FFFB6E
Black with #FFFB6E
Text Example
Text Example
White with #FFFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB6E; }
p { color: rgb(255,251,110); }
H1.HeaderClassName
{
color: #FFFB6E;
}
.AnyTagClassName
{
color: #FFFB6E;
}
</style>
background-color css
<style>
a { background-color: #FFFB6E; }
a { background-color: rgb(255,251,110); }
div.DivClassName
{
background-color: #FFFB6E;
}
.BgClassName
{
background-color: #FFFB6E;
}
</style>
border-color css
<style>
span { border-color: #FFFB6E; }
span { border-color: rgb(255,251,110); }
td.TdClassName
{
border-color: #FFFB6E;
}
.TagClassName
{
border-color: #FFFB6E;
}
</style>