Shades of Salmon #FA7973
Tints of Salmon #FA7973
RGB
CMYK
RGB Variations
Color information
#FA7973 (or 0xFA7973) is known color: Salmon. HEX triplet: FA, 79 and 73. RGB value is (250,121,115). Sum of RGB (Red+Green+Blue) = 250+121+115=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7973 is #05868C. Grayscale: #9F9F9F. Windows color (decimal): -362125 or 7567866. OLE color: 7567866.
HSL color Cylindrical-coordinate representation of color #FA7973: hue angle of 2.67º 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 #FA7973 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 115 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.02 |
| HSL | 2.67º | 0.93% | 0.72% | - |
| HSV(B) | 2.67º | 0.54% | 0.98% | - |
| XYZ | 49.36 | 35.24 | 20.42 | - |
| YUV | 158.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 115 | 0 | 0.52 | 0.54 | 0.02 | 2.67 | 0.93 | 0.72 |
| Hex | FA | 79 | 73 | 0 | 34 | 36 | 2 | 3 | 5D | 48 |
| Octal | 372 | 171 | 163 | 0 | 64 | 66 | 2 | 3 | 135 | 110 |
| Binary | 11111010 | 1111001 | 1110011 | 0 | 110100 | 110110 | 10 | 11 | 1011101 | 1001000 |
Color Harmonies of #FA7973
Complementary color
Monochromatic Colors of #FA7973
Black with #FA7973
Text Example
Text Example
White with #FA7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7973; }
p { color: rgb(250,121,115); }
H1.HeaderClassName
{
color: #FA7973;
}
.AnyTagClassName
{
color: #FA7973;
}
</style>
background-color css
<style>
a { background-color: #FA7973; }
a { background-color: rgb(250,121,115); }
div.DivClassName
{
background-color: #FA7973;
}
.BgClassName
{
background-color: #FA7973;
}
</style>
border-color css
<style>
span { border-color: #FA7973; }
span { border-color: rgb(250,121,115); }
td.TdClassName
{
border-color: #FA7973;
}
.TagClassName
{
border-color: #FA7973;
}
</style>