Shades of Salmon #F58064
Tints of Salmon #F58064
RGB
CMYK
RGB Variations
Color information
#F58064 (or 0xF58064) is known color: Salmon. HEX triplet: F5, 80 and 64. RGB value is (245,128,100). Sum of RGB (Red+Green+Blue) = 245+128+100=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F58064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58064 is #0A7F9B. Grayscale: #A0A0A0. Windows color (decimal): -688028 or 6586613. OLE color: 6586613.
HSL color Cylindrical-coordinate representation of color #F58064: hue angle of 11.59º 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 #F58064 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 100 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 11.59º | 0.88% | 0.68% | - |
| HSV(B) | 11.59º | 0.59% | 0.96% | - |
| XYZ | 47.68 | 35.77 | 16.45 | - |
| YUV | 159.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 100 | 0 | 0.48 | 0.59 | 0.04 | 11.59 | 0.88 | 0.68 |
| Hex | F5 | 80 | 64 | 0 | 30 | 3B | 4 | C | 58 | 44 |
| Octal | 365 | 200 | 144 | 0 | 60 | 73 | 4 | 14 | 130 | 104 |
| Binary | 11110101 | 10000000 | 1100100 | 0 | 110000 | 111011 | 100 | 1100 | 1011000 | 1000100 |
Color Harmonies of #F58064
Complementary color
Monochromatic Colors of #F58064
Black with #F58064
Text Example
Text Example
White with #F58064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58064; }
p { color: rgb(245,128,100); }
H1.HeaderClassName
{
color: #F58064;
}
.AnyTagClassName
{
color: #F58064;
}
</style>
background-color css
<style>
a { background-color: #F58064; }
a { background-color: rgb(245,128,100); }
div.DivClassName
{
background-color: #F58064;
}
.BgClassName
{
background-color: #F58064;
}
</style>
border-color css
<style>
span { border-color: #F58064; }
span { border-color: rgb(245,128,100); }
td.TdClassName
{
border-color: #F58064;
}
.TagClassName
{
border-color: #F58064;
}
</style>