Shades of Salmon #F8886C
Tints of Salmon #F8886C
RGB
CMYK
RGB Variations
Color information
#F8886C (or 0xF8886C) is known color: Salmon. HEX triplet: F8, 88 and 6C. RGB value is (248,136,108). Sum of RGB (Red+Green+Blue) = 248+136+108=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8886C is #077793. Grayscale: #A6A6A6. Windows color (decimal): -489364 or 7112952. OLE color: 7112952.
HSL color Cylindrical-coordinate representation of color #F8886C: hue angle of 12º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8886C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 108 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.03 |
| HSL | 12º | 0.91% | 0.7% | - |
| HSV(B) | 12º | 0.56% | 0.97% | - |
| XYZ | 50.22 | 38.65 | 19 | - |
| YUV | 166.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 108 | 0 | 0.45 | 0.56 | 0.03 | 12 | 0.91 | 0.7 |
| Hex | F8 | 88 | 6C | 0 | 2D | 38 | 3 | C | 5B | 46 |
| Octal | 370 | 210 | 154 | 0 | 55 | 70 | 3 | 14 | 133 | 106 |
| Binary | 11111000 | 10001000 | 1101100 | 0 | 101101 | 111000 | 11 | 1100 | 1011011 | 1000110 |
Color Harmonies of #F8886C
Complementary color
Monochromatic Colors of #F8886C
Black with #F8886C
Text Example
Text Example
White with #F8886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8886C; }
p { color: rgb(248,136,108); }
H1.HeaderClassName
{
color: #F8886C;
}
.AnyTagClassName
{
color: #F8886C;
}
</style>
background-color css
<style>
a { background-color: #F8886C; }
a { background-color: rgb(248,136,108); }
div.DivClassName
{
background-color: #F8886C;
}
.BgClassName
{
background-color: #F8886C;
}
</style>
border-color css
<style>
span { border-color: #F8886C; }
span { border-color: rgb(248,136,108); }
td.TdClassName
{
border-color: #F8886C;
}
.TagClassName
{
border-color: #F8886C;
}
</style>