Shades of Salmon #F9786D
Tints of Salmon #F9786D
RGB
CMYK
RGB Variations
Color information
#F9786D (or 0xF9786D) is known color: Salmon. HEX triplet: F9, 78 and 6D. RGB value is (249,120,109). Sum of RGB (Red+Green+Blue) = 249+120+109=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9786D is #068792. Grayscale: #9D9D9D. Windows color (decimal): -427923 or 7174393. OLE color: 7174393.
HSL color Cylindrical-coordinate representation of color #F9786D: hue angle of 4.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9786D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 109 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.02 |
| HSL | 4.71º | 0.92% | 0.7% | - |
| HSV(B) | 4.71º | 0.56% | 0.98% | - |
| XYZ | 48.54 | 34.68 | 18.6 | - |
| YUV | 157.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 109 | 0 | 0.52 | 0.56 | 0.02 | 4.71 | 0.92 | 0.7 |
| Hex | F9 | 78 | 6D | 0 | 34 | 38 | 2 | 5 | 5C | 46 |
| Octal | 371 | 170 | 155 | 0 | 64 | 70 | 2 | 5 | 134 | 106 |
| Binary | 11111001 | 1111000 | 1101101 | 0 | 110100 | 111000 | 10 | 101 | 1011100 | 1000110 |
Color Harmonies of #F9786D
Complementary color
Monochromatic Colors of #F9786D
Black with #F9786D
Text Example
Text Example
White with #F9786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9786D; }
p { color: rgb(249,120,109); }
H1.HeaderClassName
{
color: #F9786D;
}
.AnyTagClassName
{
color: #F9786D;
}
</style>
background-color css
<style>
a { background-color: #F9786D; }
a { background-color: rgb(249,120,109); }
div.DivClassName
{
background-color: #F9786D;
}
.BgClassName
{
background-color: #F9786D;
}
</style>
border-color css
<style>
span { border-color: #F9786D; }
span { border-color: rgb(249,120,109); }
td.TdClassName
{
border-color: #F9786D;
}
.TagClassName
{
border-color: #F9786D;
}
</style>