Shades of Salmon #F9896D
Tints of Salmon #F9896D
RGB
CMYK
RGB Variations
Color information
#F9896D (or 0xF9896D) is known color: Salmon. HEX triplet: F9, 89 and 6D. RGB value is (249,137,109). Sum of RGB (Red+Green+Blue) = 249+137+109=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9896D is #067692. Grayscale: #A7A7A7. Windows color (decimal): -423571 or 7178745. OLE color: 7178745.
HSL color Cylindrical-coordinate representation of color #F9896D: hue angle of 12º 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 #F9896D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 109 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.02 |
| HSL | 12º | 0.92% | 0.7% | - |
| HSV(B) | 12º | 0.56% | 0.98% | - |
| XYZ | 50.77 | 39.14 | 19.35 | - |
| YUV | 167.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 109 | 0 | 0.45 | 0.56 | 0.02 | 12 | 0.92 | 0.7 |
| Hex | F9 | 89 | 6D | 0 | 2D | 38 | 2 | C | 5C | 46 |
| Octal | 371 | 211 | 155 | 0 | 55 | 70 | 2 | 14 | 134 | 106 |
| Binary | 11111001 | 10001001 | 1101101 | 0 | 101101 | 111000 | 10 | 1100 | 1011100 | 1000110 |
Color Harmonies of #F9896D
Complementary color
Monochromatic Colors of #F9896D
Black with #F9896D
Text Example
Text Example
White with #F9896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9896D; }
p { color: rgb(249,137,109); }
H1.HeaderClassName
{
color: #F9896D;
}
.AnyTagClassName
{
color: #F9896D;
}
</style>
background-color css
<style>
a { background-color: #F9896D; }
a { background-color: rgb(249,137,109); }
div.DivClassName
{
background-color: #F9896D;
}
.BgClassName
{
background-color: #F9896D;
}
</style>
border-color css
<style>
span { border-color: #F9896D; }
span { border-color: rgb(249,137,109); }
td.TdClassName
{
border-color: #F9896D;
}
.TagClassName
{
border-color: #F9896D;
}
</style>