Shades of Light Salmon #FE9D76
Tints of Light Salmon #FE9D76
RGB
CMYK
RGB Variations
Color information
#FE9D76 (or 0xFE9D76) is known color: Light Salmon. HEX triplet: FE, 9D and 76. RGB value is (254,157,118). Sum of RGB (Red+Green+Blue) = 254+157+118=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D76 is #016289. Grayscale: #B5B5B5. Windows color (decimal): -90762 or 7773694. OLE color: 7773694.
HSL color Cylindrical-coordinate representation of color #FE9D76: hue angle of 17.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9D76 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 118 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.00 |
| HSL | 17.21º | 0.99% | 0.73% | - |
| HSV(B) | 17.21º | 0.54% | 1% | - |
| XYZ | 56.2 | 46.49 | 23.15 | - |
| YUV | 181.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 118 | 0 | 0.38 | 0.54 | 0.00 | 17.21 | 0.99 | 0.73 |
| Hex | FE | 9D | 76 | 0 | 26 | 36 | 0 | 11 | 63 | 49 |
| Octal | 376 | 235 | 166 | 0 | 46 | 66 | 0 | 21 | 143 | 111 |
| Binary | 11111110 | 10011101 | 1110110 | 0 | 100110 | 110110 | 0 | 10001 | 1100011 | 1001001 |
Color Harmonies of #FE9D76
Complementary color
Monochromatic Colors of #FE9D76
Black with #FE9D76
Text Example
Text Example
White with #FE9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D76; }
p { color: rgb(254,157,118); }
H1.HeaderClassName
{
color: #FE9D76;
}
.AnyTagClassName
{
color: #FE9D76;
}
</style>
background-color css
<style>
a { background-color: #FE9D76; }
a { background-color: rgb(254,157,118); }
div.DivClassName
{
background-color: #FE9D76;
}
.BgClassName
{
background-color: #FE9D76;
}
</style>
border-color css
<style>
span { border-color: #FE9D76; }
span { border-color: rgb(254,157,118); }
td.TdClassName
{
border-color: #FE9D76;
}
.TagClassName
{
border-color: #FE9D76;
}
</style>