Shades of Salmon #F58679
Tints of Salmon #F58679
RGB
CMYK
RGB Variations
Color information
#F58679 (or 0xF58679) is known color: Salmon. HEX triplet: F5, 86 and 79. RGB value is (245,134,121). Sum of RGB (Red+Green+Blue) = 245+134+121=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F58679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58679 is #0A7986. Grayscale: #A5A5A5. Windows color (decimal): -686471 or 7964405. OLE color: 7964405.
HSL color Cylindrical-coordinate representation of color #F58679: hue angle of 6.29º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F58679 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 121 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.04 |
| HSL | 6.29º | 0.86% | 0.72% | - |
| HSV(B) | 6.29º | 0.51% | 0.96% | - |
| XYZ | 49.63 | 37.84 | 22.78 | - |
| YUV | 165.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 121 | 0 | 0.45 | 0.51 | 0.04 | 6.29 | 0.86 | 0.72 |
| Hex | F5 | 86 | 79 | 0 | 2D | 33 | 4 | 6 | 56 | 48 |
| Octal | 365 | 206 | 171 | 0 | 55 | 63 | 4 | 6 | 126 | 110 |
| Binary | 11110101 | 10000110 | 1111001 | 0 | 101101 | 110011 | 100 | 110 | 1010110 | 1001000 |
Color Harmonies of #F58679
Complementary color
Monochromatic Colors of #F58679
Black with #F58679
Text Example
Text Example
White with #F58679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58679; }
p { color: rgb(245,134,121); }
H1.HeaderClassName
{
color: #F58679;
}
.AnyTagClassName
{
color: #F58679;
}
</style>
background-color css
<style>
a { background-color: #F58679; }
a { background-color: rgb(245,134,121); }
div.DivClassName
{
background-color: #F58679;
}
.BgClassName
{
background-color: #F58679;
}
</style>
border-color css
<style>
span { border-color: #F58679; }
span { border-color: rgb(245,134,121); }
td.TdClassName
{
border-color: #F58679;
}
.TagClassName
{
border-color: #F58679;
}
</style>