Shades of Salmon #FF8A70
Tints of Salmon #FF8A70
RGB
CMYK
RGB Variations
Color information
#FF8A70 (or 0xFF8A70) is known color: Salmon. HEX triplet: FF, 8A and 70. RGB value is (255,138,112). Sum of RGB (Red+Green+Blue) = 255+138+112=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A70 is #00758F. Grayscale: #AAAAAA. Windows color (decimal): -30096 or 7375615. OLE color: 7375615.
HSL color Cylindrical-coordinate representation of color #FF8A70: hue angle of 10.91º 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 #FF8A70 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 112 | - |
| CMYK | 0 | 0.46 | 0.56 | 0 |
| HSL | 10.91º | 1% | 0.72% | - |
| HSV(B) | 10.91º | 0.56% | 1% | - |
| XYZ | 53.25 | 40.61 | 20.36 | - |
| YUV | 170.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 112 | 0 | 0.46 | 0.56 | 0 | 10.91 | 1 | 0.72 |
| Hex | FF | 8A | 70 | 0 | 2E | 38 | 0 | B | 64 | 48 |
| Octal | 377 | 212 | 160 | 0 | 56 | 70 | 0 | 13 | 144 | 110 |
| Binary | 11111111 | 10001010 | 1110000 | 0 | 101110 | 111000 | 0 | 1011 | 1100100 | 1001000 |
Color Harmonies of #FF8A70
Complementary color
Monochromatic Colors of #FF8A70
Black with #FF8A70
Text Example
Text Example
White with #FF8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A70; }
p { color: rgb(255,138,112); }
H1.HeaderClassName
{
color: #FF8A70;
}
.AnyTagClassName
{
color: #FF8A70;
}
</style>
background-color css
<style>
a { background-color: #FF8A70; }
a { background-color: rgb(255,138,112); }
div.DivClassName
{
background-color: #FF8A70;
}
.BgClassName
{
background-color: #FF8A70;
}
</style>
border-color css
<style>
span { border-color: #FF8A70; }
span { border-color: rgb(255,138,112); }
td.TdClassName
{
border-color: #FF8A70;
}
.TagClassName
{
border-color: #FF8A70;
}
</style>