Shades of Salmon #FE8473
Tints of Salmon #FE8473
RGB
CMYK
RGB Variations
Color information
#FE8473 (or 0xFE8473) is known color: Salmon. HEX triplet: FE, 84 and 73. RGB value is (254,132,115). Sum of RGB (Red+Green+Blue) = 254+132+115=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8473 is #017B8C. Grayscale: #A6A6A6. Windows color (decimal): -97165 or 7570686. OLE color: 7570686.
HSL color Cylindrical-coordinate representation of color #FE8473: hue angle of 7.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE8473 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 115 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.00 |
| HSL | 7.34º | 0.99% | 0.72% | - |
| HSV(B) | 7.34º | 0.55% | 1% | - |
| XYZ | 52.22 | 38.81 | 20.96 | - |
| YUV | 166.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 115 | 0 | 0.48 | 0.55 | 0.00 | 7.34 | 0.99 | 0.72 |
| Hex | FE | 84 | 73 | 0 | 30 | 37 | 0 | 7 | 63 | 48 |
| Octal | 376 | 204 | 163 | 0 | 60 | 67 | 0 | 7 | 143 | 110 |
| Binary | 11111110 | 10000100 | 1110011 | 0 | 110000 | 110111 | 0 | 111 | 1100011 | 1001000 |
Color Harmonies of #FE8473
Complementary color
Monochromatic Colors of #FE8473
Black with #FE8473
Text Example
Text Example
White with #FE8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8473; }
p { color: rgb(254,132,115); }
H1.HeaderClassName
{
color: #FE8473;
}
.AnyTagClassName
{
color: #FE8473;
}
</style>
background-color css
<style>
a { background-color: #FE8473; }
a { background-color: rgb(254,132,115); }
div.DivClassName
{
background-color: #FE8473;
}
.BgClassName
{
background-color: #FE8473;
}
</style>
border-color css
<style>
span { border-color: #FE8473; }
span { border-color: rgb(254,132,115); }
td.TdClassName
{
border-color: #FE8473;
}
.TagClassName
{
border-color: #FE8473;
}
</style>