Shades of Salmon #F58B6F
Tints of Salmon #F58B6F
RGB
CMYK
RGB Variations
Color information
#F58B6F (or 0xF58B6F) is known color: Salmon. HEX triplet: F5, 8B and 6F. RGB value is (245,139,111). Sum of RGB (Red+Green+Blue) = 245+139+111=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B6F is #0A7490. Grayscale: #A7A7A7. Windows color (decimal): -685201 or 7310325. OLE color: 7310325.
HSL color Cylindrical-coordinate representation of color #F58B6F: hue angle of 12.54º 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 #F58B6F is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 111 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.04 |
| HSL | 12.54º | 0.87% | 0.7% | - |
| HSV(B) | 12.54º | 0.55% | 0.96% | - |
| XYZ | 49.76 | 39.03 | 19.95 | - |
| YUV | 167.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 111 | 0 | 0.43 | 0.55 | 0.04 | 12.54 | 0.87 | 0.7 |
| Hex | F5 | 8B | 6F | 0 | 2B | 37 | 4 | D | 57 | 46 |
| Octal | 365 | 213 | 157 | 0 | 53 | 67 | 4 | 15 | 127 | 106 |
| Binary | 11110101 | 10001011 | 1101111 | 0 | 101011 | 110111 | 100 | 1101 | 1010111 | 1000110 |
Color Harmonies of #F58B6F
Complementary color
Monochromatic Colors of #F58B6F
Black with #F58B6F
Text Example
Text Example
White with #F58B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B6F; }
p { color: rgb(245,139,111); }
H1.HeaderClassName
{
color: #F58B6F;
}
.AnyTagClassName
{
color: #F58B6F;
}
</style>
background-color css
<style>
a { background-color: #F58B6F; }
a { background-color: rgb(245,139,111); }
div.DivClassName
{
background-color: #F58B6F;
}
.BgClassName
{
background-color: #F58B6F;
}
</style>
border-color css
<style>
span { border-color: #F58B6F; }
span { border-color: rgb(245,139,111); }
td.TdClassName
{
border-color: #F58B6F;
}
.TagClassName
{
border-color: #F58B6F;
}
</style>