Shades of Salmon #F9897A
Tints of Salmon #F9897A
RGB
CMYK
RGB Variations
Color information
#F9897A (or 0xF9897A) is known color: Salmon. HEX triplet: F9, 89 and 7A. RGB value is (249,137,122). Sum of RGB (Red+Green+Blue) = 249+137+122=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9897A is #067685. Grayscale: #A8A8A8. Windows color (decimal): -423558 or 8030713. OLE color: 8030713.
HSL color Cylindrical-coordinate representation of color #F9897A: hue angle of 7.09º 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 #F9897A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 122 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 7.09º | 0.91% | 0.73% | - |
| HSV(B) | 7.09º | 0.51% | 0.98% | - |
| XYZ | 51.53 | 39.44 | 23.31 | - |
| YUV | 168.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 122 | 0 | 0.45 | 0.51 | 0.02 | 7.09 | 0.91 | 0.73 |
| Hex | F9 | 89 | 7A | 0 | 2D | 33 | 2 | 7 | 5B | 49 |
| Octal | 371 | 211 | 172 | 0 | 55 | 63 | 2 | 7 | 133 | 111 |
| Binary | 11111001 | 10001001 | 1111010 | 0 | 101101 | 110011 | 10 | 111 | 1011011 | 1001001 |
Color Harmonies of #F9897A
Complementary color
Monochromatic Colors of #F9897A
Black with #F9897A
Text Example
Text Example
White with #F9897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9897A; }
p { color: rgb(249,137,122); }
H1.HeaderClassName
{
color: #F9897A;
}
.AnyTagClassName
{
color: #F9897A;
}
</style>
background-color css
<style>
a { background-color: #F9897A; }
a { background-color: rgb(249,137,122); }
div.DivClassName
{
background-color: #F9897A;
}
.BgClassName
{
background-color: #F9897A;
}
</style>
border-color css
<style>
span { border-color: #F9897A; }
span { border-color: rgb(249,137,122); }
td.TdClassName
{
border-color: #F9897A;
}
.TagClassName
{
border-color: #F9897A;
}
</style>