Shades of Salmon #F78679
Tints of Salmon #F78679
RGB
CMYK
RGB Variations
Color information
#F78679 (or 0xF78679) is known color: Salmon. HEX triplet: F7, 86 and 79. RGB value is (247,134,121). Sum of RGB (Red+Green+Blue) = 247+134+121=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F78679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78679 is #087986. Grayscale: #A6A6A6. Windows color (decimal): -555399 or 7964407. OLE color: 7964407.
HSL color Cylindrical-coordinate representation of color #F78679: hue angle of 6.19º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F78679 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 121 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.03 |
| HSL | 6.19º | 0.89% | 0.72% | - |
| HSV(B) | 6.19º | 0.51% | 0.97% | - |
| XYZ | 50.33 | 38.2 | 22.81 | - |
| YUV | 166.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 121 | 0 | 0.46 | 0.51 | 0.03 | 6.19 | 0.89 | 0.72 |
| Hex | F7 | 86 | 79 | 0 | 2E | 33 | 3 | 6 | 59 | 48 |
| Octal | 367 | 206 | 171 | 0 | 56 | 63 | 3 | 6 | 131 | 110 |
| Binary | 11110111 | 10000110 | 1111001 | 0 | 101110 | 110011 | 11 | 110 | 1011001 | 1001000 |
Color Harmonies of #F78679
Complementary color
Monochromatic Colors of #F78679
Black with #F78679
Text Example
Text Example
White with #F78679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78679; }
p { color: rgb(247,134,121); }
H1.HeaderClassName
{
color: #F78679;
}
.AnyTagClassName
{
color: #F78679;
}
</style>
background-color css
<style>
a { background-color: #F78679; }
a { background-color: rgb(247,134,121); }
div.DivClassName
{
background-color: #F78679;
}
.BgClassName
{
background-color: #F78679;
}
</style>
border-color css
<style>
span { border-color: #F78679; }
span { border-color: rgb(247,134,121); }
td.TdClassName
{
border-color: #F78679;
}
.TagClassName
{
border-color: #F78679;
}
</style>