Shades of Laser Lemon #FFF86B
Tints of Laser Lemon #FFF86B
RGB
CMYK
RGB Variations
Color information
#FFF86B (or 0xFFF86B) is known color: Laser Lemon. HEX triplet: FF, F8 and 6B. RGB value is (255,248,107). Sum of RGB (Red+Green+Blue) = 255+248+107=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 107 (42.19% from 255 or 17.54% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF86B is #000794. Grayscale: #EAEAEA. Windows color (decimal): -1941 or 7076095. OLE color: 7076095.
HSL color Cylindrical-coordinate representation of color #FFF86B: hue angle of 57.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFF86B is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 107 | - |
| CMYK | 0 | 0.03 | 0.58 | 0 |
| HSL | 57.16º | 1% | 0.71% | - |
| HSV(B) | 57.16º | 0.58% | 1% | - |
| XYZ | 77.46 | 89.46 | 27.09 | - |
| YUV | 234.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 107 | 0 | 0.03 | 0.58 | 0 | 57.16 | 1 | 0.71 |
| Hex | FF | F8 | 6B | 0 | 3 | 3A | 0 | 39 | 64 | 47 |
| Octal | 377 | 370 | 153 | 0 | 3 | 72 | 0 | 71 | 144 | 107 |
| Binary | 11111111 | 11111000 | 1101011 | 0 | 11 | 111010 | 0 | 111001 | 1100100 | 1000111 |
Color Harmonies of #FFF86B
Complementary color
Monochromatic Colors of #FFF86B
Black with #FFF86B
Text Example
Text Example
White with #FFF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF86B; }
p { color: rgb(255,248,107); }
H1.HeaderClassName
{
color: #FFF86B;
}
.AnyTagClassName
{
color: #FFF86B;
}
</style>
background-color css
<style>
a { background-color: #FFF86B; }
a { background-color: rgb(255,248,107); }
div.DivClassName
{
background-color: #FFF86B;
}
.BgClassName
{
background-color: #FFF86B;
}
</style>
border-color css
<style>
span { border-color: #FFF86B; }
span { border-color: rgb(255,248,107); }
td.TdClassName
{
border-color: #FFF86B;
}
.TagClassName
{
border-color: #FFF86B;
}
</style>