Shades of Salmon #FA8176
Tints of Salmon #FA8176
RGB
CMYK
RGB Variations
Color information
#FA8176 (or 0xFA8176) is known color: Salmon. HEX triplet: FA, 81 and 76. RGB value is (250,129,118). Sum of RGB (Red+Green+Blue) = 250+129+118=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8176 is #057E89. Grayscale: #A4A4A4. Windows color (decimal): -360074 or 7766522. OLE color: 7766522.
HSL color Cylindrical-coordinate representation of color #FA8176: hue angle of 5º 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 #FA8176 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 118 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.02 |
| HSL | 5º | 0.93% | 0.72% | - |
| HSV(B) | 5º | 0.53% | 0.98% | - |
| XYZ | 50.54 | 37.33 | 21.68 | - |
| YUV | 163.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 118 | 0 | 0.48 | 0.53 | 0.02 | 5 | 0.93 | 0.72 |
| Hex | FA | 81 | 76 | 0 | 30 | 35 | 2 | 5 | 5D | 48 |
| Octal | 372 | 201 | 166 | 0 | 60 | 65 | 2 | 5 | 135 | 110 |
| Binary | 11111010 | 10000001 | 1110110 | 0 | 110000 | 110101 | 10 | 101 | 1011101 | 1001000 |
Color Harmonies of #FA8176
Complementary color
Monochromatic Colors of #FA8176
Black with #FA8176
Text Example
Text Example
White with #FA8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8176; }
p { color: rgb(250,129,118); }
H1.HeaderClassName
{
color: #FA8176;
}
.AnyTagClassName
{
color: #FA8176;
}
</style>
background-color css
<style>
a { background-color: #FA8176; }
a { background-color: rgb(250,129,118); }
div.DivClassName
{
background-color: #FA8176;
}
.BgClassName
{
background-color: #FA8176;
}
</style>
border-color css
<style>
span { border-color: #FA8176; }
span { border-color: rgb(250,129,118); }
td.TdClassName
{
border-color: #FA8176;
}
.TagClassName
{
border-color: #FA8176;
}
</style>