Shades of Salmon #F9876C
Tints of Salmon #F9876C
RGB
CMYK
RGB Variations
Color information
#F9876C (or 0xF9876C) is known color: Salmon. HEX triplet: F9, 87 and 6C. RGB value is (249,135,108). Sum of RGB (Red+Green+Blue) = 249+135+108=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9876C is #067893. Grayscale: #A6A6A6. Windows color (decimal): -424084 or 7112697. OLE color: 7112697.
HSL color Cylindrical-coordinate representation of color #F9876C: hue angle of 11.49º 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 #F9876C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 108 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.02 |
| HSL | 11.49º | 0.92% | 0.7% | - |
| HSV(B) | 11.49º | 0.57% | 0.98% | - |
| XYZ | 50.44 | 38.55 | 18.97 | - |
| YUV | 166.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 108 | 0 | 0.46 | 0.57 | 0.02 | 11.49 | 0.92 | 0.7 |
| Hex | F9 | 87 | 6C | 0 | 2E | 39 | 2 | B | 5C | 46 |
| Octal | 371 | 207 | 154 | 0 | 56 | 71 | 2 | 13 | 134 | 106 |
| Binary | 11111001 | 10000111 | 1101100 | 0 | 101110 | 111001 | 10 | 1011 | 1011100 | 1000110 |
Color Harmonies of #F9876C
Complementary color
Monochromatic Colors of #F9876C
Black with #F9876C
Text Example
Text Example
White with #F9876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9876C; }
p { color: rgb(249,135,108); }
H1.HeaderClassName
{
color: #F9876C;
}
.AnyTagClassName
{
color: #F9876C;
}
</style>
background-color css
<style>
a { background-color: #F9876C; }
a { background-color: rgb(249,135,108); }
div.DivClassName
{
background-color: #F9876C;
}
.BgClassName
{
background-color: #F9876C;
}
</style>
border-color css
<style>
span { border-color: #F9876C; }
span { border-color: rgb(249,135,108); }
td.TdClassName
{
border-color: #F9876C;
}
.TagClassName
{
border-color: #F9876C;
}
</style>