Shades of Light Salmon #FF9D76
Tints of Light Salmon #FF9D76
RGB
CMYK
RGB Variations
Color information
#FF9D76 (or 0xFF9D76) is known color: Light Salmon. HEX triplet: FF, 9D and 76. RGB value is (255,157,118). Sum of RGB (Red+Green+Blue) = 255+157+118=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D76 is #006289. Grayscale: #B6B6B6. Windows color (decimal): -25226 or 7773695. OLE color: 7773695.
HSL color Cylindrical-coordinate representation of color #FF9D76: hue angle of 17.08º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9D76 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 118 | - |
| CMYK | 0 | 0.38 | 0.54 | 0 |
| HSL | 17.08º | 1% | 0.73% | - |
| HSV(B) | 17.08º | 0.54% | 1% | - |
| XYZ | 56.57 | 46.68 | 23.17 | - |
| YUV | 181.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 118 | 0 | 0.38 | 0.54 | 0 | 17.08 | 1 | 0.73 |
| Hex | FF | 9D | 76 | 0 | 26 | 36 | 0 | 11 | 64 | 49 |
| Octal | 377 | 235 | 166 | 0 | 46 | 66 | 0 | 21 | 144 | 111 |
| Binary | 11111111 | 10011101 | 1110110 | 0 | 100110 | 110110 | 0 | 10001 | 1100100 | 1001001 |
Color Harmonies of #FF9D76
Complementary color
Monochromatic Colors of #FF9D76
Black with #FF9D76
Text Example
Text Example
White with #FF9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D76; }
p { color: rgb(255,157,118); }
H1.HeaderClassName
{
color: #FF9D76;
}
.AnyTagClassName
{
color: #FF9D76;
}
</style>
background-color css
<style>
a { background-color: #FF9D76; }
a { background-color: rgb(255,157,118); }
div.DivClassName
{
background-color: #FF9D76;
}
.BgClassName
{
background-color: #FF9D76;
}
</style>
border-color css
<style>
span { border-color: #FF9D76; }
span { border-color: rgb(255,157,118); }
td.TdClassName
{
border-color: #FF9D76;
}
.TagClassName
{
border-color: #FF9D76;
}
</style>