Shades of Light Salmon #FF9B73
Tints of Light Salmon #FF9B73
RGB
CMYK
RGB Variations
Color information
#FF9B73 (or 0xFF9B73) is known color: Light Salmon. HEX triplet: FF, 9B and 73. RGB value is (255,155,115). Sum of RGB (Red+Green+Blue) = 255+155+115=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B73 is #00648C. Grayscale: #B4B4B4. Windows color (decimal): -25741 or 7576575. OLE color: 7576575.
HSL color Cylindrical-coordinate representation of color #FF9B73: hue angle of 17.14º 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 #FF9B73 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 115 | - |
| CMYK | 0 | 0.39 | 0.55 | 0 |
| HSL | 17.14º | 1% | 0.73% | - |
| HSV(B) | 17.14º | 0.55% | 1% | - |
| XYZ | 56.06 | 45.94 | 22.13 | - |
| YUV | 180.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 115 | 0 | 0.39 | 0.55 | 0 | 17.14 | 1 | 0.73 |
| Hex | FF | 9B | 73 | 0 | 27 | 37 | 0 | 11 | 64 | 49 |
| Octal | 377 | 233 | 163 | 0 | 47 | 67 | 0 | 21 | 144 | 111 |
| Binary | 11111111 | 10011011 | 1110011 | 0 | 100111 | 110111 | 0 | 10001 | 1100100 | 1001001 |
Color Harmonies of #FF9B73
Complementary color
Monochromatic Colors of #FF9B73
Black with #FF9B73
Text Example
Text Example
White with #FF9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B73; }
p { color: rgb(255,155,115); }
H1.HeaderClassName
{
color: #FF9B73;
}
.AnyTagClassName
{
color: #FF9B73;
}
</style>
background-color css
<style>
a { background-color: #FF9B73; }
a { background-color: rgb(255,155,115); }
div.DivClassName
{
background-color: #FF9B73;
}
.BgClassName
{
background-color: #FF9B73;
}
</style>
border-color css
<style>
span { border-color: #FF9B73; }
span { border-color: rgb(255,155,115); }
td.TdClassName
{
border-color: #FF9B73;
}
.TagClassName
{
border-color: #FF9B73;
}
</style>