Shades of Salmon #F5786C
Tints of Salmon #F5786C
RGB
CMYK
RGB Variations
Color information
#F5786C (or 0xF5786C) is known color: Salmon. HEX triplet: F5, 78 and 6C. RGB value is (245,120,108). Sum of RGB (Red+Green+Blue) = 245+120+108=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5786C is #0A8793. Grayscale: #9C9C9C. Windows color (decimal): -690068 or 7108853. OLE color: 7108853.
HSL color Cylindrical-coordinate representation of color #F5786C: hue angle of 5.26º 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 #F5786C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 108 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.04 |
| HSL | 5.26º | 0.87% | 0.69% | - |
| HSV(B) | 5.26º | 0.56% | 0.96% | - |
| XYZ | 47.08 | 33.93 | 18.25 | - |
| YUV | 156.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 108 | 0 | 0.51 | 0.56 | 0.04 | 5.26 | 0.87 | 0.69 |
| Hex | F5 | 78 | 6C | 0 | 33 | 38 | 4 | 5 | 57 | 45 |
| Octal | 365 | 170 | 154 | 0 | 63 | 70 | 4 | 5 | 127 | 105 |
| Binary | 11110101 | 1111000 | 1101100 | 0 | 110011 | 111000 | 100 | 101 | 1010111 | 1000101 |
Color Harmonies of #F5786C
Complementary color
Monochromatic Colors of #F5786C
Black with #F5786C
Text Example
Text Example
White with #F5786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5786C; }
p { color: rgb(245,120,108); }
H1.HeaderClassName
{
color: #F5786C;
}
.AnyTagClassName
{
color: #F5786C;
}
</style>
background-color css
<style>
a { background-color: #F5786C; }
a { background-color: rgb(245,120,108); }
div.DivClassName
{
background-color: #F5786C;
}
.BgClassName
{
background-color: #F5786C;
}
</style>
border-color css
<style>
span { border-color: #F5786C; }
span { border-color: rgb(245,120,108); }
td.TdClassName
{
border-color: #F5786C;
}
.TagClassName
{
border-color: #F5786C;
}
</style>