Shades of Salmon #FA8970
Tints of Salmon #FA8970
RGB
CMYK
RGB Variations
Color information
#FA8970 (or 0xFA8970) is known color: Salmon. HEX triplet: FA, 89 and 70. RGB value is (250,137,112). Sum of RGB (Red+Green+Blue) = 250+137+112=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8970 is #05768F. Grayscale: #A8A8A8. Windows color (decimal): -358032 or 7375354. OLE color: 7375354.
HSL color Cylindrical-coordinate representation of color #FA8970: hue angle of 10.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA8970 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 112 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.02 |
| HSL | 10.87º | 0.93% | 0.71% | - |
| HSV(B) | 10.87º | 0.55% | 0.98% | - |
| XYZ | 51.29 | 39.39 | 20.23 | - |
| YUV | 167.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 112 | 0 | 0.45 | 0.55 | 0.02 | 10.87 | 0.93 | 0.71 |
| Hex | FA | 89 | 70 | 0 | 2D | 37 | 2 | B | 5D | 47 |
| Octal | 372 | 211 | 160 | 0 | 55 | 67 | 2 | 13 | 135 | 107 |
| Binary | 11111010 | 10001001 | 1110000 | 0 | 101101 | 110111 | 10 | 1011 | 1011101 | 1000111 |
Color Harmonies of #FA8970
Complementary color
Monochromatic Colors of #FA8970
Black with #FA8970
Text Example
Text Example
White with #FA8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8970; }
p { color: rgb(250,137,112); }
H1.HeaderClassName
{
color: #FA8970;
}
.AnyTagClassName
{
color: #FA8970;
}
</style>
background-color css
<style>
a { background-color: #FA8970; }
a { background-color: rgb(250,137,112); }
div.DivClassName
{
background-color: #FA8970;
}
.BgClassName
{
background-color: #FA8970;
}
</style>
border-color css
<style>
span { border-color: #FA8970; }
span { border-color: rgb(250,137,112); }
td.TdClassName
{
border-color: #FA8970;
}
.TagClassName
{
border-color: #FA8970;
}
</style>