Shades of Salmon #F5786D
Tints of Salmon #F5786D
RGB
CMYK
RGB Variations
Color information
#F5786D (or 0xF5786D) is known color: Salmon. HEX triplet: F5, 78 and 6D. RGB value is (245,120,109). Sum of RGB (Red+Green+Blue) = 245+120+109=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5786D is #0A8792. Grayscale: #9C9C9C. Windows color (decimal): -690067 or 7174389. OLE color: 7174389.
HSL color Cylindrical-coordinate representation of color #F5786D: hue angle of 4.85º 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 #F5786D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 109 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.04 |
| HSL | 4.85º | 0.87% | 0.69% | - |
| HSV(B) | 4.85º | 0.56% | 0.96% | - |
| XYZ | 47.13 | 33.95 | 18.54 | - |
| YUV | 156.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 109 | 0 | 0.51 | 0.56 | 0.04 | 4.85 | 0.87 | 0.69 |
| Hex | F5 | 78 | 6D | 0 | 33 | 38 | 4 | 5 | 57 | 45 |
| Octal | 365 | 170 | 155 | 0 | 63 | 70 | 4 | 5 | 127 | 105 |
| Binary | 11110101 | 1111000 | 1101101 | 0 | 110011 | 111000 | 100 | 101 | 1010111 | 1000101 |
Color Harmonies of #F5786D
Complementary color
Monochromatic Colors of #F5786D
Black with #F5786D
Text Example
Text Example
White with #F5786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5786D; }
p { color: rgb(245,120,109); }
H1.HeaderClassName
{
color: #F5786D;
}
.AnyTagClassName
{
color: #F5786D;
}
</style>
background-color css
<style>
a { background-color: #F5786D; }
a { background-color: rgb(245,120,109); }
div.DivClassName
{
background-color: #F5786D;
}
.BgClassName
{
background-color: #F5786D;
}
</style>
border-color css
<style>
span { border-color: #F5786D; }
span { border-color: rgb(245,120,109); }
td.TdClassName
{
border-color: #F5786D;
}
.TagClassName
{
border-color: #F5786D;
}
</style>