Shades of Salmon #FA7873
Tints of Salmon #FA7873
RGB
CMYK
RGB Variations
Color information
#FA7873 (or 0xFA7873) is known color: Salmon. HEX triplet: FA, 78 and 73. RGB value is (250,120,115). Sum of RGB (Red+Green+Blue) = 250+120+115=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7873 is #05878C. Grayscale: #9E9E9E. Windows color (decimal): -362381 or 7567610. OLE color: 7567610.
HSL color Cylindrical-coordinate representation of color #FA7873: hue angle of 2.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 #FA7873 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 115 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.02 |
| HSL | 2.22º | 0.93% | 0.72% | - |
| HSV(B) | 2.22º | 0.54% | 0.98% | - |
| XYZ | 49.24 | 34.99 | 20.38 | - |
| YUV | 158.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 115 | 0 | 0.52 | 0.54 | 0.02 | 2.22 | 0.93 | 0.72 |
| Hex | FA | 78 | 73 | 0 | 34 | 36 | 2 | 2 | 5D | 48 |
| Octal | 372 | 170 | 163 | 0 | 64 | 66 | 2 | 2 | 135 | 110 |
| Binary | 11111010 | 1111000 | 1110011 | 0 | 110100 | 110110 | 10 | 10 | 1011101 | 1001000 |
Color Harmonies of #FA7873
Complementary color
Monochromatic Colors of #FA7873
Black with #FA7873
Text Example
Text Example
White with #FA7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7873; }
p { color: rgb(250,120,115); }
H1.HeaderClassName
{
color: #FA7873;
}
.AnyTagClassName
{
color: #FA7873;
}
</style>
background-color css
<style>
a { background-color: #FA7873; }
a { background-color: rgb(250,120,115); }
div.DivClassName
{
background-color: #FA7873;
}
.BgClassName
{
background-color: #FA7873;
}
</style>
border-color css
<style>
span { border-color: #FA7873; }
span { border-color: rgb(250,120,115); }
td.TdClassName
{
border-color: #FA7873;
}
.TagClassName
{
border-color: #FA7873;
}
</style>