Shades of Salmon #F58876
Tints of Salmon #F58876
RGB
CMYK
RGB Variations
Color information
#F58876 (or 0xF58876) is known color: Salmon. HEX triplet: F5, 88 and 76. RGB value is (245,136,118). Sum of RGB (Red+Green+Blue) = 245+136+118=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F58876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58876 is #0A7789. Grayscale: #A6A6A6. Windows color (decimal): -685962 or 7768309. OLE color: 7768309.
HSL color Cylindrical-coordinate representation of color #F58876: hue angle of 8.5º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58876 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 118 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.04 |
| HSL | 8.5º | 0.86% | 0.71% | - |
| HSV(B) | 8.5º | 0.52% | 0.96% | - |
| XYZ | 49.73 | 38.33 | 21.92 | - |
| YUV | 166.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 118 | 0 | 0.44 | 0.52 | 0.04 | 8.5 | 0.86 | 0.71 |
| Hex | F5 | 88 | 76 | 0 | 2C | 34 | 4 | 9 | 56 | 47 |
| Octal | 365 | 210 | 166 | 0 | 54 | 64 | 4 | 11 | 126 | 107 |
| Binary | 11110101 | 10001000 | 1110110 | 0 | 101100 | 110100 | 100 | 1001 | 1010110 | 1000111 |
Color Harmonies of #F58876
Complementary color
Monochromatic Colors of #F58876
Black with #F58876
Text Example
Text Example
White with #F58876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58876; }
p { color: rgb(245,136,118); }
H1.HeaderClassName
{
color: #F58876;
}
.AnyTagClassName
{
color: #F58876;
}
</style>
background-color css
<style>
a { background-color: #F58876; }
a { background-color: rgb(245,136,118); }
div.DivClassName
{
background-color: #F58876;
}
.BgClassName
{
background-color: #F58876;
}
</style>
border-color css
<style>
span { border-color: #F58876; }
span { border-color: rgb(245,136,118); }
td.TdClassName
{
border-color: #F58876;
}
.TagClassName
{
border-color: #F58876;
}
</style>