Shades of Salmon #F9847A
Tints of Salmon #F9847A
RGB
CMYK
RGB Variations
Color information
#F9847A (or 0xF9847A) is known color: Salmon. HEX triplet: F9, 84 and 7A. RGB value is (249,132,122). Sum of RGB (Red+Green+Blue) = 249+132+122=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9847A is #067B85. Grayscale: #A5A5A5. Windows color (decimal): -424838 or 8029433. OLE color: 8029433.
HSL color Cylindrical-coordinate representation of color #F9847A: hue angle of 4.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9847A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 122 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.02 |
| HSL | 4.72º | 0.91% | 0.73% | - |
| HSV(B) | 4.72º | 0.51% | 0.98% | - |
| XYZ | 50.83 | 38.05 | 23.08 | - |
| YUV | 165.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 122 | 0 | 0.47 | 0.51 | 0.02 | 4.72 | 0.91 | 0.73 |
| Hex | F9 | 84 | 7A | 0 | 2F | 33 | 2 | 5 | 5B | 49 |
| Octal | 371 | 204 | 172 | 0 | 57 | 63 | 2 | 5 | 133 | 111 |
| Binary | 11111001 | 10000100 | 1111010 | 0 | 101111 | 110011 | 10 | 101 | 1011011 | 1001001 |
Color Harmonies of #F9847A
Complementary color
Monochromatic Colors of #F9847A
Black with #F9847A
Text Example
Text Example
White with #F9847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9847A; }
p { color: rgb(249,132,122); }
H1.HeaderClassName
{
color: #F9847A;
}
.AnyTagClassName
{
color: #F9847A;
}
</style>
background-color css
<style>
a { background-color: #F9847A; }
a { background-color: rgb(249,132,122); }
div.DivClassName
{
background-color: #F9847A;
}
.BgClassName
{
background-color: #F9847A;
}
</style>
border-color css
<style>
span { border-color: #F9847A; }
span { border-color: rgb(249,132,122); }
td.TdClassName
{
border-color: #F9847A;
}
.TagClassName
{
border-color: #F9847A;
}
</style>