Shades of Salmon #F9706F
Tints of Salmon #F9706F
RGB
CMYK
RGB Variations
Color information
#F9706F (or 0xF9706F) is known color: Salmon. HEX triplet: F9, 70 and 6F. RGB value is (249,112,111). Sum of RGB (Red+Green+Blue) = 249+112+111=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9706F is #068F90. Grayscale: #989898. Windows color (decimal): -429969 or 7303417. OLE color: 7303417.
HSL color Cylindrical-coordinate representation of color #F9706F: hue angle of 0.43º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9706F is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 111 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.02 |
| HSL | 0.43º | 0.92% | 0.71% | - |
| HSV(B) | 0.43º | 0.55% | 0.98% | - |
| XYZ | 47.73 | 32.88 | 18.87 | - |
| YUV | 152.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 111 | 0 | 0.55 | 0.55 | 0.02 | 0.43 | 0.92 | 0.71 |
| Hex | F9 | 70 | 6F | 0 | 37 | 37 | 2 | 0 | 5C | 47 |
| Octal | 371 | 160 | 157 | 0 | 67 | 67 | 2 | 0 | 134 | 107 |
| Binary | 11111001 | 1110000 | 1101111 | 0 | 110111 | 110111 | 10 | 0 | 1011100 | 1000111 |
Color Harmonies of #F9706F
Complementary color
Monochromatic Colors of #F9706F
Black with #F9706F
Text Example
Text Example
White with #F9706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9706F; }
p { color: rgb(249,112,111); }
H1.HeaderClassName
{
color: #F9706F;
}
.AnyTagClassName
{
color: #F9706F;
}
</style>
background-color css
<style>
a { background-color: #F9706F; }
a { background-color: rgb(249,112,111); }
div.DivClassName
{
background-color: #F9706F;
}
.BgClassName
{
background-color: #F9706F;
}
</style>
border-color css
<style>
span { border-color: #F9706F; }
span { border-color: rgb(249,112,111); }
td.TdClassName
{
border-color: #F9706F;
}
.TagClassName
{
border-color: #F9706F;
}
</style>