Shades of Salmon #FF8577
Tints of Salmon #FF8577
RGB
CMYK
RGB Variations
Color information
#FF8577 (or 0xFF8577) is known color: Salmon. HEX triplet: FF, 85 and 77. RGB value is (255,133,119). Sum of RGB (Red+Green+Blue) = 255+133+119=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8577 is #007A88. Grayscale: #A8A8A8. Windows color (decimal): -31369 or 7833087. OLE color: 7833087.
HSL color Cylindrical-coordinate representation of color #FF8577: hue angle of 6.18º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8577 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 119 | - |
| CMYK | 0 | 0.48 | 0.53 | 0 |
| HSL | 6.18º | 1% | 0.73% | - |
| HSV(B) | 6.18º | 0.53% | 1% | - |
| XYZ | 52.96 | 39.37 | 22.26 | - |
| YUV | 167.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 119 | 0 | 0.48 | 0.53 | 0 | 6.18 | 1 | 0.73 |
| Hex | FF | 85 | 77 | 0 | 30 | 35 | 0 | 6 | 64 | 49 |
| Octal | 377 | 205 | 167 | 0 | 60 | 65 | 0 | 6 | 144 | 111 |
| Binary | 11111111 | 10000101 | 1110111 | 0 | 110000 | 110101 | 0 | 110 | 1100100 | 1001001 |
Color Harmonies of #FF8577
Complementary color
Monochromatic Colors of #FF8577
Black with #FF8577
Text Example
Text Example
White with #FF8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8577; }
p { color: rgb(255,133,119); }
H1.HeaderClassName
{
color: #FF8577;
}
.AnyTagClassName
{
color: #FF8577;
}
</style>
background-color css
<style>
a { background-color: #FF8577; }
a { background-color: rgb(255,133,119); }
div.DivClassName
{
background-color: #FF8577;
}
.BgClassName
{
background-color: #FF8577;
}
</style>
border-color css
<style>
span { border-color: #FF8577; }
span { border-color: rgb(255,133,119); }
td.TdClassName
{
border-color: #FF8577;
}
.TagClassName
{
border-color: #FF8577;
}
</style>