Shades of Salmon #FF8578
Tints of Salmon #FF8578
RGB
CMYK
RGB Variations
Color information
#FF8578 (or 0xFF8578) is known color: Salmon. HEX triplet: FF, 85 and 78. RGB value is (255,133,120). Sum of RGB (Red+Green+Blue) = 255+133+120=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8578 is #007A87. Grayscale: #A8A8A8. Windows color (decimal): -31368 or 7898623. OLE color: 7898623.
HSL color Cylindrical-coordinate representation of color #FF8578: hue angle of 5.78º 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 #FF8578 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 120 | - |
| CMYK | 0 | 0.48 | 0.53 | 0 |
| HSL | 5.78º | 1% | 0.74% | - |
| HSV(B) | 5.78º | 0.53% | 1% | - |
| XYZ | 53.02 | 39.39 | 22.58 | - |
| YUV | 168 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 120 | 0 | 0.48 | 0.53 | 0 | 5.78 | 1 | 0.74 |
| Hex | FF | 85 | 78 | 0 | 30 | 35 | 0 | 6 | 64 | 4A |
| Octal | 377 | 205 | 170 | 0 | 60 | 65 | 0 | 6 | 144 | 112 |
| Binary | 11111111 | 10000101 | 1111000 | 0 | 110000 | 110101 | 0 | 110 | 1100100 | 1001010 |
Color Harmonies of #FF8578
Complementary color
Monochromatic Colors of #FF8578
Black with #FF8578
Text Example
Text Example
White with #FF8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8578; }
p { color: rgb(255,133,120); }
H1.HeaderClassName
{
color: #FF8578;
}
.AnyTagClassName
{
color: #FF8578;
}
</style>
background-color css
<style>
a { background-color: #FF8578; }
a { background-color: rgb(255,133,120); }
div.DivClassName
{
background-color: #FF8578;
}
.BgClassName
{
background-color: #FF8578;
}
</style>
border-color css
<style>
span { border-color: #FF8578; }
span { border-color: rgb(255,133,120); }
td.TdClassName
{
border-color: #FF8578;
}
.TagClassName
{
border-color: #FF8578;
}
</style>