Shades of Salmon #FE8576
Tints of Salmon #FE8576
RGB
CMYK
RGB Variations
Color information
#FE8576 (or 0xFE8576) is known color: Salmon. HEX triplet: FE, 85 and 76. RGB value is (254,133,118). Sum of RGB (Red+Green+Blue) = 254+133+118=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8576 is #017A89. Grayscale: #A7A7A7. Windows color (decimal): -96906 or 7767550. OLE color: 7767550.
HSL color Cylindrical-coordinate representation of color #FE8576: hue angle of 6.62º 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 #FE8576 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 118 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 6.62º | 0.99% | 0.73% | - |
| HSV(B) | 6.62º | 0.54% | 1% | - |
| XYZ | 52.53 | 39.15 | 21.93 | - |
| YUV | 167.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 118 | 0 | 0.48 | 0.54 | 0.00 | 6.62 | 0.99 | 0.73 |
| Hex | FE | 85 | 76 | 0 | 30 | 36 | 0 | 7 | 63 | 49 |
| Octal | 376 | 205 | 166 | 0 | 60 | 66 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000101 | 1110110 | 0 | 110000 | 110110 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8576
Complementary color
Monochromatic Colors of #FE8576
Black with #FE8576
Text Example
Text Example
White with #FE8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8576; }
p { color: rgb(254,133,118); }
H1.HeaderClassName
{
color: #FE8576;
}
.AnyTagClassName
{
color: #FE8576;
}
</style>
background-color css
<style>
a { background-color: #FE8576; }
a { background-color: rgb(254,133,118); }
div.DivClassName
{
background-color: #FE8576;
}
.BgClassName
{
background-color: #FE8576;
}
</style>
border-color css
<style>
span { border-color: #FE8576; }
span { border-color: rgb(254,133,118); }
td.TdClassName
{
border-color: #FE8576;
}
.TagClassName
{
border-color: #FE8576;
}
</style>