Shades of Salmon #F58873
Tints of Salmon #F58873
RGB
CMYK
RGB Variations
Color information
#F58873 (or 0xF58873) is known color: Salmon. HEX triplet: F5, 88 and 73. RGB value is (245,136,115). Sum of RGB (Red+Green+Blue) = 245+136+115=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F58873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58873 is #0A778C. Grayscale: #A6A6A6. Windows color (decimal): -685965 or 7571701. OLE color: 7571701.
HSL color Cylindrical-coordinate representation of color #F58873: hue angle of 9.69º 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 #F58873 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 115 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.04 |
| HSL | 9.69º | 0.87% | 0.71% | - |
| HSV(B) | 9.69º | 0.53% | 0.96% | - |
| XYZ | 49.55 | 38.26 | 20.99 | - |
| YUV | 166.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 115 | 0 | 0.44 | 0.53 | 0.04 | 9.69 | 0.87 | 0.71 |
| Hex | F5 | 88 | 73 | 0 | 2C | 35 | 4 | A | 57 | 47 |
| Octal | 365 | 210 | 163 | 0 | 54 | 65 | 4 | 12 | 127 | 107 |
| Binary | 11110101 | 10001000 | 1110011 | 0 | 101100 | 110101 | 100 | 1010 | 1010111 | 1000111 |
Color Harmonies of #F58873
Complementary color
Monochromatic Colors of #F58873
Black with #F58873
Text Example
Text Example
White with #F58873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58873; }
p { color: rgb(245,136,115); }
H1.HeaderClassName
{
color: #F58873;
}
.AnyTagClassName
{
color: #F58873;
}
</style>
background-color css
<style>
a { background-color: #F58873; }
a { background-color: rgb(245,136,115); }
div.DivClassName
{
background-color: #F58873;
}
.BgClassName
{
background-color: #F58873;
}
</style>
border-color css
<style>
span { border-color: #F58873; }
span { border-color: rgb(245,136,115); }
td.TdClassName
{
border-color: #F58873;
}
.TagClassName
{
border-color: #F58873;
}
</style>