Shades of Salmon #F9736D
Tints of Salmon #F9736D
RGB
CMYK
RGB Variations
Color information
#F9736D (or 0xF9736D) is known color: Salmon. HEX triplet: F9, 73 and 6D. RGB value is (249,115,109). Sum of RGB (Red+Green+Blue) = 249+115+109=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9736D is #068C92. Grayscale: #9A9A9A. Windows color (decimal): -429203 or 7173113. OLE color: 7173113.
HSL color Cylindrical-coordinate representation of color #F9736D: hue angle of 2.57º 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 #F9736D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 109 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.02 |
| HSL | 2.57º | 0.92% | 0.7% | - |
| HSV(B) | 2.57º | 0.56% | 0.98% | - |
| XYZ | 47.96 | 33.51 | 18.41 | - |
| YUV | 154.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 109 | 0 | 0.54 | 0.56 | 0.02 | 2.57 | 0.92 | 0.7 |
| Hex | F9 | 73 | 6D | 0 | 36 | 38 | 2 | 3 | 5C | 46 |
| Octal | 371 | 163 | 155 | 0 | 66 | 70 | 2 | 3 | 134 | 106 |
| Binary | 11111001 | 1110011 | 1101101 | 0 | 110110 | 111000 | 10 | 11 | 1011100 | 1000110 |
Color Harmonies of #F9736D
Complementary color
Monochromatic Colors of #F9736D
Black with #F9736D
Text Example
Text Example
White with #F9736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9736D; }
p { color: rgb(249,115,109); }
H1.HeaderClassName
{
color: #F9736D;
}
.AnyTagClassName
{
color: #F9736D;
}
</style>
background-color css
<style>
a { background-color: #F9736D; }
a { background-color: rgb(249,115,109); }
div.DivClassName
{
background-color: #F9736D;
}
.BgClassName
{
background-color: #F9736D;
}
</style>
border-color css
<style>
span { border-color: #F9736D; }
span { border-color: rgb(249,115,109); }
td.TdClassName
{
border-color: #F9736D;
}
.TagClassName
{
border-color: #F9736D;
}
</style>