Shades of Salmon #F78A74
Tints of Salmon #F78A74
RGB
CMYK
RGB Variations
Color information
#F78A74 (or 0xF78A74) is known color: Salmon. HEX triplet: F7, 8A and 74. RGB value is (247,138,116). Sum of RGB (Red+Green+Blue) = 247+138+116=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A74 is #08758B. Grayscale: #A8A8A8. Windows color (decimal): -554380 or 7637751. OLE color: 7637751.
HSL color Cylindrical-coordinate representation of color #F78A74: hue angle of 10.08º 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 #F78A74 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 116 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.03 |
| HSL | 10.08º | 0.89% | 0.71% | - |
| HSV(B) | 10.08º | 0.53% | 0.97% | - |
| XYZ | 50.6 | 39.21 | 21.42 | - |
| YUV | 168.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 116 | 0 | 0.44 | 0.53 | 0.03 | 10.08 | 0.89 | 0.71 |
| Hex | F7 | 8A | 74 | 0 | 2C | 35 | 3 | A | 59 | 47 |
| Octal | 367 | 212 | 164 | 0 | 54 | 65 | 3 | 12 | 131 | 107 |
| Binary | 11110111 | 10001010 | 1110100 | 0 | 101100 | 110101 | 11 | 1010 | 1011001 | 1000111 |
Color Harmonies of #F78A74
Complementary color
Monochromatic Colors of #F78A74
Black with #F78A74
Text Example
Text Example
White with #F78A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A74; }
p { color: rgb(247,138,116); }
H1.HeaderClassName
{
color: #F78A74;
}
.AnyTagClassName
{
color: #F78A74;
}
</style>
background-color css
<style>
a { background-color: #F78A74; }
a { background-color: rgb(247,138,116); }
div.DivClassName
{
background-color: #F78A74;
}
.BgClassName
{
background-color: #F78A74;
}
</style>
border-color css
<style>
span { border-color: #F78A74; }
span { border-color: rgb(247,138,116); }
td.TdClassName
{
border-color: #F78A74;
}
.TagClassName
{
border-color: #F78A74;
}
</style>