Shades of Salmon #FA896F
Tints of Salmon #FA896F
RGB
CMYK
RGB Variations
Color information
#FA896F (or 0xFA896F) is known color: Salmon. HEX triplet: FA, 89 and 6F. RGB value is (250,137,111). Sum of RGB (Red+Green+Blue) = 250+137+111=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA896F is #057690. Grayscale: #A8A8A8. Windows color (decimal): -358033 or 7309818. OLE color: 7309818.
HSL color Cylindrical-coordinate representation of color #FA896F: hue angle of 11.22º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA896F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 111 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.02 |
| HSL | 11.22º | 0.93% | 0.71% | - |
| HSV(B) | 11.22º | 0.56% | 0.98% | - |
| XYZ | 51.24 | 39.36 | 19.94 | - |
| YUV | 167.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 111 | 0 | 0.45 | 0.56 | 0.02 | 11.22 | 0.93 | 0.71 |
| Hex | FA | 89 | 6F | 0 | 2D | 38 | 2 | B | 5D | 47 |
| Octal | 372 | 211 | 157 | 0 | 55 | 70 | 2 | 13 | 135 | 107 |
| Binary | 11111010 | 10001001 | 1101111 | 0 | 101101 | 111000 | 10 | 1011 | 1011101 | 1000111 |
Color Harmonies of #FA896F
Complementary color
Monochromatic Colors of #FA896F
Black with #FA896F
Text Example
Text Example
White with #FA896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA896F; }
p { color: rgb(250,137,111); }
H1.HeaderClassName
{
color: #FA896F;
}
.AnyTagClassName
{
color: #FA896F;
}
</style>
background-color css
<style>
a { background-color: #FA896F; }
a { background-color: rgb(250,137,111); }
div.DivClassName
{
background-color: #FA896F;
}
.BgClassName
{
background-color: #FA896F;
}
</style>
border-color css
<style>
span { border-color: #FA896F; }
span { border-color: rgb(250,137,111); }
td.TdClassName
{
border-color: #FA896F;
}
.TagClassName
{
border-color: #FA896F;
}
</style>