Shades of Salmon #FA8677
Tints of Salmon #FA8677
RGB
CMYK
RGB Variations
Color information
#FA8677 (or 0xFA8677) is known color: Salmon. HEX triplet: FA, 86 and 77. RGB value is (250,134,119). Sum of RGB (Red+Green+Blue) = 250+134+119=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8677 is #057988. Grayscale: #A7A7A7. Windows color (decimal): -358793 or 7833338. OLE color: 7833338.
HSL color Cylindrical-coordinate representation of color #FA8677: hue angle of 6.87º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA8677 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 119 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.02 |
| HSL | 6.87º | 0.93% | 0.72% | - |
| HSV(B) | 6.87º | 0.52% | 0.98% | - |
| XYZ | 51.28 | 38.71 | 22.22 | - |
| YUV | 166.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 119 | 0 | 0.46 | 0.52 | 0.02 | 6.87 | 0.93 | 0.72 |
| Hex | FA | 86 | 77 | 0 | 2E | 34 | 2 | 7 | 5D | 48 |
| Octal | 372 | 206 | 167 | 0 | 56 | 64 | 2 | 7 | 135 | 110 |
| Binary | 11111010 | 10000110 | 1110111 | 0 | 101110 | 110100 | 10 | 111 | 1011101 | 1001000 |
Color Harmonies of #FA8677
Complementary color
Monochromatic Colors of #FA8677
Black with #FA8677
Text Example
Text Example
White with #FA8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8677; }
p { color: rgb(250,134,119); }
H1.HeaderClassName
{
color: #FA8677;
}
.AnyTagClassName
{
color: #FA8677;
}
</style>
background-color css
<style>
a { background-color: #FA8677; }
a { background-color: rgb(250,134,119); }
div.DivClassName
{
background-color: #FA8677;
}
.BgClassName
{
background-color: #FA8677;
}
</style>
border-color css
<style>
span { border-color: #FA8677; }
span { border-color: rgb(250,134,119); }
td.TdClassName
{
border-color: #FA8677;
}
.TagClassName
{
border-color: #FA8677;
}
</style>