Shades of Salmon #FA8070
Tints of Salmon #FA8070
RGB
CMYK
RGB Variations
Color information
#FA8070 (or 0xFA8070) is known color: Salmon. HEX triplet: FA, 80 and 70. RGB value is (250,128,112). Sum of RGB (Red+Green+Blue) = 250+128+112=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8070 is #057F8F. Grayscale: #A2A2A2. Windows color (decimal): -360336 or 7373050. OLE color: 7373050.
HSL color Cylindrical-coordinate representation of color #FA8070: hue angle of 6.96º 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 #FA8070 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 112 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.02 |
| HSL | 6.96º | 0.93% | 0.71% | - |
| HSV(B) | 6.96º | 0.55% | 0.98% | - |
| XYZ | 50.07 | 36.93 | 19.82 | - |
| YUV | 162.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 112 | 0 | 0.49 | 0.55 | 0.02 | 6.96 | 0.93 | 0.71 |
| Hex | FA | 80 | 70 | 0 | 31 | 37 | 2 | 7 | 5D | 47 |
| Octal | 372 | 200 | 160 | 0 | 61 | 67 | 2 | 7 | 135 | 107 |
| Binary | 11111010 | 10000000 | 1110000 | 0 | 110001 | 110111 | 10 | 111 | 1011101 | 1000111 |
Color Harmonies of #FA8070
Complementary color
Monochromatic Colors of #FA8070
Black with #FA8070
Text Example
Text Example
White with #FA8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8070; }
p { color: rgb(250,128,112); }
H1.HeaderClassName
{
color: #FA8070;
}
.AnyTagClassName
{
color: #FA8070;
}
</style>
background-color css
<style>
a { background-color: #FA8070; }
a { background-color: rgb(250,128,112); }
div.DivClassName
{
background-color: #FA8070;
}
.BgClassName
{
background-color: #FA8070;
}
</style>
border-color css
<style>
span { border-color: #FA8070; }
span { border-color: rgb(250,128,112); }
td.TdClassName
{
border-color: #FA8070;
}
.TagClassName
{
border-color: #FA8070;
}
</style>