Shades of Light Salmon #FE9F77
Tints of Light Salmon #FE9F77
RGB
CMYK
RGB Variations
Color information
#FE9F77 (or 0xFE9F77) is known color: Light Salmon. HEX triplet: FE, 9F and 77. RGB value is (254,159,119). Sum of RGB (Red+Green+Blue) = 254+159+119=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F77 is #016088. Grayscale: #B7B7B7. Windows color (decimal): -90249 or 7839742. OLE color: 7839742.
HSL color Cylindrical-coordinate representation of color #FE9F77: hue angle of 17.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE9F77 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 119 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.00 |
| HSL | 17.78º | 0.99% | 0.73% | - |
| HSV(B) | 17.78º | 0.53% | 1% | - |
| XYZ | 56.6 | 47.2 | 23.58 | - |
| YUV | 182.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 119 | 0 | 0.37 | 0.53 | 0.00 | 17.78 | 0.99 | 0.73 |
| Hex | FE | 9F | 77 | 0 | 25 | 35 | 0 | 12 | 63 | 49 |
| Octal | 376 | 237 | 167 | 0 | 45 | 65 | 0 | 22 | 143 | 111 |
| Binary | 11111110 | 10011111 | 1110111 | 0 | 100101 | 110101 | 0 | 10010 | 1100011 | 1001001 |
Color Harmonies of #FE9F77
Complementary color
Monochromatic Colors of #FE9F77
Black with #FE9F77
Text Example
Text Example
White with #FE9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F77; }
p { color: rgb(254,159,119); }
H1.HeaderClassName
{
color: #FE9F77;
}
.AnyTagClassName
{
color: #FE9F77;
}
</style>
background-color css
<style>
a { background-color: #FE9F77; }
a { background-color: rgb(254,159,119); }
div.DivClassName
{
background-color: #FE9F77;
}
.BgClassName
{
background-color: #FE9F77;
}
</style>
border-color css
<style>
span { border-color: #FE9F77; }
span { border-color: rgb(254,159,119); }
td.TdClassName
{
border-color: #FE9F77;
}
.TagClassName
{
border-color: #FE9F77;
}
</style>