Shades of Salmon #FA897A
Tints of Salmon #FA897A
RGB
CMYK
RGB Variations
Color information
#FA897A (or 0xFA897A) is known color: Salmon. HEX triplet: FA, 89 and 7A. RGB value is (250,137,122). Sum of RGB (Red+Green+Blue) = 250+137+122=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA897A is #057685. Grayscale: #A9A9A9. Windows color (decimal): -358022 or 8030714. OLE color: 8030714.
HSL color Cylindrical-coordinate representation of color #FA897A: hue angle of 7.03º degrees, saturation: 0.93, 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 #FA897A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 122 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 7.03º | 0.93% | 0.73% | - |
| HSV(B) | 7.03º | 0.51% | 0.98% | - |
| XYZ | 51.88 | 39.62 | 23.33 | - |
| YUV | 169.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 122 | 0 | 0.45 | 0.51 | 0.02 | 7.03 | 0.93 | 0.73 |
| Hex | FA | 89 | 7A | 0 | 2D | 33 | 2 | 7 | 5D | 49 |
| Octal | 372 | 211 | 172 | 0 | 55 | 63 | 2 | 7 | 135 | 111 |
| Binary | 11111010 | 10001001 | 1111010 | 0 | 101101 | 110011 | 10 | 111 | 1011101 | 1001001 |
Color Harmonies of #FA897A
Complementary color
Monochromatic Colors of #FA897A
Black with #FA897A
Text Example
Text Example
White with #FA897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA897A; }
p { color: rgb(250,137,122); }
H1.HeaderClassName
{
color: #FA897A;
}
.AnyTagClassName
{
color: #FA897A;
}
</style>
background-color css
<style>
a { background-color: #FA897A; }
a { background-color: rgb(250,137,122); }
div.DivClassName
{
background-color: #FA897A;
}
.BgClassName
{
background-color: #FA897A;
}
</style>
border-color css
<style>
span { border-color: #FA897A; }
span { border-color: rgb(250,137,122); }
td.TdClassName
{
border-color: #FA897A;
}
.TagClassName
{
border-color: #FA897A;
}
</style>