Shades of Salmon #F9786E
Tints of Salmon #F9786E
RGB
CMYK
RGB Variations
Color information
#F9786E (or 0xF9786E) is known color: Salmon. HEX triplet: F9, 78 and 6E. RGB value is (249,120,110). Sum of RGB (Red+Green+Blue) = 249+120+110=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9786E is #068791. Grayscale: #9D9D9D. Windows color (decimal): -427922 or 7239929. OLE color: 7239929.
HSL color Cylindrical-coordinate representation of color #F9786E: hue angle of 4.32º 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 #F9786E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 110 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.02 |
| HSL | 4.32º | 0.92% | 0.7% | - |
| HSV(B) | 4.32º | 0.56% | 0.98% | - |
| XYZ | 48.6 | 34.7 | 18.89 | - |
| YUV | 157.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 110 | 0 | 0.52 | 0.56 | 0.02 | 4.32 | 0.92 | 0.7 |
| Hex | F9 | 78 | 6E | 0 | 34 | 38 | 2 | 4 | 5C | 46 |
| Octal | 371 | 170 | 156 | 0 | 64 | 70 | 2 | 4 | 134 | 106 |
| Binary | 11111001 | 1111000 | 1101110 | 0 | 110100 | 111000 | 10 | 100 | 1011100 | 1000110 |
Color Harmonies of #F9786E
Complementary color
Monochromatic Colors of #F9786E
Black with #F9786E
Text Example
Text Example
White with #F9786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9786E; }
p { color: rgb(249,120,110); }
H1.HeaderClassName
{
color: #F9786E;
}
.AnyTagClassName
{
color: #F9786E;
}
</style>
background-color css
<style>
a { background-color: #F9786E; }
a { background-color: rgb(249,120,110); }
div.DivClassName
{
background-color: #F9786E;
}
.BgClassName
{
background-color: #F9786E;
}
</style>
border-color css
<style>
span { border-color: #F9786E; }
span { border-color: rgb(249,120,110); }
td.TdClassName
{
border-color: #F9786E;
}
.TagClassName
{
border-color: #F9786E;
}
</style>