Shades of Salmon #FA8A73
Tints of Salmon #FA8A73
RGB
CMYK
RGB Variations
Color information
#FA8A73 (or 0xFA8A73) is known color: Salmon. HEX triplet: FA, 8A and 73. RGB value is (250,138,115). Sum of RGB (Red+Green+Blue) = 250+138+115=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A73 is #05758C. Grayscale: #A9A9A9. Windows color (decimal): -357773 or 7572218. OLE color: 7572218.
HSL color Cylindrical-coordinate representation of color #FA8A73: hue angle of 10.22º 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 #FA8A73 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 115 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.02 |
| HSL | 10.22º | 0.93% | 0.72% | - |
| HSV(B) | 10.22º | 0.54% | 0.98% | - |
| XYZ | 51.61 | 39.74 | 21.17 | - |
| YUV | 168.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 115 | 0 | 0.45 | 0.54 | 0.02 | 10.22 | 0.93 | 0.72 |
| Hex | FA | 8A | 73 | 0 | 2D | 36 | 2 | A | 5D | 48 |
| Octal | 372 | 212 | 163 | 0 | 55 | 66 | 2 | 12 | 135 | 110 |
| Binary | 11111010 | 10001010 | 1110011 | 0 | 101101 | 110110 | 10 | 1010 | 1011101 | 1001000 |
Color Harmonies of #FA8A73
Complementary color
Monochromatic Colors of #FA8A73
Black with #FA8A73
Text Example
Text Example
White with #FA8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A73; }
p { color: rgb(250,138,115); }
H1.HeaderClassName
{
color: #FA8A73;
}
.AnyTagClassName
{
color: #FA8A73;
}
</style>
background-color css
<style>
a { background-color: #FA8A73; }
a { background-color: rgb(250,138,115); }
div.DivClassName
{
background-color: #FA8A73;
}
.BgClassName
{
background-color: #FA8A73;
}
</style>
border-color css
<style>
span { border-color: #FA8A73; }
span { border-color: rgb(250,138,115); }
td.TdClassName
{
border-color: #FA8A73;
}
.TagClassName
{
border-color: #FA8A73;
}
</style>