Shades of Salmon #F8896B
Tints of Salmon #F8896B
RGB
CMYK
RGB Variations
Color information
#F8896B (or 0xF8896B) is known color: Salmon. HEX triplet: F8, 89 and 6B. RGB value is (248,137,107). Sum of RGB (Red+Green+Blue) = 248+137+107=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8896B is #077694. Grayscale: #A7A7A7. Windows color (decimal): -489109 or 7047672. OLE color: 7047672.
HSL color Cylindrical-coordinate representation of color #F8896B: hue angle of 12.77º 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 #F8896B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 107 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.03 |
| HSL | 12.77º | 0.91% | 0.7% | - |
| HSV(B) | 12.77º | 0.57% | 0.97% | - |
| XYZ | 50.31 | 38.91 | 18.77 | - |
| YUV | 166.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 107 | 0 | 0.45 | 0.57 | 0.03 | 12.77 | 0.91 | 0.7 |
| Hex | F8 | 89 | 6B | 0 | 2D | 39 | 3 | D | 5B | 46 |
| Octal | 370 | 211 | 153 | 0 | 55 | 71 | 3 | 15 | 133 | 106 |
| Binary | 11111000 | 10001001 | 1101011 | 0 | 101101 | 111001 | 11 | 1101 | 1011011 | 1000110 |
Color Harmonies of #F8896B
Complementary color
Monochromatic Colors of #F8896B
Black with #F8896B
Text Example
Text Example
White with #F8896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8896B; }
p { color: rgb(248,137,107); }
H1.HeaderClassName
{
color: #F8896B;
}
.AnyTagClassName
{
color: #F8896B;
}
</style>
background-color css
<style>
a { background-color: #F8896B; }
a { background-color: rgb(248,137,107); }
div.DivClassName
{
background-color: #F8896B;
}
.BgClassName
{
background-color: #F8896B;
}
</style>
border-color css
<style>
span { border-color: #F8896B; }
span { border-color: rgb(248,137,107); }
td.TdClassName
{
border-color: #F8896B;
}
.TagClassName
{
border-color: #F8896B;
}
</style>