Shades of Salmon #FA8577
Tints of Salmon #FA8577
RGB
CMYK
RGB Variations
Color information
#FA8577 (or 0xFA8577) is known color: Salmon. HEX triplet: FA, 85 and 77. RGB value is (250,133,119). Sum of RGB (Red+Green+Blue) = 250+133+119=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8577 is #057A88. Grayscale: #A6A6A6. Windows color (decimal): -359049 or 7833082. OLE color: 7833082.
HSL color Cylindrical-coordinate representation of color #FA8577: hue angle of 6.41º 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 #FA8577 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 119 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.02 |
| HSL | 6.41º | 0.93% | 0.72% | - |
| HSV(B) | 6.41º | 0.52% | 0.98% | - |
| XYZ | 51.14 | 38.43 | 22.18 | - |
| YUV | 166.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 119 | 0 | 0.47 | 0.52 | 0.02 | 6.41 | 0.93 | 0.72 |
| Hex | FA | 85 | 77 | 0 | 2F | 34 | 2 | 6 | 5D | 48 |
| Octal | 372 | 205 | 167 | 0 | 57 | 64 | 2 | 6 | 135 | 110 |
| Binary | 11111010 | 10000101 | 1110111 | 0 | 101111 | 110100 | 10 | 110 | 1011101 | 1001000 |
Color Harmonies of #FA8577
Complementary color
Monochromatic Colors of #FA8577
Black with #FA8577
Text Example
Text Example
White with #FA8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8577; }
p { color: rgb(250,133,119); }
H1.HeaderClassName
{
color: #FA8577;
}
.AnyTagClassName
{
color: #FA8577;
}
</style>
background-color css
<style>
a { background-color: #FA8577; }
a { background-color: rgb(250,133,119); }
div.DivClassName
{
background-color: #FA8577;
}
.BgClassName
{
background-color: #FA8577;
}
</style>
border-color css
<style>
span { border-color: #FA8577; }
span { border-color: rgb(250,133,119); }
td.TdClassName
{
border-color: #FA8577;
}
.TagClassName
{
border-color: #FA8577;
}
</style>