Shades of Light Salmon #FF9F76
Tints of Light Salmon #FF9F76
RGB
CMYK
RGB Variations
Color information
#FF9F76 (or 0xFF9F76) is known color: Light Salmon. HEX triplet: FF, 9F and 76. RGB value is (255,159,118). Sum of RGB (Red+Green+Blue) = 255+159+118=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F76 is #006089. Grayscale: #B7B7B7. Windows color (decimal): -24714 or 7774207. OLE color: 7774207.
HSL color Cylindrical-coordinate representation of color #FF9F76: hue angle of 17.96º 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 #FF9F76 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 118 | - |
| CMYK | 0 | 0.38 | 0.54 | 0 |
| HSL | 17.96º | 1% | 0.73% | - |
| HSV(B) | 17.96º | 0.54% | 1% | - |
| XYZ | 56.91 | 47.36 | 23.28 | - |
| YUV | 183.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 118 | 0 | 0.38 | 0.54 | 0 | 17.96 | 1 | 0.73 |
| Hex | FF | 9F | 76 | 0 | 26 | 36 | 0 | 12 | 64 | 49 |
| Octal | 377 | 237 | 166 | 0 | 46 | 66 | 0 | 22 | 144 | 111 |
| Binary | 11111111 | 10011111 | 1110110 | 0 | 100110 | 110110 | 0 | 10010 | 1100100 | 1001001 |
Color Harmonies of #FF9F76
Complementary color
Monochromatic Colors of #FF9F76
Black with #FF9F76
Text Example
Text Example
White with #FF9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F76; }
p { color: rgb(255,159,118); }
H1.HeaderClassName
{
color: #FF9F76;
}
.AnyTagClassName
{
color: #FF9F76;
}
</style>
background-color css
<style>
a { background-color: #FF9F76; }
a { background-color: rgb(255,159,118); }
div.DivClassName
{
background-color: #FF9F76;
}
.BgClassName
{
background-color: #FF9F76;
}
</style>
border-color css
<style>
span { border-color: #FF9F76; }
span { border-color: rgb(255,159,118); }
td.TdClassName
{
border-color: #FF9F76;
}
.TagClassName
{
border-color: #FF9F76;
}
</style>