Shades of Salmon #F8796D
Tints of Salmon #F8796D
RGB
CMYK
RGB Variations
Color information
#F8796D (or 0xF8796D) is known color: Salmon. HEX triplet: F8, 79 and 6D. RGB value is (248,121,109). Sum of RGB (Red+Green+Blue) = 248+121+109=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8796D is #078692. Grayscale: #9D9D9D. Windows color (decimal): -493203 or 7174648. OLE color: 7174648.
HSL color Cylindrical-coordinate representation of color #F8796D: hue angle of 5.18º 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 #F8796D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 109 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.03 |
| HSL | 5.18º | 0.91% | 0.7% | - |
| HSV(B) | 5.18º | 0.56% | 0.97% | - |
| XYZ | 48.31 | 34.74 | 18.63 | - |
| YUV | 157.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 109 | 0 | 0.51 | 0.56 | 0.03 | 5.18 | 0.91 | 0.7 |
| Hex | F8 | 79 | 6D | 0 | 33 | 38 | 3 | 5 | 5B | 46 |
| Octal | 370 | 171 | 155 | 0 | 63 | 70 | 3 | 5 | 133 | 106 |
| Binary | 11111000 | 1111001 | 1101101 | 0 | 110011 | 111000 | 11 | 101 | 1011011 | 1000110 |
Color Harmonies of #F8796D
Complementary color
Monochromatic Colors of #F8796D
Black with #F8796D
Text Example
Text Example
White with #F8796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8796D; }
p { color: rgb(248,121,109); }
H1.HeaderClassName
{
color: #F8796D;
}
.AnyTagClassName
{
color: #F8796D;
}
</style>
background-color css
<style>
a { background-color: #F8796D; }
a { background-color: rgb(248,121,109); }
div.DivClassName
{
background-color: #F8796D;
}
.BgClassName
{
background-color: #F8796D;
}
</style>
border-color css
<style>
span { border-color: #F8796D; }
span { border-color: rgb(248,121,109); }
td.TdClassName
{
border-color: #F8796D;
}
.TagClassName
{
border-color: #F8796D;
}
</style>