Shades of Salmon #FF8470
Tints of Salmon #FF8470
RGB
CMYK
RGB Variations
Color information
#FF8470 (or 0xFF8470) is known color: Salmon. HEX triplet: FF, 84 and 70. RGB value is (255,132,112). Sum of RGB (Red+Green+Blue) = 255+132+112=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8470 is #007B8F. Grayscale: #A6A6A6. Windows color (decimal): -31632 or 7374079. OLE color: 7374079.
HSL color Cylindrical-coordinate representation of color #FF8470: hue angle of 8.39º 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 #FF8470 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 112 | - |
| CMYK | 0 | 0.48 | 0.56 | 0 |
| HSL | 8.39º | 1% | 0.72% | - |
| HSV(B) | 8.39º | 0.56% | 1% | - |
| XYZ | 52.42 | 38.93 | 20.08 | - |
| YUV | 166.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 112 | 0 | 0.48 | 0.56 | 0 | 8.39 | 1 | 0.72 |
| Hex | FF | 84 | 70 | 0 | 30 | 38 | 0 | 8 | 64 | 48 |
| Octal | 377 | 204 | 160 | 0 | 60 | 70 | 0 | 10 | 144 | 110 |
| Binary | 11111111 | 10000100 | 1110000 | 0 | 110000 | 111000 | 0 | 1000 | 1100100 | 1001000 |
Color Harmonies of #FF8470
Complementary color
Monochromatic Colors of #FF8470
Black with #FF8470
Text Example
Text Example
White with #FF8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8470; }
p { color: rgb(255,132,112); }
H1.HeaderClassName
{
color: #FF8470;
}
.AnyTagClassName
{
color: #FF8470;
}
</style>
background-color css
<style>
a { background-color: #FF8470; }
a { background-color: rgb(255,132,112); }
div.DivClassName
{
background-color: #FF8470;
}
.BgClassName
{
background-color: #FF8470;
}
</style>
border-color css
<style>
span { border-color: #FF8470; }
span { border-color: rgb(255,132,112); }
td.TdClassName
{
border-color: #FF8470;
}
.TagClassName
{
border-color: #FF8470;
}
</style>