Shades of Salmon #F5876D
Tints of Salmon #F5876D
RGB
CMYK
RGB Variations
Color information
#F5876D (or 0xF5876D) is known color: Salmon. HEX triplet: F5, 87 and 6D. RGB value is (245,135,109). Sum of RGB (Red+Green+Blue) = 245+135+109=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5876D is #0A7892. Grayscale: #A5A5A5. Windows color (decimal): -686227 or 7178229. OLE color: 7178229.
HSL color Cylindrical-coordinate representation of color #F5876D: hue angle of 11.47º 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 #F5876D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 109 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.04 |
| HSL | 11.47º | 0.87% | 0.69% | - |
| HSV(B) | 11.47º | 0.56% | 0.96% | - |
| XYZ | 49.08 | 37.84 | 19.19 | - |
| YUV | 164.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 109 | 0 | 0.45 | 0.56 | 0.04 | 11.47 | 0.87 | 0.69 |
| Hex | F5 | 87 | 6D | 0 | 2D | 38 | 4 | B | 57 | 45 |
| Octal | 365 | 207 | 155 | 0 | 55 | 70 | 4 | 13 | 127 | 105 |
| Binary | 11110101 | 10000111 | 1101101 | 0 | 101101 | 111000 | 100 | 1011 | 1010111 | 1000101 |
Color Harmonies of #F5876D
Complementary color
Monochromatic Colors of #F5876D
Black with #F5876D
Text Example
Text Example
White with #F5876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5876D; }
p { color: rgb(245,135,109); }
H1.HeaderClassName
{
color: #F5876D;
}
.AnyTagClassName
{
color: #F5876D;
}
</style>
background-color css
<style>
a { background-color: #F5876D; }
a { background-color: rgb(245,135,109); }
div.DivClassName
{
background-color: #F5876D;
}
.BgClassName
{
background-color: #F5876D;
}
</style>
border-color css
<style>
span { border-color: #F5876D; }
span { border-color: rgb(245,135,109); }
td.TdClassName
{
border-color: #F5876D;
}
.TagClassName
{
border-color: #F5876D;
}
</style>