Shades of Salmon #FA8470
Tints of Salmon #FA8470
RGB
CMYK
RGB Variations
Color information
#FA8470 (or 0xFA8470) is known color: Salmon. HEX triplet: FA, 84 and 70. RGB value is (250,132,112). Sum of RGB (Red+Green+Blue) = 250+132+112=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8470 is #057B8F. Grayscale: #A5A5A5. Windows color (decimal): -359312 or 7374074. OLE color: 7374074.
HSL color Cylindrical-coordinate representation of color #FA8470: hue angle of 8.7º 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 #FA8470 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 112 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.02 |
| HSL | 8.7º | 0.93% | 0.71% | - |
| HSV(B) | 8.7º | 0.55% | 0.98% | - |
| XYZ | 50.6 | 38 | 20 | - |
| YUV | 165 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 112 | 0 | 0.47 | 0.55 | 0.02 | 8.7 | 0.93 | 0.71 |
| Hex | FA | 84 | 70 | 0 | 2F | 37 | 2 | 9 | 5D | 47 |
| Octal | 372 | 204 | 160 | 0 | 57 | 67 | 2 | 11 | 135 | 107 |
| Binary | 11111010 | 10000100 | 1110000 | 0 | 101111 | 110111 | 10 | 1001 | 1011101 | 1000111 |
Color Harmonies of #FA8470
Complementary color
Monochromatic Colors of #FA8470
Black with #FA8470
Text Example
Text Example
White with #FA8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8470; }
p { color: rgb(250,132,112); }
H1.HeaderClassName
{
color: #FA8470;
}
.AnyTagClassName
{
color: #FA8470;
}
</style>
background-color css
<style>
a { background-color: #FA8470; }
a { background-color: rgb(250,132,112); }
div.DivClassName
{
background-color: #FA8470;
}
.BgClassName
{
background-color: #FA8470;
}
</style>
border-color css
<style>
span { border-color: #FA8470; }
span { border-color: rgb(250,132,112); }
td.TdClassName
{
border-color: #FA8470;
}
.TagClassName
{
border-color: #FA8470;
}
</style>