Shades of Salmon #F58B6C
Tints of Salmon #F58B6C
RGB
CMYK
RGB Variations
Color information
#F58B6C (or 0xF58B6C) is known color: Salmon. HEX triplet: F5, 8B and 6C. RGB value is (245,139,108). Sum of RGB (Red+Green+Blue) = 245+139+108=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B6C is #0A7493. Grayscale: #A7A7A7. Windows color (decimal): -685204 or 7113717. OLE color: 7113717.
HSL color Cylindrical-coordinate representation of color #F58B6C: hue angle of 13.58º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F58B6C is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 108 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.04 |
| HSL | 13.58º | 0.87% | 0.69% | - |
| HSV(B) | 13.58º | 0.56% | 0.96% | - |
| XYZ | 49.6 | 38.96 | 19.09 | - |
| YUV | 167.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 108 | 0 | 0.43 | 0.56 | 0.04 | 13.58 | 0.87 | 0.69 |
| Hex | F5 | 8B | 6C | 0 | 2B | 38 | 4 | E | 57 | 45 |
| Octal | 365 | 213 | 154 | 0 | 53 | 70 | 4 | 16 | 127 | 105 |
| Binary | 11110101 | 10001011 | 1101100 | 0 | 101011 | 111000 | 100 | 1110 | 1010111 | 1000101 |
Color Harmonies of #F58B6C
Complementary color
Monochromatic Colors of #F58B6C
Black with #F58B6C
Text Example
Text Example
White with #F58B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B6C; }
p { color: rgb(245,139,108); }
H1.HeaderClassName
{
color: #F58B6C;
}
.AnyTagClassName
{
color: #F58B6C;
}
</style>
background-color css
<style>
a { background-color: #F58B6C; }
a { background-color: rgb(245,139,108); }
div.DivClassName
{
background-color: #F58B6C;
}
.BgClassName
{
background-color: #F58B6C;
}
</style>
border-color css
<style>
span { border-color: #F58B6C; }
span { border-color: rgb(245,139,108); }
td.TdClassName
{
border-color: #F58B6C;
}
.TagClassName
{
border-color: #F58B6C;
}
</style>