Shades of Salmon #FE8577
Tints of Salmon #FE8577
RGB
CMYK
RGB Variations
Color information
#FE8577 (or 0xFE8577) is known color: Salmon. HEX triplet: FE, 85 and 77. RGB value is (254,133,119). Sum of RGB (Red+Green+Blue) = 254+133+119=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8577 is #017A88. Grayscale: #A7A7A7. Windows color (decimal): -96905 or 7833086. OLE color: 7833086.
HSL color Cylindrical-coordinate representation of color #FE8577: hue angle of 6.22º 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 #FE8577 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 119 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.00 |
| HSL | 6.22º | 0.99% | 0.73% | - |
| HSV(B) | 6.22º | 0.53% | 1% | - |
| XYZ | 52.59 | 39.18 | 22.24 | - |
| YUV | 167.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 119 | 0 | 0.48 | 0.53 | 0.00 | 6.22 | 0.99 | 0.73 |
| Hex | FE | 85 | 77 | 0 | 30 | 35 | 0 | 6 | 63 | 49 |
| Octal | 376 | 205 | 167 | 0 | 60 | 65 | 0 | 6 | 143 | 111 |
| Binary | 11111110 | 10000101 | 1110111 | 0 | 110000 | 110101 | 0 | 110 | 1100011 | 1001001 |
Color Harmonies of #FE8577
Complementary color
Monochromatic Colors of #FE8577
Black with #FE8577
Text Example
Text Example
White with #FE8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8577; }
p { color: rgb(254,133,119); }
H1.HeaderClassName
{
color: #FE8577;
}
.AnyTagClassName
{
color: #FE8577;
}
</style>
background-color css
<style>
a { background-color: #FE8577; }
a { background-color: rgb(254,133,119); }
div.DivClassName
{
background-color: #FE8577;
}
.BgClassName
{
background-color: #FE8577;
}
</style>
border-color css
<style>
span { border-color: #FE8577; }
span { border-color: rgb(254,133,119); }
td.TdClassName
{
border-color: #FE8577;
}
.TagClassName
{
border-color: #FE8577;
}
</style>