Shades of Salmon #FE8470
Tints of Salmon #FE8470
RGB
CMYK
RGB Variations
Color information
#FE8470 (or 0xFE8470) is known color: Salmon. HEX triplet: FE, 84 and 70. RGB value is (254,132,112). Sum of RGB (Red+Green+Blue) = 254+132+112=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8470 is #017B8F. Grayscale: #A6A6A6. Windows color (decimal): -97168 or 7374078. OLE color: 7374078.
HSL color Cylindrical-coordinate representation of color #FE8470: hue angle of 8.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE8470 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 112 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.00 |
| HSL | 8.45º | 0.99% | 0.72% | - |
| HSV(B) | 8.45º | 0.56% | 1% | - |
| XYZ | 52.05 | 38.74 | 20.06 | - |
| YUV | 166.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 112 | 0 | 0.48 | 0.56 | 0.00 | 8.45 | 0.99 | 0.72 |
| Hex | FE | 84 | 70 | 0 | 30 | 38 | 0 | 8 | 63 | 48 |
| Octal | 376 | 204 | 160 | 0 | 60 | 70 | 0 | 10 | 143 | 110 |
| Binary | 11111110 | 10000100 | 1110000 | 0 | 110000 | 111000 | 0 | 1000 | 1100011 | 1001000 |
Color Harmonies of #FE8470
Complementary color
Monochromatic Colors of #FE8470
Black with #FE8470
Text Example
Text Example
White with #FE8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8470; }
p { color: rgb(254,132,112); }
H1.HeaderClassName
{
color: #FE8470;
}
.AnyTagClassName
{
color: #FE8470;
}
</style>
background-color css
<style>
a { background-color: #FE8470; }
a { background-color: rgb(254,132,112); }
div.DivClassName
{
background-color: #FE8470;
}
.BgClassName
{
background-color: #FE8470;
}
</style>
border-color css
<style>
span { border-color: #FE8470; }
span { border-color: rgb(254,132,112); }
td.TdClassName
{
border-color: #FE8470;
}
.TagClassName
{
border-color: #FE8470;
}
</style>