Shades of Salmon #F9766A
Tints of Salmon #F9766A
RGB
CMYK
RGB Variations
Color information
#F9766A (or 0xF9766A) is known color: Salmon. HEX triplet: F9, 76 and 6A. RGB value is (249,118,106). Sum of RGB (Red+Green+Blue) = 249+118+106=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9766A is #068995. Grayscale: #9B9B9B. Windows color (decimal): -428438 or 6977273. OLE color: 6977273.
HSL color Cylindrical-coordinate representation of color #F9766A: hue angle of 5.03º 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 #F9766A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 106 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.02 |
| HSL | 5.03º | 0.92% | 0.7% | - |
| HSV(B) | 5.03º | 0.57% | 0.98% | - |
| XYZ | 48.15 | 34.14 | 17.69 | - |
| YUV | 155.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 106 | 0 | 0.53 | 0.57 | 0.02 | 5.03 | 0.92 | 0.7 |
| Hex | F9 | 76 | 6A | 0 | 35 | 39 | 2 | 5 | 5C | 46 |
| Octal | 371 | 166 | 152 | 0 | 65 | 71 | 2 | 5 | 134 | 106 |
| Binary | 11111001 | 1110110 | 1101010 | 0 | 110101 | 111001 | 10 | 101 | 1011100 | 1000110 |
Color Harmonies of #F9766A
Complementary color
Monochromatic Colors of #F9766A
Black with #F9766A
Text Example
Text Example
White with #F9766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9766A; }
p { color: rgb(249,118,106); }
H1.HeaderClassName
{
color: #F9766A;
}
.AnyTagClassName
{
color: #F9766A;
}
</style>
background-color css
<style>
a { background-color: #F9766A; }
a { background-color: rgb(249,118,106); }
div.DivClassName
{
background-color: #F9766A;
}
.BgClassName
{
background-color: #F9766A;
}
</style>
border-color css
<style>
span { border-color: #F9766A; }
span { border-color: rgb(249,118,106); }
td.TdClassName
{
border-color: #F9766A;
}
.TagClassName
{
border-color: #F9766A;
}
</style>