Shades of Salmon #F9776D
Tints of Salmon #F9776D
RGB
CMYK
RGB Variations
Color information
#F9776D (or 0xF9776D) is known color: Salmon. HEX triplet: F9, 77 and 6D. RGB value is (249,119,109). Sum of RGB (Red+Green+Blue) = 249+119+109=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9776D is #068892. Grayscale: #9C9C9C. Windows color (decimal): -428179 or 7174137. OLE color: 7174137.
HSL color Cylindrical-coordinate representation of color #F9776D: hue angle of 4.29º 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 #F9776D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 109 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.02 |
| HSL | 4.29º | 0.92% | 0.7% | - |
| HSV(B) | 4.29º | 0.56% | 0.98% | - |
| XYZ | 48.42 | 34.44 | 18.56 | - |
| YUV | 156.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 109 | 0 | 0.52 | 0.56 | 0.02 | 4.29 | 0.92 | 0.7 |
| Hex | F9 | 77 | 6D | 0 | 34 | 38 | 2 | 4 | 5C | 46 |
| Octal | 371 | 167 | 155 | 0 | 64 | 70 | 2 | 4 | 134 | 106 |
| Binary | 11111001 | 1110111 | 1101101 | 0 | 110100 | 111000 | 10 | 100 | 1011100 | 1000110 |
Color Harmonies of #F9776D
Complementary color
Monochromatic Colors of #F9776D
Black with #F9776D
Text Example
Text Example
White with #F9776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9776D; }
p { color: rgb(249,119,109); }
H1.HeaderClassName
{
color: #F9776D;
}
.AnyTagClassName
{
color: #F9776D;
}
</style>
background-color css
<style>
a { background-color: #F9776D; }
a { background-color: rgb(249,119,109); }
div.DivClassName
{
background-color: #F9776D;
}
.BgClassName
{
background-color: #F9776D;
}
</style>
border-color css
<style>
span { border-color: #F9776D; }
span { border-color: rgb(249,119,109); }
td.TdClassName
{
border-color: #F9776D;
}
.TagClassName
{
border-color: #F9776D;
}
</style>