Shades of Salmon #F5866D
Tints of Salmon #F5866D
RGB
CMYK
RGB Variations
Color information
#F5866D (or 0xF5866D) is known color: Salmon. HEX triplet: F5, 86 and 6D. RGB value is (245,134,109). Sum of RGB (Red+Green+Blue) = 245+134+109=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5866D is #0A7992. Grayscale: #A4A4A4. Windows color (decimal): -686483 or 7177973. OLE color: 7177973.
HSL color Cylindrical-coordinate representation of color #F5866D: hue angle of 11.03º 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 #F5866D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 109 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.04 |
| HSL | 11.03º | 0.87% | 0.69% | - |
| HSV(B) | 11.03º | 0.56% | 0.96% | - |
| XYZ | 48.94 | 37.57 | 19.14 | - |
| YUV | 164.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 109 | 0 | 0.45 | 0.56 | 0.04 | 11.03 | 0.87 | 0.69 |
| Hex | F5 | 86 | 6D | 0 | 2D | 38 | 4 | B | 57 | 45 |
| Octal | 365 | 206 | 155 | 0 | 55 | 70 | 4 | 13 | 127 | 105 |
| Binary | 11110101 | 10000110 | 1101101 | 0 | 101101 | 111000 | 100 | 1011 | 1010111 | 1000101 |
Color Harmonies of #F5866D
Complementary color
Monochromatic Colors of #F5866D
Black with #F5866D
Text Example
Text Example
White with #F5866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5866D; }
p { color: rgb(245,134,109); }
H1.HeaderClassName
{
color: #F5866D;
}
.AnyTagClassName
{
color: #F5866D;
}
</style>
background-color css
<style>
a { background-color: #F5866D; }
a { background-color: rgb(245,134,109); }
div.DivClassName
{
background-color: #F5866D;
}
.BgClassName
{
background-color: #F5866D;
}
</style>
border-color css
<style>
span { border-color: #F5866D; }
span { border-color: rgb(245,134,109); }
td.TdClassName
{
border-color: #F5866D;
}
.TagClassName
{
border-color: #F5866D;
}
</style>