Shades of Salmon #F58D73
Tints of Salmon #F58D73
RGB
CMYK
RGB Variations
Color information
#F58D73 (or 0xF58D73) is known color: Salmon. HEX triplet: F5, 8D and 73. RGB value is (245,141,115). Sum of RGB (Red+Green+Blue) = 245+141+115=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D73 is #0A728C. Grayscale: #A9A9A9. Windows color (decimal): -684685 or 7572981. OLE color: 7572981.
HSL color Cylindrical-coordinate representation of color #F58D73: hue angle of 12º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58D73 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 115 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.04 |
| HSL | 12º | 0.87% | 0.71% | - |
| HSV(B) | 12º | 0.53% | 0.96% | - |
| XYZ | 50.28 | 39.7 | 21.23 | - |
| YUV | 169.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 115 | 0 | 0.42 | 0.53 | 0.04 | 12 | 0.87 | 0.71 |
| Hex | F5 | 8D | 73 | 0 | 2A | 35 | 4 | C | 57 | 47 |
| Octal | 365 | 215 | 163 | 0 | 52 | 65 | 4 | 14 | 127 | 107 |
| Binary | 11110101 | 10001101 | 1110011 | 0 | 101010 | 110101 | 100 | 1100 | 1010111 | 1000111 |
Color Harmonies of #F58D73
Complementary color
Monochromatic Colors of #F58D73
Black with #F58D73
Text Example
Text Example
White with #F58D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D73; }
p { color: rgb(245,141,115); }
H1.HeaderClassName
{
color: #F58D73;
}
.AnyTagClassName
{
color: #F58D73;
}
</style>
background-color css
<style>
a { background-color: #F58D73; }
a { background-color: rgb(245,141,115); }
div.DivClassName
{
background-color: #F58D73;
}
.BgClassName
{
background-color: #F58D73;
}
</style>
border-color css
<style>
span { border-color: #F58D73; }
span { border-color: rgb(245,141,115); }
td.TdClassName
{
border-color: #F58D73;
}
.TagClassName
{
border-color: #F58D73;
}
</style>