Shades of Salmon #F58B6E
Tints of Salmon #F58B6E
RGB
CMYK
RGB Variations
Color information
#F58B6E (or 0xF58B6E) is known color: Salmon. HEX triplet: F5, 8B and 6E. RGB value is (245,139,110). Sum of RGB (Red+Green+Blue) = 245+139+110=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B6E is #0A7491. Grayscale: #A7A7A7. Windows color (decimal): -685202 or 7244789. OLE color: 7244789.
HSL color Cylindrical-coordinate representation of color #F58B6E: hue angle of 12.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F58B6E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 110 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.04 |
| HSL | 12.89º | 0.87% | 0.7% | - |
| HSV(B) | 12.89º | 0.55% | 0.96% | - |
| XYZ | 49.7 | 39 | 19.66 | - |
| YUV | 167.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 110 | 0 | 0.43 | 0.55 | 0.04 | 12.89 | 0.87 | 0.7 |
| Hex | F5 | 8B | 6E | 0 | 2B | 37 | 4 | D | 57 | 46 |
| Octal | 365 | 213 | 156 | 0 | 53 | 67 | 4 | 15 | 127 | 106 |
| Binary | 11110101 | 10001011 | 1101110 | 0 | 101011 | 110111 | 100 | 1101 | 1010111 | 1000110 |
Color Harmonies of #F58B6E
Complementary color
Monochromatic Colors of #F58B6E
Black with #F58B6E
Text Example
Text Example
White with #F58B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B6E; }
p { color: rgb(245,139,110); }
H1.HeaderClassName
{
color: #F58B6E;
}
.AnyTagClassName
{
color: #F58B6E;
}
</style>
background-color css
<style>
a { background-color: #F58B6E; }
a { background-color: rgb(245,139,110); }
div.DivClassName
{
background-color: #F58B6E;
}
.BgClassName
{
background-color: #F58B6E;
}
</style>
border-color css
<style>
span { border-color: #F58B6E; }
span { border-color: rgb(245,139,110); }
td.TdClassName
{
border-color: #F58B6E;
}
.TagClassName
{
border-color: #F58B6E;
}
</style>