Shades of Salmon #F7816D
Tints of Salmon #F7816D
RGB
CMYK
RGB Variations
Color information
#F7816D (or 0xF7816D) is known color: Salmon. HEX triplet: F7, 81 and 6D. RGB value is (247,129,109). Sum of RGB (Red+Green+Blue) = 247+129+109=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7816D is #087E92. Grayscale: #A2A2A2. Windows color (decimal): -556691 or 7176695. OLE color: 7176695.
HSL color Cylindrical-coordinate representation of color #F7816D: hue angle of 8.7º degrees, saturation: 0.9, 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 #F7816D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 109 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.03 |
| HSL | 8.7º | 0.9% | 0.7% | - |
| HSV(B) | 8.7º | 0.56% | 0.97% | - |
| XYZ | 48.97 | 36.58 | 18.95 | - |
| YUV | 162 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 109 | 0 | 0.48 | 0.56 | 0.03 | 8.7 | 0.9 | 0.7 |
| Hex | F7 | 81 | 6D | 0 | 30 | 38 | 3 | 9 | 5A | 46 |
| Octal | 367 | 201 | 155 | 0 | 60 | 70 | 3 | 11 | 132 | 106 |
| Binary | 11110111 | 10000001 | 1101101 | 0 | 110000 | 111000 | 11 | 1001 | 1011010 | 1000110 |
Color Harmonies of #F7816D
Complementary color
Monochromatic Colors of #F7816D
Black with #F7816D
Text Example
Text Example
White with #F7816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7816D; }
p { color: rgb(247,129,109); }
H1.HeaderClassName
{
color: #F7816D;
}
.AnyTagClassName
{
color: #F7816D;
}
</style>
background-color css
<style>
a { background-color: #F7816D; }
a { background-color: rgb(247,129,109); }
div.DivClassName
{
background-color: #F7816D;
}
.BgClassName
{
background-color: #F7816D;
}
</style>
border-color css
<style>
span { border-color: #F7816D; }
span { border-color: rgb(247,129,109); }
td.TdClassName
{
border-color: #F7816D;
}
.TagClassName
{
border-color: #F7816D;
}
</style>