Shades of Light Salmon #FF9D77
Tints of Light Salmon #FF9D77
RGB
CMYK
RGB Variations
Color information
#FF9D77 (or 0xFF9D77) is known color: Light Salmon. HEX triplet: FF, 9D and 77. RGB value is (255,157,119). Sum of RGB (Red+Green+Blue) = 255+157+119=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D77 is #006288. Grayscale: #B6B6B6. Windows color (decimal): -25225 or 7839231. OLE color: 7839231.
HSL color Cylindrical-coordinate representation of color #FF9D77: hue angle of 16.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF9D77 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 119 | - |
| CMYK | 0 | 0.38 | 0.53 | 0 |
| HSL | 16.76º | 1% | 0.73% | - |
| HSV(B) | 16.76º | 0.53% | 1% | - |
| XYZ | 56.63 | 46.71 | 23.48 | - |
| YUV | 181.97 | 92.47 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 119 | 0 | 0.38 | 0.53 | 0 | 16.76 | 1 | 0.73 |
| Hex | FF | 9D | 77 | 0 | 26 | 35 | 0 | 11 | 64 | 49 |
| Octal | 377 | 235 | 167 | 0 | 46 | 65 | 0 | 21 | 144 | 111 |
| Binary | 11111111 | 10011101 | 1110111 | 0 | 100110 | 110101 | 0 | 10001 | 1100100 | 1001001 |
Color Harmonies of #FF9D77
Complementary color
Monochromatic Colors of #FF9D77
Black with #FF9D77
Text Example
Text Example
White with #FF9D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D77; }
p { color: rgb(255,157,119); }
H1.HeaderClassName
{
color: #FF9D77;
}
.AnyTagClassName
{
color: #FF9D77;
}
</style>
background-color css
<style>
a { background-color: #FF9D77; }
a { background-color: rgb(255,157,119); }
div.DivClassName
{
background-color: #FF9D77;
}
.BgClassName
{
background-color: #FF9D77;
}
</style>
border-color css
<style>
span { border-color: #FF9D77; }
span { border-color: rgb(255,157,119); }
td.TdClassName
{
border-color: #FF9D77;
}
.TagClassName
{
border-color: #FF9D77;
}
</style>