Shades of Salmon #F9746D
Tints of Salmon #F9746D
RGB
CMYK
RGB Variations
Color information
#F9746D (or 0xF9746D) is known color: Salmon. HEX triplet: F9, 74 and 6D. RGB value is (249,116,109). Sum of RGB (Red+Green+Blue) = 249+116+109=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9746D is #068B92. Grayscale: #9B9B9B. Windows color (decimal): -428947 or 7173369. OLE color: 7173369.
HSL color Cylindrical-coordinate representation of color #F9746D: hue angle of 3º 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 #F9746D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 109 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.02 |
| HSL | 3º | 0.92% | 0.7% | - |
| HSV(B) | 3º | 0.56% | 0.98% | - |
| XYZ | 48.07 | 33.73 | 18.45 | - |
| YUV | 154.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 109 | 0 | 0.53 | 0.56 | 0.02 | 3 | 0.92 | 0.7 |
| Hex | F9 | 74 | 6D | 0 | 35 | 38 | 2 | 3 | 5C | 46 |
| Octal | 371 | 164 | 155 | 0 | 65 | 70 | 2 | 3 | 134 | 106 |
| Binary | 11111001 | 1110100 | 1101101 | 0 | 110101 | 111000 | 10 | 11 | 1011100 | 1000110 |
Color Harmonies of #F9746D
Complementary color
Monochromatic Colors of #F9746D
Black with #F9746D
Text Example
Text Example
White with #F9746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9746D; }
p { color: rgb(249,116,109); }
H1.HeaderClassName
{
color: #F9746D;
}
.AnyTagClassName
{
color: #F9746D;
}
</style>
background-color css
<style>
a { background-color: #F9746D; }
a { background-color: rgb(249,116,109); }
div.DivClassName
{
background-color: #F9746D;
}
.BgClassName
{
background-color: #F9746D;
}
</style>
border-color css
<style>
span { border-color: #F9746D; }
span { border-color: rgb(249,116,109); }
td.TdClassName
{
border-color: #F9746D;
}
.TagClassName
{
border-color: #F9746D;
}
</style>