Shades of Salmon #FE8978
Tints of Salmon #FE8978
RGB
CMYK
RGB Variations
Color information
#FE8978 (or 0xFE8978) is known color: Salmon. HEX triplet: FE, 89 and 78. RGB value is (254,137,120). Sum of RGB (Red+Green+Blue) = 254+137+120=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8978 is #017687. Grayscale: #AAAAAA. Windows color (decimal): -95880 or 7899646. OLE color: 7899646.
HSL color Cylindrical-coordinate representation of color #FE8978: hue angle of 7.61º 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 #FE8978 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 120 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.00 |
| HSL | 7.61º | 0.99% | 0.73% | - |
| HSV(B) | 7.61º | 0.53% | 1% | - |
| XYZ | 53.21 | 40.32 | 22.75 | - |
| YUV | 170.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 120 | 0 | 0.46 | 0.53 | 0.00 | 7.61 | 0.99 | 0.73 |
| Hex | FE | 89 | 78 | 0 | 2E | 35 | 0 | 8 | 63 | 49 |
| Octal | 376 | 211 | 170 | 0 | 56 | 65 | 0 | 10 | 143 | 111 |
| Binary | 11111110 | 10001001 | 1111000 | 0 | 101110 | 110101 | 0 | 1000 | 1100011 | 1001001 |
Color Harmonies of #FE8978
Complementary color
Monochromatic Colors of #FE8978
Black with #FE8978
Text Example
Text Example
White with #FE8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8978; }
p { color: rgb(254,137,120); }
H1.HeaderClassName
{
color: #FE8978;
}
.AnyTagClassName
{
color: #FE8978;
}
</style>
background-color css
<style>
a { background-color: #FE8978; }
a { background-color: rgb(254,137,120); }
div.DivClassName
{
background-color: #FE8978;
}
.BgClassName
{
background-color: #FE8978;
}
</style>
border-color css
<style>
span { border-color: #FE8978; }
span { border-color: rgb(254,137,120); }
td.TdClassName
{
border-color: #FE8978;
}
.TagClassName
{
border-color: #FE8978;
}
</style>