Shades of Salmon #F58063
Tints of Salmon #F58063
RGB
CMYK
RGB Variations
Color information
#F58063 (or 0xF58063) is known color: Salmon. HEX triplet: F5, 80 and 63. RGB value is (245,128,99). Sum of RGB (Red+Green+Blue) = 245+128+99=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F58063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58063 is #0A7F9C. Grayscale: #9F9F9F. Windows color (decimal): -688029 or 6521077. OLE color: 6521077.
HSL color Cylindrical-coordinate representation of color #F58063: hue angle of 11.92º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F58063 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 99 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.04 |
| HSL | 11.92º | 0.88% | 0.67% | - |
| HSV(B) | 11.92º | 0.6% | 0.96% | - |
| XYZ | 47.63 | 35.75 | 16.19 | - |
| YUV | 159.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 99 | 0 | 0.48 | 0.60 | 0.04 | 11.92 | 0.88 | 0.67 |
| Hex | F5 | 80 | 63 | 0 | 30 | 3C | 4 | C | 58 | 43 |
| Octal | 365 | 200 | 143 | 0 | 60 | 74 | 4 | 14 | 130 | 103 |
| Binary | 11110101 | 10000000 | 1100011 | 0 | 110000 | 111100 | 100 | 1100 | 1011000 | 1000011 |
Color Harmonies of #F58063
Complementary color
Monochromatic Colors of #F58063
Black with #F58063
Text Example
Text Example
White with #F58063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58063; }
p { color: rgb(245,128,99); }
H1.HeaderClassName
{
color: #F58063;
}
.AnyTagClassName
{
color: #F58063;
}
</style>
background-color css
<style>
a { background-color: #F58063; }
a { background-color: rgb(245,128,99); }
div.DivClassName
{
background-color: #F58063;
}
.BgClassName
{
background-color: #F58063;
}
</style>
border-color css
<style>
span { border-color: #F58063; }
span { border-color: rgb(245,128,99); }
td.TdClassName
{
border-color: #F58063;
}
.TagClassName
{
border-color: #F58063;
}
</style>