Shades of Salmon #F7896D
Tints of Salmon #F7896D
RGB
CMYK
RGB Variations
Color information
#F7896D (or 0xF7896D) is known color: Salmon. HEX triplet: F7, 89 and 6D. RGB value is (247,137,109). Sum of RGB (Red+Green+Blue) = 247+137+109=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7896D is #087692. Grayscale: #A6A6A6. Windows color (decimal): -554643 or 7178743. OLE color: 7178743.
HSL color Cylindrical-coordinate representation of color #F7896D: hue angle of 12.17º 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 #F7896D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 109 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.03 |
| HSL | 12.17º | 0.9% | 0.7% | - |
| HSV(B) | 12.17º | 0.56% | 0.97% | - |
| XYZ | 50.06 | 38.77 | 19.31 | - |
| YUV | 166.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 109 | 0 | 0.45 | 0.56 | 0.03 | 12.17 | 0.9 | 0.7 |
| Hex | F7 | 89 | 6D | 0 | 2D | 38 | 3 | C | 5A | 46 |
| Octal | 367 | 211 | 155 | 0 | 55 | 70 | 3 | 14 | 132 | 106 |
| Binary | 11110111 | 10001001 | 1101101 | 0 | 101101 | 111000 | 11 | 1100 | 1011010 | 1000110 |
Color Harmonies of #F7896D
Complementary color
Monochromatic Colors of #F7896D
Black with #F7896D
Text Example
Text Example
White with #F7896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7896D; }
p { color: rgb(247,137,109); }
H1.HeaderClassName
{
color: #F7896D;
}
.AnyTagClassName
{
color: #F7896D;
}
</style>
background-color css
<style>
a { background-color: #F7896D; }
a { background-color: rgb(247,137,109); }
div.DivClassName
{
background-color: #F7896D;
}
.BgClassName
{
background-color: #F7896D;
}
</style>
border-color css
<style>
span { border-color: #F7896D; }
span { border-color: rgb(247,137,109); }
td.TdClassName
{
border-color: #F7896D;
}
.TagClassName
{
border-color: #F7896D;
}
</style>