Shades of Salmon #FE8478
Tints of Salmon #FE8478
RGB
CMYK
RGB Variations
Color information
#FE8478 (or 0xFE8478) is known color: Salmon. HEX triplet: FE, 84 and 78. RGB value is (254,132,120). Sum of RGB (Red+Green+Blue) = 254+132+120=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8478 is #017B87. Grayscale: #A7A7A7. Windows color (decimal): -97160 or 7898366. OLE color: 7898366.
HSL color Cylindrical-coordinate representation of color #FE8478: hue angle of 5.37º 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 #FE8478 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 120 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.00 |
| HSL | 5.37º | 0.99% | 0.73% | - |
| HSV(B) | 5.37º | 0.53% | 1% | - |
| XYZ | 52.51 | 38.93 | 22.52 | - |
| YUV | 167.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 120 | 0 | 0.48 | 0.53 | 0.00 | 5.37 | 0.99 | 0.73 |
| Hex | FE | 84 | 78 | 0 | 30 | 35 | 0 | 5 | 63 | 49 |
| Octal | 376 | 204 | 170 | 0 | 60 | 65 | 0 | 5 | 143 | 111 |
| Binary | 11111110 | 10000100 | 1111000 | 0 | 110000 | 110101 | 0 | 101 | 1100011 | 1001001 |
Color Harmonies of #FE8478
Complementary color
Monochromatic Colors of #FE8478
Black with #FE8478
Text Example
Text Example
White with #FE8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8478; }
p { color: rgb(254,132,120); }
H1.HeaderClassName
{
color: #FE8478;
}
.AnyTagClassName
{
color: #FE8478;
}
</style>
background-color css
<style>
a { background-color: #FE8478; }
a { background-color: rgb(254,132,120); }
div.DivClassName
{
background-color: #FE8478;
}
.BgClassName
{
background-color: #FE8478;
}
</style>
border-color css
<style>
span { border-color: #FE8478; }
span { border-color: rgb(254,132,120); }
td.TdClassName
{
border-color: #FE8478;
}
.TagClassName
{
border-color: #FE8478;
}
</style>