Shades of Salmon #F9847B
Tints of Salmon #F9847B
RGB
CMYK
RGB Variations
Color information
#F9847B (or 0xF9847B) is known color: Salmon. HEX triplet: F9, 84 and 7B. RGB value is (249,132,123). Sum of RGB (Red+Green+Blue) = 249+132+123=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9847B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9847B is #067B84. Grayscale: #A6A6A6. Windows color (decimal): -424837 or 8094969. OLE color: 8094969.
HSL color Cylindrical-coordinate representation of color #F9847B: hue angle of 4.29º 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 #F9847B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 123 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.02 |
| HSL | 4.29º | 0.91% | 0.73% | - |
| HSV(B) | 4.29º | 0.51% | 0.98% | - |
| XYZ | 50.89 | 38.07 | 23.41 | - |
| YUV | 165.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 123 | 0 | 0.47 | 0.51 | 0.02 | 4.29 | 0.91 | 0.73 |
| Hex | F9 | 84 | 7B | 0 | 2F | 33 | 2 | 4 | 5B | 49 |
| Octal | 371 | 204 | 173 | 0 | 57 | 63 | 2 | 4 | 133 | 111 |
| Binary | 11111001 | 10000100 | 1111011 | 0 | 101111 | 110011 | 10 | 100 | 1011011 | 1001001 |
Color Harmonies of #F9847B
Complementary color
Monochromatic Colors of #F9847B
Black with #F9847B
Text Example
Text Example
White with #F9847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9847B; }
p { color: rgb(249,132,123); }
H1.HeaderClassName
{
color: #F9847B;
}
.AnyTagClassName
{
color: #F9847B;
}
</style>
background-color css
<style>
a { background-color: #F9847B; }
a { background-color: rgb(249,132,123); }
div.DivClassName
{
background-color: #F9847B;
}
.BgClassName
{
background-color: #F9847B;
}
</style>
border-color css
<style>
span { border-color: #F9847B; }
span { border-color: rgb(249,132,123); }
td.TdClassName
{
border-color: #F9847B;
}
.TagClassName
{
border-color: #F9847B;
}
</style>