Shades of Salmon #F78A73
Tints of Salmon #F78A73
RGB
CMYK
RGB Variations
Color information
#F78A73 (or 0xF78A73) is known color: Salmon. HEX triplet: F7, 8A and 73. RGB value is (247,138,115). Sum of RGB (Red+Green+Blue) = 247+138+115=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A73 is #08758C. Grayscale: #A8A8A8. Windows color (decimal): -554381 or 7572215. OLE color: 7572215.
HSL color Cylindrical-coordinate representation of color #F78A73: hue angle of 10.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78A73 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 115 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.03 |
| HSL | 10.45º | 0.89% | 0.71% | - |
| HSV(B) | 10.45º | 0.53% | 0.97% | - |
| XYZ | 50.54 | 39.19 | 21.12 | - |
| YUV | 167.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 115 | 0 | 0.44 | 0.53 | 0.03 | 10.45 | 0.89 | 0.71 |
| Hex | F7 | 8A | 73 | 0 | 2C | 35 | 3 | A | 59 | 47 |
| Octal | 367 | 212 | 163 | 0 | 54 | 65 | 3 | 12 | 131 | 107 |
| Binary | 11110111 | 10001010 | 1110011 | 0 | 101100 | 110101 | 11 | 1010 | 1011001 | 1000111 |
Color Harmonies of #F78A73
Complementary color
Monochromatic Colors of #F78A73
Black with #F78A73
Text Example
Text Example
White with #F78A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A73; }
p { color: rgb(247,138,115); }
H1.HeaderClassName
{
color: #F78A73;
}
.AnyTagClassName
{
color: #F78A73;
}
</style>
background-color css
<style>
a { background-color: #F78A73; }
a { background-color: rgb(247,138,115); }
div.DivClassName
{
background-color: #F78A73;
}
.BgClassName
{
background-color: #F78A73;
}
</style>
border-color css
<style>
span { border-color: #F78A73; }
span { border-color: rgb(247,138,115); }
td.TdClassName
{
border-color: #F78A73;
}
.TagClassName
{
border-color: #F78A73;
}
</style>