Shades of Salmon #F9896C
Tints of Salmon #F9896C
RGB
CMYK
RGB Variations
Color information
#F9896C (or 0xF9896C) is known color: Salmon. HEX triplet: F9, 89 and 6C. RGB value is (249,137,108). Sum of RGB (Red+Green+Blue) = 249+137+108=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9896C is #067693. Grayscale: #A7A7A7. Windows color (decimal): -423572 or 7113209. OLE color: 7113209.
HSL color Cylindrical-coordinate representation of color #F9896C: hue angle of 12.34º 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 #F9896C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 108 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 12.34º | 0.92% | 0.7% | - |
| HSV(B) | 12.34º | 0.57% | 0.98% | - |
| XYZ | 50.72 | 39.11 | 19.06 | - |
| YUV | 167.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 108 | 0 | 0.45 | 0.57 | 0.02 | 12.34 | 0.92 | 0.7 |
| Hex | F9 | 89 | 6C | 0 | 2D | 39 | 2 | C | 5C | 46 |
| Octal | 371 | 211 | 154 | 0 | 55 | 71 | 2 | 14 | 134 | 106 |
| Binary | 11111001 | 10001001 | 1101100 | 0 | 101101 | 111001 | 10 | 1100 | 1011100 | 1000110 |
Color Harmonies of #F9896C
Complementary color
Monochromatic Colors of #F9896C
Black with #F9896C
Text Example
Text Example
White with #F9896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9896C; }
p { color: rgb(249,137,108); }
H1.HeaderClassName
{
color: #F9896C;
}
.AnyTagClassName
{
color: #F9896C;
}
</style>
background-color css
<style>
a { background-color: #F9896C; }
a { background-color: rgb(249,137,108); }
div.DivClassName
{
background-color: #F9896C;
}
.BgClassName
{
background-color: #F9896C;
}
</style>
border-color css
<style>
span { border-color: #F9896C; }
span { border-color: rgb(249,137,108); }
td.TdClassName
{
border-color: #F9896C;
}
.TagClassName
{
border-color: #F9896C;
}
</style>