Shades of Salmon #F9766D
Tints of Salmon #F9766D
RGB
CMYK
RGB Variations
Color information
#F9766D (or 0xF9766D) is known color: Salmon. HEX triplet: F9, 76 and 6D. RGB value is (249,118,109). Sum of RGB (Red+Green+Blue) = 249+118+109=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9766D is #068992. Grayscale: #9C9C9C. Windows color (decimal): -428435 or 7173881. OLE color: 7173881.
HSL color Cylindrical-coordinate representation of color #F9766D: hue angle of 3.86º 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 #F9766D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 109 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.02 |
| HSL | 3.86º | 0.92% | 0.7% | - |
| HSV(B) | 3.86º | 0.56% | 0.98% | - |
| XYZ | 48.31 | 34.2 | 18.52 | - |
| YUV | 156.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 109 | 0 | 0.53 | 0.56 | 0.02 | 3.86 | 0.92 | 0.7 |
| Hex | F9 | 76 | 6D | 0 | 35 | 38 | 2 | 4 | 5C | 46 |
| Octal | 371 | 166 | 155 | 0 | 65 | 70 | 2 | 4 | 134 | 106 |
| Binary | 11111001 | 1110110 | 1101101 | 0 | 110101 | 111000 | 10 | 100 | 1011100 | 1000110 |
Color Harmonies of #F9766D
Complementary color
Monochromatic Colors of #F9766D
Black with #F9766D
Text Example
Text Example
White with #F9766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9766D; }
p { color: rgb(249,118,109); }
H1.HeaderClassName
{
color: #F9766D;
}
.AnyTagClassName
{
color: #F9766D;
}
</style>
background-color css
<style>
a { background-color: #F9766D; }
a { background-color: rgb(249,118,109); }
div.DivClassName
{
background-color: #F9766D;
}
.BgClassName
{
background-color: #F9766D;
}
</style>
border-color css
<style>
span { border-color: #F9766D; }
span { border-color: rgb(249,118,109); }
td.TdClassName
{
border-color: #F9766D;
}
.TagClassName
{
border-color: #F9766D;
}
</style>