Shades of Salmon #F58765
Tints of Salmon #F58765
RGB
CMYK
RGB Variations
Color information
#F58765 (or 0xF58765) is known color: Salmon. HEX triplet: F5, 87 and 65. RGB value is (245,135,101). Sum of RGB (Red+Green+Blue) = 245+135+101=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F58765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58765 is #0A789A. Grayscale: #A4A4A4. Windows color (decimal): -686235 or 6653941. OLE color: 6653941.
HSL color Cylindrical-coordinate representation of color #F58765: hue angle of 14.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58765 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 101 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.04 |
| HSL | 14.17º | 0.88% | 0.68% | - |
| HSV(B) | 14.17º | 0.59% | 0.96% | - |
| XYZ | 48.67 | 37.68 | 17.02 | - |
| YUV | 164.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 101 | 0 | 0.45 | 0.59 | 0.04 | 14.17 | 0.88 | 0.68 |
| Hex | F5 | 87 | 65 | 0 | 2D | 3B | 4 | E | 58 | 44 |
| Octal | 365 | 207 | 145 | 0 | 55 | 73 | 4 | 16 | 130 | 104 |
| Binary | 11110101 | 10000111 | 1100101 | 0 | 101101 | 111011 | 100 | 1110 | 1011000 | 1000100 |
Color Harmonies of #F58765
Complementary color
Monochromatic Colors of #F58765
Black with #F58765
Text Example
Text Example
White with #F58765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58765; }
p { color: rgb(245,135,101); }
H1.HeaderClassName
{
color: #F58765;
}
.AnyTagClassName
{
color: #F58765;
}
</style>
background-color css
<style>
a { background-color: #F58765; }
a { background-color: rgb(245,135,101); }
div.DivClassName
{
background-color: #F58765;
}
.BgClassName
{
background-color: #F58765;
}
</style>
border-color css
<style>
span { border-color: #F58765; }
span { border-color: rgb(245,135,101); }
td.TdClassName
{
border-color: #F58765;
}
.TagClassName
{
border-color: #F58765;
}
</style>