Shades of Salmon #F8866B
Tints of Salmon #F8866B
RGB
CMYK
RGB Variations
Color information
#F8866B (or 0xF8866B) is known color: Salmon. HEX triplet: F8, 86 and 6B. RGB value is (248,134,107). Sum of RGB (Red+Green+Blue) = 248+134+107=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8866B is #077994. Grayscale: #A5A5A5. Windows color (decimal): -489877 or 7046904. OLE color: 7046904.
HSL color Cylindrical-coordinate representation of color #F8866B: hue angle of 11.49º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8866B is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 107 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.03 |
| HSL | 11.49º | 0.91% | 0.7% | - |
| HSV(B) | 11.49º | 0.57% | 0.97% | - |
| XYZ | 49.89 | 38.07 | 18.63 | - |
| YUV | 165.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 107 | 0 | 0.46 | 0.57 | 0.03 | 11.49 | 0.91 | 0.7 |
| Hex | F8 | 86 | 6B | 0 | 2E | 39 | 3 | B | 5B | 46 |
| Octal | 370 | 206 | 153 | 0 | 56 | 71 | 3 | 13 | 133 | 106 |
| Binary | 11111000 | 10000110 | 1101011 | 0 | 101110 | 111001 | 11 | 1011 | 1011011 | 1000110 |
Color Harmonies of #F8866B
Complementary color
Monochromatic Colors of #F8866B
Black with #F8866B
Text Example
Text Example
White with #F8866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8866B; }
p { color: rgb(248,134,107); }
H1.HeaderClassName
{
color: #F8866B;
}
.AnyTagClassName
{
color: #F8866B;
}
</style>
background-color css
<style>
a { background-color: #F8866B; }
a { background-color: rgb(248,134,107); }
div.DivClassName
{
background-color: #F8866B;
}
.BgClassName
{
background-color: #F8866B;
}
</style>
border-color css
<style>
span { border-color: #F8866B; }
span { border-color: rgb(248,134,107); }
td.TdClassName
{
border-color: #F8866B;
}
.TagClassName
{
border-color: #F8866B;
}
</style>