Shades of Salmon #FA8576
Tints of Salmon #FA8576
RGB
CMYK
RGB Variations
Color information
#FA8576 (or 0xFA8576) is known color: Salmon. HEX triplet: FA, 85 and 76. RGB value is (250,133,118). Sum of RGB (Red+Green+Blue) = 250+133+118=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8576 is #057A89. Grayscale: #A6A6A6. Windows color (decimal): -359050 or 7767546. OLE color: 7767546.
HSL color Cylindrical-coordinate representation of color #FA8576: hue angle of 6.82º 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 #FA8576 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 118 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.02 |
| HSL | 6.82º | 0.93% | 0.72% | - |
| HSV(B) | 6.82º | 0.53% | 0.98% | - |
| XYZ | 51.08 | 38.41 | 21.86 | - |
| YUV | 166.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 118 | 0 | 0.47 | 0.53 | 0.02 | 6.82 | 0.93 | 0.72 |
| Hex | FA | 85 | 76 | 0 | 2F | 35 | 2 | 7 | 5D | 48 |
| Octal | 372 | 205 | 166 | 0 | 57 | 65 | 2 | 7 | 135 | 110 |
| Binary | 11111010 | 10000101 | 1110110 | 0 | 101111 | 110101 | 10 | 111 | 1011101 | 1001000 |
Color Harmonies of #FA8576
Complementary color
Monochromatic Colors of #FA8576
Black with #FA8576
Text Example
Text Example
White with #FA8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8576; }
p { color: rgb(250,133,118); }
H1.HeaderClassName
{
color: #FA8576;
}
.AnyTagClassName
{
color: #FA8576;
}
</style>
background-color css
<style>
a { background-color: #FA8576; }
a { background-color: rgb(250,133,118); }
div.DivClassName
{
background-color: #FA8576;
}
.BgClassName
{
background-color: #FA8576;
}
</style>
border-color css
<style>
span { border-color: #FA8576; }
span { border-color: rgb(250,133,118); }
td.TdClassName
{
border-color: #FA8576;
}
.TagClassName
{
border-color: #FA8576;
}
</style>