Shades of Salmon #FA8D76
Tints of Salmon #FA8D76
RGB
CMYK
RGB Variations
Color information
#FA8D76 (or 0xFA8D76) is known color: Salmon. HEX triplet: FA, 8D and 76. RGB value is (250,141,118). Sum of RGB (Red+Green+Blue) = 250+141+118=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D76 is #057289. Grayscale: #ABABAB. Windows color (decimal): -357002 or 7769594. OLE color: 7769594.
HSL color Cylindrical-coordinate representation of color #FA8D76: hue angle of 10.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA8D76 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 118 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.02 |
| HSL | 10.45º | 0.93% | 0.72% | - |
| HSV(B) | 10.45º | 0.53% | 0.98% | - |
| XYZ | 52.22 | 40.68 | 22.24 | - |
| YUV | 170.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 118 | 0 | 0.44 | 0.53 | 0.02 | 10.45 | 0.93 | 0.72 |
| Hex | FA | 8D | 76 | 0 | 2C | 35 | 2 | A | 5D | 48 |
| Octal | 372 | 215 | 166 | 0 | 54 | 65 | 2 | 12 | 135 | 110 |
| Binary | 11111010 | 10001101 | 1110110 | 0 | 101100 | 110101 | 10 | 1010 | 1011101 | 1001000 |
Color Harmonies of #FA8D76
Complementary color
Monochromatic Colors of #FA8D76
Black with #FA8D76
Text Example
Text Example
White with #FA8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D76; }
p { color: rgb(250,141,118); }
H1.HeaderClassName
{
color: #FA8D76;
}
.AnyTagClassName
{
color: #FA8D76;
}
</style>
background-color css
<style>
a { background-color: #FA8D76; }
a { background-color: rgb(250,141,118); }
div.DivClassName
{
background-color: #FA8D76;
}
.BgClassName
{
background-color: #FA8D76;
}
</style>
border-color css
<style>
span { border-color: #FA8D76; }
span { border-color: rgb(250,141,118); }
td.TdClassName
{
border-color: #FA8D76;
}
.TagClassName
{
border-color: #FA8D76;
}
</style>