Shades of Salmon #FA8570
Tints of Salmon #FA8570
RGB
CMYK
RGB Variations
Color information
#FA8570 (or 0xFA8570) is known color: Salmon. HEX triplet: FA, 85 and 70. RGB value is (250,133,112). Sum of RGB (Red+Green+Blue) = 250+133+112=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8570 is #057A8F. Grayscale: #A5A5A5. Windows color (decimal): -359056 or 7374330. OLE color: 7374330.
HSL color Cylindrical-coordinate representation of color #FA8570: hue angle of 9.13º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA8570 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 112 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.02 |
| HSL | 9.13º | 0.93% | 0.71% | - |
| HSV(B) | 9.13º | 0.55% | 0.98% | - |
| XYZ | 50.74 | 38.27 | 20.04 | - |
| YUV | 165.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 112 | 0 | 0.47 | 0.55 | 0.02 | 9.13 | 0.93 | 0.71 |
| Hex | FA | 85 | 70 | 0 | 2F | 37 | 2 | 9 | 5D | 47 |
| Octal | 372 | 205 | 160 | 0 | 57 | 67 | 2 | 11 | 135 | 107 |
| Binary | 11111010 | 10000101 | 1110000 | 0 | 101111 | 110111 | 10 | 1001 | 1011101 | 1000111 |
Color Harmonies of #FA8570
Complementary color
Monochromatic Colors of #FA8570
Black with #FA8570
Text Example
Text Example
White with #FA8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8570; }
p { color: rgb(250,133,112); }
H1.HeaderClassName
{
color: #FA8570;
}
.AnyTagClassName
{
color: #FA8570;
}
</style>
background-color css
<style>
a { background-color: #FA8570; }
a { background-color: rgb(250,133,112); }
div.DivClassName
{
background-color: #FA8570;
}
.BgClassName
{
background-color: #FA8570;
}
</style>
border-color css
<style>
span { border-color: #FA8570; }
span { border-color: rgb(250,133,112); }
td.TdClassName
{
border-color: #FA8570;
}
.TagClassName
{
border-color: #FA8570;
}
</style>