Shades of Salmon #F58067
Tints of Salmon #F58067
RGB
CMYK
RGB Variations
Color information
#F58067 (or 0xF58067) is known color: Salmon. HEX triplet: F5, 80 and 67. RGB value is (245,128,103). Sum of RGB (Red+Green+Blue) = 245+128+103=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F58067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58067 is #0A7F98. Grayscale: #A0A0A0. Windows color (decimal): -688025 or 6783221. OLE color: 6783221.
HSL color Cylindrical-coordinate representation of color #F58067: hue angle of 10.56º 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 #F58067 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 103 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.04 |
| HSL | 10.56º | 0.88% | 0.68% | - |
| HSV(B) | 10.56º | 0.58% | 0.96% | - |
| XYZ | 47.82 | 35.83 | 17.23 | - |
| YUV | 160.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 103 | 0 | 0.48 | 0.58 | 0.04 | 10.56 | 0.88 | 0.68 |
| Hex | F5 | 80 | 67 | 0 | 30 | 3A | 4 | B | 58 | 44 |
| Octal | 365 | 200 | 147 | 0 | 60 | 72 | 4 | 13 | 130 | 104 |
| Binary | 11110101 | 10000000 | 1100111 | 0 | 110000 | 111010 | 100 | 1011 | 1011000 | 1000100 |
Color Harmonies of #F58067
Complementary color
Monochromatic Colors of #F58067
Black with #F58067
Text Example
Text Example
White with #F58067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58067; }
p { color: rgb(245,128,103); }
H1.HeaderClassName
{
color: #F58067;
}
.AnyTagClassName
{
color: #F58067;
}
</style>
background-color css
<style>
a { background-color: #F58067; }
a { background-color: rgb(245,128,103); }
div.DivClassName
{
background-color: #F58067;
}
.BgClassName
{
background-color: #F58067;
}
</style>
border-color css
<style>
span { border-color: #F58067; }
span { border-color: rgb(245,128,103); }
td.TdClassName
{
border-color: #F58067;
}
.TagClassName
{
border-color: #F58067;
}
</style>