Shades of Salmon #F7836D
Tints of Salmon #F7836D
RGB
CMYK
RGB Variations
Color information
#F7836D (or 0xF7836D) is known color: Salmon. HEX triplet: F7, 83 and 6D. RGB value is (247,131,109). Sum of RGB (Red+Green+Blue) = 247+131+109=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7836D is #087C92. Grayscale: #A3A3A3. Windows color (decimal): -556179 or 7177207. OLE color: 7177207.
HSL color Cylindrical-coordinate representation of color #F7836D: hue angle of 9.57º 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 #F7836D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 9.57º | 0.9% | 0.7% | - |
| HSV(B) | 9.57º | 0.56% | 0.97% | - |
| XYZ | 49.23 | 37.11 | 19.04 | - |
| YUV | 163.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 109 | 0 | 0.47 | 0.56 | 0.03 | 9.57 | 0.9 | 0.7 |
| Hex | F7 | 83 | 6D | 0 | 2F | 38 | 3 | A | 5A | 46 |
| Octal | 367 | 203 | 155 | 0 | 57 | 70 | 3 | 12 | 132 | 106 |
| Binary | 11110111 | 10000011 | 1101101 | 0 | 101111 | 111000 | 11 | 1010 | 1011010 | 1000110 |
Color Harmonies of #F7836D
Complementary color
Monochromatic Colors of #F7836D
Black with #F7836D
Text Example
Text Example
White with #F7836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7836D; }
p { color: rgb(247,131,109); }
H1.HeaderClassName
{
color: #F7836D;
}
.AnyTagClassName
{
color: #F7836D;
}
</style>
background-color css
<style>
a { background-color: #F7836D; }
a { background-color: rgb(247,131,109); }
div.DivClassName
{
background-color: #F7836D;
}
.BgClassName
{
background-color: #F7836D;
}
</style>
border-color css
<style>
span { border-color: #F7836D; }
span { border-color: rgb(247,131,109); }
td.TdClassName
{
border-color: #F7836D;
}
.TagClassName
{
border-color: #F7836D;
}
</style>