Shades of Salmon #FA8876
Tints of Salmon #FA8876
RGB
CMYK
RGB Variations
Color information
#FA8876 (or 0xFA8876) is known color: Salmon. HEX triplet: FA, 88 and 76. RGB value is (250,136,118). Sum of RGB (Red+Green+Blue) = 250+136+118=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8876 is #057789. Grayscale: #A8A8A8. Windows color (decimal): -358282 or 7768314. OLE color: 7768314.
HSL color Cylindrical-coordinate representation of color #FA8876: hue angle of 8.18º 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 #FA8876 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 118 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.02 |
| HSL | 8.18º | 0.93% | 0.72% | - |
| HSV(B) | 8.18º | 0.53% | 0.98% | - |
| XYZ | 51.5 | 39.24 | 22 | - |
| YUV | 168.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 118 | 0 | 0.46 | 0.53 | 0.02 | 8.18 | 0.93 | 0.72 |
| Hex | FA | 88 | 76 | 0 | 2E | 35 | 2 | 8 | 5D | 48 |
| Octal | 372 | 210 | 166 | 0 | 56 | 65 | 2 | 10 | 135 | 110 |
| Binary | 11111010 | 10001000 | 1110110 | 0 | 101110 | 110101 | 10 | 1000 | 1011101 | 1001000 |
Color Harmonies of #FA8876
Complementary color
Monochromatic Colors of #FA8876
Black with #FA8876
Text Example
Text Example
White with #FA8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8876; }
p { color: rgb(250,136,118); }
H1.HeaderClassName
{
color: #FA8876;
}
.AnyTagClassName
{
color: #FA8876;
}
</style>
background-color css
<style>
a { background-color: #FA8876; }
a { background-color: rgb(250,136,118); }
div.DivClassName
{
background-color: #FA8876;
}
.BgClassName
{
background-color: #FA8876;
}
</style>
border-color css
<style>
span { border-color: #FA8876; }
span { border-color: rgb(250,136,118); }
td.TdClassName
{
border-color: #FA8876;
}
.TagClassName
{
border-color: #FA8876;
}
</style>