Shades of Salmon #FA7372
Tints of Salmon #FA7372
RGB
CMYK
RGB Variations
Color information
#FA7372 (or 0xFA7372) is known color: Salmon. HEX triplet: FA, 73 and 72. RGB value is (250,115,114). Sum of RGB (Red+Green+Blue) = 250+115+114=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7372 is #058C8D. Grayscale: #9B9B9B. Windows color (decimal): -363662 or 7500794. OLE color: 7500794.
HSL color Cylindrical-coordinate representation of color #FA7372: hue angle of 0.44º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7372 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 114 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.02 |
| HSL | 0.44º | 0.93% | 0.71% | - |
| HSV(B) | 0.44º | 0.54% | 0.98% | - |
| XYZ | 48.59 | 33.8 | 19.88 | - |
| YUV | 155.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 114 | 0 | 0.54 | 0.54 | 0.02 | 0.44 | 0.93 | 0.71 |
| Hex | FA | 73 | 72 | 0 | 36 | 36 | 2 | 0 | 5D | 47 |
| Octal | 372 | 163 | 162 | 0 | 66 | 66 | 2 | 0 | 135 | 107 |
| Binary | 11111010 | 1110011 | 1110010 | 0 | 110110 | 110110 | 10 | 0 | 1011101 | 1000111 |
Color Harmonies of #FA7372
Complementary color
Monochromatic Colors of #FA7372
Black with #FA7372
Text Example
Text Example
White with #FA7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7372; }
p { color: rgb(250,115,114); }
H1.HeaderClassName
{
color: #FA7372;
}
.AnyTagClassName
{
color: #FA7372;
}
</style>
background-color css
<style>
a { background-color: #FA7372; }
a { background-color: rgb(250,115,114); }
div.DivClassName
{
background-color: #FA7372;
}
.BgClassName
{
background-color: #FA7372;
}
</style>
border-color css
<style>
span { border-color: #FA7372; }
span { border-color: rgb(250,115,114); }
td.TdClassName
{
border-color: #FA7372;
}
.TagClassName
{
border-color: #FA7372;
}
</style>