Shades of Salmon #F5786B
Tints of Salmon #F5786B
RGB
CMYK
RGB Variations
Color information
#F5786B (or 0xF5786B) is known color: Salmon. HEX triplet: F5, 78 and 6B. RGB value is (245,120,107). Sum of RGB (Red+Green+Blue) = 245+120+107=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5786B is #0A8794. Grayscale: #9C9C9C. Windows color (decimal): -690069 or 7043317. OLE color: 7043317.
HSL color Cylindrical-coordinate representation of color #F5786B: hue angle of 5.65º 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 #F5786B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 107 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.04 |
| HSL | 5.65º | 0.87% | 0.69% | - |
| HSV(B) | 5.65º | 0.56% | 0.96% | - |
| XYZ | 47.03 | 33.91 | 17.98 | - |
| YUV | 155.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 107 | 0 | 0.51 | 0.56 | 0.04 | 5.65 | 0.87 | 0.69 |
| Hex | F5 | 78 | 6B | 0 | 33 | 38 | 4 | 6 | 57 | 45 |
| Octal | 365 | 170 | 153 | 0 | 63 | 70 | 4 | 6 | 127 | 105 |
| Binary | 11110101 | 1111000 | 1101011 | 0 | 110011 | 111000 | 100 | 110 | 1010111 | 1000101 |
Color Harmonies of #F5786B
Complementary color
Monochromatic Colors of #F5786B
Black with #F5786B
Text Example
Text Example
White with #F5786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5786B; }
p { color: rgb(245,120,107); }
H1.HeaderClassName
{
color: #F5786B;
}
.AnyTagClassName
{
color: #F5786B;
}
</style>
background-color css
<style>
a { background-color: #F5786B; }
a { background-color: rgb(245,120,107); }
div.DivClassName
{
background-color: #F5786B;
}
.BgClassName
{
background-color: #F5786B;
}
</style>
border-color css
<style>
span { border-color: #F5786B; }
span { border-color: rgb(245,120,107); }
td.TdClassName
{
border-color: #F5786B;
}
.TagClassName
{
border-color: #F5786B;
}
</style>