Shades of Salmon #F9766C
Tints of Salmon #F9766C
RGB
CMYK
RGB Variations
Color information
#F9766C (or 0xF9766C) is known color: Salmon. HEX triplet: F9, 76 and 6C. RGB value is (249,118,108). Sum of RGB (Red+Green+Blue) = 249+118+108=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9766C is #068993. Grayscale: #9C9C9C. Windows color (decimal): -428436 or 7108345. OLE color: 7108345.
HSL color Cylindrical-coordinate representation of color #F9766C: hue angle of 4.26º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9766C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 108 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.02 |
| HSL | 4.26º | 0.92% | 0.7% | - |
| HSV(B) | 4.26º | 0.57% | 0.98% | - |
| XYZ | 48.25 | 34.18 | 18.24 | - |
| YUV | 156.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 108 | 0 | 0.53 | 0.57 | 0.02 | 4.26 | 0.92 | 0.7 |
| Hex | F9 | 76 | 6C | 0 | 35 | 39 | 2 | 4 | 5C | 46 |
| Octal | 371 | 166 | 154 | 0 | 65 | 71 | 2 | 4 | 134 | 106 |
| Binary | 11111001 | 1110110 | 1101100 | 0 | 110101 | 111001 | 10 | 100 | 1011100 | 1000110 |
Color Harmonies of #F9766C
Complementary color
Monochromatic Colors of #F9766C
Black with #F9766C
Text Example
Text Example
White with #F9766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9766C; }
p { color: rgb(249,118,108); }
H1.HeaderClassName
{
color: #F9766C;
}
.AnyTagClassName
{
color: #F9766C;
}
</style>
background-color css
<style>
a { background-color: #F9766C; }
a { background-color: rgb(249,118,108); }
div.DivClassName
{
background-color: #F9766C;
}
.BgClassName
{
background-color: #F9766C;
}
</style>
border-color css
<style>
span { border-color: #F9766C; }
span { border-color: rgb(249,118,108); }
td.TdClassName
{
border-color: #F9766C;
}
.TagClassName
{
border-color: #F9766C;
}
</style>