Shades of Salmon #FA8373
Tints of Salmon #FA8373
RGB
CMYK
RGB Variations
Color information
#FA8373 (or 0xFA8373) is known color: Salmon. HEX triplet: FA, 83 and 73. RGB value is (250,131,115). Sum of RGB (Red+Green+Blue) = 250+131+115=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8373 is #057C8C. Grayscale: #A4A4A4. Windows color (decimal): -359565 or 7570426. OLE color: 7570426.
HSL color Cylindrical-coordinate representation of color #FA8373: hue angle of 7.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA8373 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 115 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.02 |
| HSL | 7.11º | 0.93% | 0.72% | - |
| HSV(B) | 7.11º | 0.54% | 0.98% | - |
| XYZ | 50.64 | 37.79 | 20.85 | - |
| YUV | 164.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 115 | 0 | 0.48 | 0.54 | 0.02 | 7.11 | 0.93 | 0.72 |
| Hex | FA | 83 | 73 | 0 | 30 | 36 | 2 | 7 | 5D | 48 |
| Octal | 372 | 203 | 163 | 0 | 60 | 66 | 2 | 7 | 135 | 110 |
| Binary | 11111010 | 10000011 | 1110011 | 0 | 110000 | 110110 | 10 | 111 | 1011101 | 1001000 |
Color Harmonies of #FA8373
Complementary color
Monochromatic Colors of #FA8373
Black with #FA8373
Text Example
Text Example
White with #FA8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8373; }
p { color: rgb(250,131,115); }
H1.HeaderClassName
{
color: #FA8373;
}
.AnyTagClassName
{
color: #FA8373;
}
</style>
background-color css
<style>
a { background-color: #FA8373; }
a { background-color: rgb(250,131,115); }
div.DivClassName
{
background-color: #FA8373;
}
.BgClassName
{
background-color: #FA8373;
}
</style>
border-color css
<style>
span { border-color: #FA8373; }
span { border-color: rgb(250,131,115); }
td.TdClassName
{
border-color: #FA8373;
}
.TagClassName
{
border-color: #FA8373;
}
</style>