Shades of Salmon #F9736F
Tints of Salmon #F9736F
RGB
CMYK
RGB Variations
Color information
#F9736F (or 0xF9736F) is known color: Salmon. HEX triplet: F9, 73 and 6F. RGB value is (249,115,111). Sum of RGB (Red+Green+Blue) = 249+115+111=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9736F is #068C90. Grayscale: #9A9A9A. Windows color (decimal): -429201 or 7304185. OLE color: 7304185.
HSL color Cylindrical-coordinate representation of color #F9736F: hue angle of 1.74º 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 #F9736F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 111 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.02 |
| HSL | 1.74º | 0.92% | 0.71% | - |
| HSV(B) | 1.74º | 0.55% | 0.98% | - |
| XYZ | 48.07 | 33.55 | 18.98 | - |
| YUV | 154.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 111 | 0 | 0.54 | 0.55 | 0.02 | 1.74 | 0.92 | 0.71 |
| Hex | F9 | 73 | 6F | 0 | 36 | 37 | 2 | 2 | 5C | 47 |
| Octal | 371 | 163 | 157 | 0 | 66 | 67 | 2 | 2 | 134 | 107 |
| Binary | 11111001 | 1110011 | 1101111 | 0 | 110110 | 110111 | 10 | 10 | 1011100 | 1000111 |
Color Harmonies of #F9736F
Complementary color
Monochromatic Colors of #F9736F
Black with #F9736F
Text Example
Text Example
White with #F9736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9736F; }
p { color: rgb(249,115,111); }
H1.HeaderClassName
{
color: #F9736F;
}
.AnyTagClassName
{
color: #F9736F;
}
</style>
background-color css
<style>
a { background-color: #F9736F; }
a { background-color: rgb(249,115,111); }
div.DivClassName
{
background-color: #F9736F;
}
.BgClassName
{
background-color: #F9736F;
}
</style>
border-color css
<style>
span { border-color: #F9736F; }
span { border-color: rgb(249,115,111); }
td.TdClassName
{
border-color: #F9736F;
}
.TagClassName
{
border-color: #F9736F;
}
</style>