Shades of Salmon #FA7B73
Tints of Salmon #FA7B73
RGB
CMYK
RGB Variations
Color information
#FA7B73 (or 0xFA7B73) is known color: Salmon. HEX triplet: FA, 7B and 73. RGB value is (250,123,115). Sum of RGB (Red+Green+Blue) = 250+123+115=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B73 is #05848C. Grayscale: #A0A0A0. Windows color (decimal): -361613 or 7568378. OLE color: 7568378.
HSL color Cylindrical-coordinate representation of color #FA7B73: hue angle of 3.56º 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 #FA7B73 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 115 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.02 |
| HSL | 3.56º | 0.93% | 0.72% | - |
| HSV(B) | 3.56º | 0.54% | 0.98% | - |
| XYZ | 49.6 | 35.73 | 20.5 | - |
| YUV | 160.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 115 | 0 | 0.51 | 0.54 | 0.02 | 3.56 | 0.93 | 0.72 |
| Hex | FA | 7B | 73 | 0 | 33 | 36 | 2 | 4 | 5D | 48 |
| Octal | 372 | 173 | 163 | 0 | 63 | 66 | 2 | 4 | 135 | 110 |
| Binary | 11111010 | 1111011 | 1110011 | 0 | 110011 | 110110 | 10 | 100 | 1011101 | 1001000 |
Color Harmonies of #FA7B73
Complementary color
Monochromatic Colors of #FA7B73
Black with #FA7B73
Text Example
Text Example
White with #FA7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B73; }
p { color: rgb(250,123,115); }
H1.HeaderClassName
{
color: #FA7B73;
}
.AnyTagClassName
{
color: #FA7B73;
}
</style>
background-color css
<style>
a { background-color: #FA7B73; }
a { background-color: rgb(250,123,115); }
div.DivClassName
{
background-color: #FA7B73;
}
.BgClassName
{
background-color: #FA7B73;
}
</style>
border-color css
<style>
span { border-color: #FA7B73; }
span { border-color: rgb(250,123,115); }
td.TdClassName
{
border-color: #FA7B73;
}
.TagClassName
{
border-color: #FA7B73;
}
</style>