Shades of Salmon #FF8579
Tints of Salmon #FF8579
RGB
CMYK
RGB Variations
Color information
#FF8579 (or 0xFF8579) is known color: Salmon. HEX triplet: FF, 85 and 79. RGB value is (255,133,121). Sum of RGB (Red+Green+Blue) = 255+133+121=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8579 is #007A86. Grayscale: #A8A8A8. Windows color (decimal): -31367 or 7964159. OLE color: 7964159.
HSL color Cylindrical-coordinate representation of color #FF8579: hue angle of 5.37º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8579 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 121 | - |
| CMYK | 0 | 0.48 | 0.53 | 0 |
| HSL | 5.37º | 1% | 0.74% | - |
| HSV(B) | 5.37º | 0.53% | 1% | - |
| XYZ | 53.08 | 39.42 | 22.9 | - |
| YUV | 168.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 121 | 0 | 0.48 | 0.53 | 0 | 5.37 | 1 | 0.74 |
| Hex | FF | 85 | 79 | 0 | 30 | 35 | 0 | 5 | 64 | 4A |
| Octal | 377 | 205 | 171 | 0 | 60 | 65 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10000101 | 1111001 | 0 | 110000 | 110101 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF8579
Complementary color
Monochromatic Colors of #FF8579
Black with #FF8579
Text Example
Text Example
White with #FF8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8579; }
p { color: rgb(255,133,121); }
H1.HeaderClassName
{
color: #FF8579;
}
.AnyTagClassName
{
color: #FF8579;
}
</style>
background-color css
<style>
a { background-color: #FF8579; }
a { background-color: rgb(255,133,121); }
div.DivClassName
{
background-color: #FF8579;
}
.BgClassName
{
background-color: #FF8579;
}
</style>
border-color css
<style>
span { border-color: #FF8579; }
span { border-color: rgb(255,133,121); }
td.TdClassName
{
border-color: #FF8579;
}
.TagClassName
{
border-color: #FF8579;
}
</style>