Shades of Light Salmon #FA9573
Tints of Light Salmon #FA9573
RGB
CMYK
RGB Variations
Color information
#FA9573 (or 0xFA9573) is known color: Light Salmon. HEX triplet: FA, 95 and 73. RGB value is (250,149,115). Sum of RGB (Red+Green+Blue) = 250+149+115=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9573 is #056A8C. Grayscale: #AFAFAF. Windows color (decimal): -354957 or 7575034. OLE color: 7575034.
HSL color Cylindrical-coordinate representation of color #FA9573: hue angle of 15.11º 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 #FA9573 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 115 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.02 |
| HSL | 15.11º | 0.93% | 0.72% | - |
| HSV(B) | 15.11º | 0.54% | 0.98% | - |
| XYZ | 53.27 | 43.06 | 21.72 | - |
| YUV | 175.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 115 | 0 | 0.40 | 0.54 | 0.02 | 15.11 | 0.93 | 0.72 |
| Hex | FA | 95 | 73 | 0 | 28 | 36 | 2 | F | 5D | 48 |
| Octal | 372 | 225 | 163 | 0 | 50 | 66 | 2 | 17 | 135 | 110 |
| Binary | 11111010 | 10010101 | 1110011 | 0 | 101000 | 110110 | 10 | 1111 | 1011101 | 1001000 |
Color Harmonies of #FA9573
Complementary color
Monochromatic Colors of #FA9573
Black with #FA9573
Text Example
Text Example
White with #FA9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9573; }
p { color: rgb(250,149,115); }
H1.HeaderClassName
{
color: #FA9573;
}
.AnyTagClassName
{
color: #FA9573;
}
</style>
background-color css
<style>
a { background-color: #FA9573; }
a { background-color: rgb(250,149,115); }
div.DivClassName
{
background-color: #FA9573;
}
.BgClassName
{
background-color: #FA9573;
}
</style>
border-color css
<style>
span { border-color: #FA9573; }
span { border-color: rgb(250,149,115); }
td.TdClassName
{
border-color: #FA9573;
}
.TagClassName
{
border-color: #FA9573;
}
</style>