Shades of Salmon #FE8176
Tints of Salmon #FE8176
RGB
CMYK
RGB Variations
Color information
#FE8176 (or 0xFE8176) is known color: Salmon. HEX triplet: FE, 81 and 76. RGB value is (254,129,118). Sum of RGB (Red+Green+Blue) = 254+129+118=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8176 is #017E89. Grayscale: #A5A5A5. Windows color (decimal): -97930 or 7766526. OLE color: 7766526.
HSL color Cylindrical-coordinate representation of color #FE8176: hue angle of 4.85º 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 #FE8176 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 118 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.00 |
| HSL | 4.85º | 0.99% | 0.73% | - |
| HSV(B) | 4.85º | 0.54% | 1% | - |
| XYZ | 51.99 | 38.08 | 21.75 | - |
| YUV | 165.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 118 | 0 | 0.49 | 0.54 | 0.00 | 4.85 | 0.99 | 0.73 |
| Hex | FE | 81 | 76 | 0 | 31 | 36 | 0 | 5 | 63 | 49 |
| Octal | 376 | 201 | 166 | 0 | 61 | 66 | 0 | 5 | 143 | 111 |
| Binary | 11111110 | 10000001 | 1110110 | 0 | 110001 | 110110 | 0 | 101 | 1100011 | 1001001 |
Color Harmonies of #FE8176
Complementary color
Monochromatic Colors of #FE8176
Black with #FE8176
Text Example
Text Example
White with #FE8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8176; }
p { color: rgb(254,129,118); }
H1.HeaderClassName
{
color: #FE8176;
}
.AnyTagClassName
{
color: #FE8176;
}
</style>
background-color css
<style>
a { background-color: #FE8176; }
a { background-color: rgb(254,129,118); }
div.DivClassName
{
background-color: #FE8176;
}
.BgClassName
{
background-color: #FE8176;
}
</style>
border-color css
<style>
span { border-color: #FE8176; }
span { border-color: rgb(254,129,118); }
td.TdClassName
{
border-color: #FE8176;
}
.TagClassName
{
border-color: #FE8176;
}
</style>