Shades of Salmon #F9716F
Tints of Salmon #F9716F
RGB
CMYK
RGB Variations
Color information
#F9716F (or 0xF9716F) is known color: Salmon. HEX triplet: F9, 71 and 6F. RGB value is (249,113,111). Sum of RGB (Red+Green+Blue) = 249+113+111=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9716F is #068E90. Grayscale: #999999. Windows color (decimal): -429713 or 7303673. OLE color: 7303673.
HSL color Cylindrical-coordinate representation of color #F9716F: hue angle of 0.87º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9716F is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 111 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.02 |
| HSL | 0.87º | 0.92% | 0.71% | - |
| HSV(B) | 0.87º | 0.55% | 0.98% | - |
| XYZ | 47.84 | 33.1 | 18.91 | - |
| YUV | 153.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 111 | 0 | 0.55 | 0.55 | 0.02 | 0.87 | 0.92 | 0.71 |
| Hex | F9 | 71 | 6F | 0 | 37 | 37 | 2 | 1 | 5C | 47 |
| Octal | 371 | 161 | 157 | 0 | 67 | 67 | 2 | 1 | 134 | 107 |
| Binary | 11111001 | 1110001 | 1101111 | 0 | 110111 | 110111 | 10 | 1 | 1011100 | 1000111 |
Color Harmonies of #F9716F
Complementary color
Monochromatic Colors of #F9716F
Black with #F9716F
Text Example
Text Example
White with #F9716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9716F; }
p { color: rgb(249,113,111); }
H1.HeaderClassName
{
color: #F9716F;
}
.AnyTagClassName
{
color: #F9716F;
}
</style>
background-color css
<style>
a { background-color: #F9716F; }
a { background-color: rgb(249,113,111); }
div.DivClassName
{
background-color: #F9716F;
}
.BgClassName
{
background-color: #F9716F;
}
</style>
border-color css
<style>
span { border-color: #F9716F; }
span { border-color: rgb(249,113,111); }
td.TdClassName
{
border-color: #F9716F;
}
.TagClassName
{
border-color: #F9716F;
}
</style>