Shades of Light Salmon #FA9773
Tints of Light Salmon #FA9773
RGB
CMYK
RGB Variations
Color information
#FA9773 (or 0xFA9773) is known color: Light Salmon. HEX triplet: FA, 97 and 73. RGB value is (250,151,115). Sum of RGB (Red+Green+Blue) = 250+151+115=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9773 is #05688C. Grayscale: #B0B0B0. Windows color (decimal): -354445 or 7575546. OLE color: 7575546.
HSL color Cylindrical-coordinate representation of color #FA9773: hue angle of 16º 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 #FA9773 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 115 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.02 |
| HSL | 16º | 0.93% | 0.72% | - |
| HSV(B) | 16º | 0.54% | 0.98% | - |
| XYZ | 53.59 | 43.7 | 21.83 | - |
| YUV | 176.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 115 | 0 | 0.40 | 0.54 | 0.02 | 16 | 0.93 | 0.72 |
| Hex | FA | 97 | 73 | 0 | 28 | 36 | 2 | 10 | 5D | 48 |
| Octal | 372 | 227 | 163 | 0 | 50 | 66 | 2 | 20 | 135 | 110 |
| Binary | 11111010 | 10010111 | 1110011 | 0 | 101000 | 110110 | 10 | 10000 | 1011101 | 1001000 |
Color Harmonies of #FA9773
Complementary color
Monochromatic Colors of #FA9773
Black with #FA9773
Text Example
Text Example
White with #FA9773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9773; }
p { color: rgb(250,151,115); }
H1.HeaderClassName
{
color: #FA9773;
}
.AnyTagClassName
{
color: #FA9773;
}
</style>
background-color css
<style>
a { background-color: #FA9773; }
a { background-color: rgb(250,151,115); }
div.DivClassName
{
background-color: #FA9773;
}
.BgClassName
{
background-color: #FA9773;
}
</style>
border-color css
<style>
span { border-color: #FA9773; }
span { border-color: rgb(250,151,115); }
td.TdClassName
{
border-color: #FA9773;
}
.TagClassName
{
border-color: #FA9773;
}
</style>