Shades of Salmon #F9816B
Tints of Salmon #F9816B
RGB
CMYK
RGB Variations
Color information
#F9816B (or 0xF9816B) is known color: Salmon. HEX triplet: F9, 81 and 6B. RGB value is (249,129,107). Sum of RGB (Red+Green+Blue) = 249+129+107=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9816B is #067E94. Grayscale: #A2A2A2. Windows color (decimal): -425621 or 7045625. OLE color: 7045625.
HSL color Cylindrical-coordinate representation of color #F9816B: hue angle of 9.3º 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 #F9816B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 107 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 9.3º | 0.92% | 0.7% | - |
| HSV(B) | 9.3º | 0.57% | 0.98% | - |
| XYZ | 49.57 | 36.9 | 18.42 | - |
| YUV | 162.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 107 | 0 | 0.48 | 0.57 | 0.02 | 9.3 | 0.92 | 0.7 |
| Hex | F9 | 81 | 6B | 0 | 30 | 39 | 2 | 9 | 5C | 46 |
| Octal | 371 | 201 | 153 | 0 | 60 | 71 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000001 | 1101011 | 0 | 110000 | 111001 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9816B
Complementary color
Monochromatic Colors of #F9816B
Black with #F9816B
Text Example
Text Example
White with #F9816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9816B; }
p { color: rgb(249,129,107); }
H1.HeaderClassName
{
color: #F9816B;
}
.AnyTagClassName
{
color: #F9816B;
}
</style>
background-color css
<style>
a { background-color: #F9816B; }
a { background-color: rgb(249,129,107); }
div.DivClassName
{
background-color: #F9816B;
}
.BgClassName
{
background-color: #F9816B;
}
</style>
border-color css
<style>
span { border-color: #F9816B; }
span { border-color: rgb(249,129,107); }
td.TdClassName
{
border-color: #F9816B;
}
.TagClassName
{
border-color: #F9816B;
}
</style>