Shades of Salmon #F7856C
Tints of Salmon #F7856C
RGB
CMYK
RGB Variations
Color information
#F7856C (or 0xF7856C) is known color: Salmon. HEX triplet: F7, 85 and 6C. RGB value is (247,133,108). Sum of RGB (Red+Green+Blue) = 247+133+108=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7856C is #087A93. Grayscale: #A4A4A4. Windows color (decimal): -555668 or 7112183. OLE color: 7112183.
HSL color Cylindrical-coordinate representation of color #F7856C: hue angle of 10.79º 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 #F7856C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 108 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.03 |
| HSL | 10.79º | 0.9% | 0.7% | - |
| HSV(B) | 10.79º | 0.56% | 0.97% | - |
| XYZ | 49.45 | 37.63 | 18.84 | - |
| YUV | 164.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 108 | 0 | 0.46 | 0.56 | 0.03 | 10.79 | 0.9 | 0.7 |
| Hex | F7 | 85 | 6C | 0 | 2E | 38 | 3 | B | 5A | 46 |
| Octal | 367 | 205 | 154 | 0 | 56 | 70 | 3 | 13 | 132 | 106 |
| Binary | 11110111 | 10000101 | 1101100 | 0 | 101110 | 111000 | 11 | 1011 | 1011010 | 1000110 |
Color Harmonies of #F7856C
Complementary color
Monochromatic Colors of #F7856C
Black with #F7856C
Text Example
Text Example
White with #F7856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7856C; }
p { color: rgb(247,133,108); }
H1.HeaderClassName
{
color: #F7856C;
}
.AnyTagClassName
{
color: #F7856C;
}
</style>
background-color css
<style>
a { background-color: #F7856C; }
a { background-color: rgb(247,133,108); }
div.DivClassName
{
background-color: #F7856C;
}
.BgClassName
{
background-color: #F7856C;
}
</style>
border-color css
<style>
span { border-color: #F7856C; }
span { border-color: rgb(247,133,108); }
td.TdClassName
{
border-color: #F7856C;
}
.TagClassName
{
border-color: #F7856C;
}
</style>