Shades of Light Salmon #FF9F77
Tints of Light Salmon #FF9F77
RGB
CMYK
RGB Variations
Color information
#FF9F77 (or 0xFF9F77) is known color: Light Salmon. HEX triplet: FF, 9F and 77. RGB value is (255,159,119). Sum of RGB (Red+Green+Blue) = 255+159+119=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F77 is #006088. Grayscale: #B7B7B7. Windows color (decimal): -24713 or 7839743. OLE color: 7839743.
HSL color Cylindrical-coordinate representation of color #FF9F77: hue angle of 17.65º 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 #FF9F77 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 119 | - |
| CMYK | 0 | 0.38 | 0.53 | 0 |
| HSL | 17.65º | 1% | 0.73% | - |
| HSV(B) | 17.65º | 0.53% | 1% | - |
| XYZ | 56.97 | 47.39 | 23.6 | - |
| YUV | 183.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 119 | 0 | 0.38 | 0.53 | 0 | 17.65 | 1 | 0.73 |
| Hex | FF | 9F | 77 | 0 | 26 | 35 | 0 | 12 | 64 | 49 |
| Octal | 377 | 237 | 167 | 0 | 46 | 65 | 0 | 22 | 144 | 111 |
| Binary | 11111111 | 10011111 | 1110111 | 0 | 100110 | 110101 | 0 | 10010 | 1100100 | 1001001 |
Color Harmonies of #FF9F77
Complementary color
Monochromatic Colors of #FF9F77
Black with #FF9F77
Text Example
Text Example
White with #FF9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F77; }
p { color: rgb(255,159,119); }
H1.HeaderClassName
{
color: #FF9F77;
}
.AnyTagClassName
{
color: #FF9F77;
}
</style>
background-color css
<style>
a { background-color: #FF9F77; }
a { background-color: rgb(255,159,119); }
div.DivClassName
{
background-color: #FF9F77;
}
.BgClassName
{
background-color: #FF9F77;
}
</style>
border-color css
<style>
span { border-color: #FF9F77; }
span { border-color: rgb(255,159,119); }
td.TdClassName
{
border-color: #FF9F77;
}
.TagClassName
{
border-color: #FF9F77;
}
</style>