Shades of Salmon #F9816D
Tints of Salmon #F9816D
RGB
CMYK
RGB Variations
Color information
#F9816D (or 0xF9816D) is known color: Salmon. HEX triplet: F9, 81 and 6D. RGB value is (249,129,109). Sum of RGB (Red+Green+Blue) = 249+129+109=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9816D is #067E92. Grayscale: #A2A2A2. Windows color (decimal): -425619 or 7176697. OLE color: 7176697.
HSL color Cylindrical-coordinate representation of color #F9816D: hue angle of 8.57º 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 #F9816D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 109 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.02 |
| HSL | 8.57º | 0.92% | 0.7% | - |
| HSV(B) | 8.57º | 0.56% | 0.98% | - |
| XYZ | 49.68 | 36.94 | 18.98 | - |
| YUV | 162.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 109 | 0 | 0.48 | 0.56 | 0.02 | 8.57 | 0.92 | 0.7 |
| Hex | F9 | 81 | 6D | 0 | 30 | 38 | 2 | 9 | 5C | 46 |
| Octal | 371 | 201 | 155 | 0 | 60 | 70 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000001 | 1101101 | 0 | 110000 | 111000 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9816D
Complementary color
Monochromatic Colors of #F9816D
Black with #F9816D
Text Example
Text Example
White with #F9816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9816D; }
p { color: rgb(249,129,109); }
H1.HeaderClassName
{
color: #F9816D;
}
.AnyTagClassName
{
color: #F9816D;
}
</style>
background-color css
<style>
a { background-color: #F9816D; }
a { background-color: rgb(249,129,109); }
div.DivClassName
{
background-color: #F9816D;
}
.BgClassName
{
background-color: #F9816D;
}
</style>
border-color css
<style>
span { border-color: #F9816D; }
span { border-color: rgb(249,129,109); }
td.TdClassName
{
border-color: #F9816D;
}
.TagClassName
{
border-color: #F9816D;
}
</style>