Shades of Salmon #F58967
Tints of Salmon #F58967
RGB
CMYK
RGB Variations
Color information
#F58967 (or 0xF58967) is known color: Salmon. HEX triplet: F5, 89 and 67. RGB value is (245,137,103). Sum of RGB (Red+Green+Blue) = 245+137+103=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F58967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58967 is #0A7698. Grayscale: #A5A5A5. Windows color (decimal): -685721 or 6785525. OLE color: 6785525.
HSL color Cylindrical-coordinate representation of color #F58967: hue angle of 14.37º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58967 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 103 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.04 |
| HSL | 14.37º | 0.88% | 0.68% | - |
| HSV(B) | 14.37º | 0.58% | 0.96% | - |
| XYZ | 49.05 | 38.28 | 17.64 | - |
| YUV | 165.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 103 | 0 | 0.44 | 0.58 | 0.04 | 14.37 | 0.88 | 0.68 |
| Hex | F5 | 89 | 67 | 0 | 2C | 3A | 4 | E | 58 | 44 |
| Octal | 365 | 211 | 147 | 0 | 54 | 72 | 4 | 16 | 130 | 104 |
| Binary | 11110101 | 10001001 | 1100111 | 0 | 101100 | 111010 | 100 | 1110 | 1011000 | 1000100 |
Color Harmonies of #F58967
Complementary color
Monochromatic Colors of #F58967
Black with #F58967
Text Example
Text Example
White with #F58967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58967; }
p { color: rgb(245,137,103); }
H1.HeaderClassName
{
color: #F58967;
}
.AnyTagClassName
{
color: #F58967;
}
</style>
background-color css
<style>
a { background-color: #F58967; }
a { background-color: rgb(245,137,103); }
div.DivClassName
{
background-color: #F58967;
}
.BgClassName
{
background-color: #F58967;
}
</style>
border-color css
<style>
span { border-color: #F58967; }
span { border-color: rgb(245,137,103); }
td.TdClassName
{
border-color: #F58967;
}
.TagClassName
{
border-color: #F58967;
}
</style>