Shades of Salmon #FF8570
Tints of Salmon #FF8570
RGB
CMYK
RGB Variations
Color information
#FF8570 (or 0xFF8570) is known color: Salmon. HEX triplet: FF, 85 and 70. RGB value is (255,133,112). Sum of RGB (Red+Green+Blue) = 255+133+112=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8570 is #007A8F. Grayscale: #A7A7A7. Windows color (decimal): -31376 or 7374335. OLE color: 7374335.
HSL color Cylindrical-coordinate representation of color #FF8570: hue angle of 8.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF8570 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 112 | - |
| CMYK | 0 | 0.48 | 0.56 | 0 |
| HSL | 8.81º | 1% | 0.72% | - |
| HSV(B) | 8.81º | 0.56% | 1% | - |
| XYZ | 52.55 | 39.2 | 20.13 | - |
| YUV | 167.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 112 | 0 | 0.48 | 0.56 | 0 | 8.81 | 1 | 0.72 |
| Hex | FF | 85 | 70 | 0 | 30 | 38 | 0 | 9 | 64 | 48 |
| Octal | 377 | 205 | 160 | 0 | 60 | 70 | 0 | 11 | 144 | 110 |
| Binary | 11111111 | 10000101 | 1110000 | 0 | 110000 | 111000 | 0 | 1001 | 1100100 | 1001000 |
Color Harmonies of #FF8570
Complementary color
Monochromatic Colors of #FF8570
Black with #FF8570
Text Example
Text Example
White with #FF8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8570; }
p { color: rgb(255,133,112); }
H1.HeaderClassName
{
color: #FF8570;
}
.AnyTagClassName
{
color: #FF8570;
}
</style>
background-color css
<style>
a { background-color: #FF8570; }
a { background-color: rgb(255,133,112); }
div.DivClassName
{
background-color: #FF8570;
}
.BgClassName
{
background-color: #FF8570;
}
</style>
border-color css
<style>
span { border-color: #FF8570; }
span { border-color: rgb(255,133,112); }
td.TdClassName
{
border-color: #FF8570;
}
.TagClassName
{
border-color: #FF8570;
}
</style>