Shades of Light Salmon #FF9573
Tints of Light Salmon #FF9573
RGB
CMYK
RGB Variations
Color information
#FF9573 (or 0xFF9573) is known color: Light Salmon. HEX triplet: FF, 95 and 73. RGB value is (255,149,115). Sum of RGB (Red+Green+Blue) = 255+149+115=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9573 is #006A8C. Grayscale: #B1B1B1. Windows color (decimal): -27277 or 7575039. OLE color: 7575039.
HSL color Cylindrical-coordinate representation of color #FF9573: hue angle of 14.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9573 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 115 | - |
| CMYK | 0 | 0.42 | 0.55 | 0 |
| HSL | 14.57º | 1% | 0.73% | - |
| HSV(B) | 14.57º | 0.55% | 1% | - |
| XYZ | 55.08 | 43.99 | 21.81 | - |
| YUV | 176.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 115 | 0 | 0.42 | 0.55 | 0 | 14.57 | 1 | 0.73 |
| Hex | FF | 95 | 73 | 0 | 2A | 37 | 0 | F | 64 | 49 |
| Octal | 377 | 225 | 163 | 0 | 52 | 67 | 0 | 17 | 144 | 111 |
| Binary | 11111111 | 10010101 | 1110011 | 0 | 101010 | 110111 | 0 | 1111 | 1100100 | 1001001 |
Color Harmonies of #FF9573
Complementary color
Monochromatic Colors of #FF9573
Black with #FF9573
Text Example
Text Example
White with #FF9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9573; }
p { color: rgb(255,149,115); }
H1.HeaderClassName
{
color: #FF9573;
}
.AnyTagClassName
{
color: #FF9573;
}
</style>
background-color css
<style>
a { background-color: #FF9573; }
a { background-color: rgb(255,149,115); }
div.DivClassName
{
background-color: #FF9573;
}
.BgClassName
{
background-color: #FF9573;
}
</style>
border-color css
<style>
span { border-color: #FF9573; }
span { border-color: rgb(255,149,115); }
td.TdClassName
{
border-color: #FF9573;
}
.TagClassName
{
border-color: #FF9573;
}
</style>