Shades of Salmon #FE8474
Tints of Salmon #FE8474
RGB
CMYK
RGB Variations
Color information
#FE8474 (or 0xFE8474) is known color: Salmon. HEX triplet: FE, 84 and 74. RGB value is (254,132,116). Sum of RGB (Red+Green+Blue) = 254+132+116=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8474 is #017B8B. Grayscale: #A6A6A6. Windows color (decimal): -97164 or 7636222. OLE color: 7636222.
HSL color Cylindrical-coordinate representation of color #FE8474: hue angle of 6.96º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8474 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 116 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 6.96º | 0.99% | 0.73% | - |
| HSV(B) | 6.96º | 0.54% | 1% | - |
| XYZ | 52.28 | 38.83 | 21.26 | - |
| YUV | 166.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 116 | 0 | 0.48 | 0.54 | 0.00 | 6.96 | 0.99 | 0.73 |
| Hex | FE | 84 | 74 | 0 | 30 | 36 | 0 | 7 | 63 | 49 |
| Octal | 376 | 204 | 164 | 0 | 60 | 66 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000100 | 1110100 | 0 | 110000 | 110110 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8474
Complementary color
Monochromatic Colors of #FE8474
Black with #FE8474
Text Example
Text Example
White with #FE8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8474; }
p { color: rgb(254,132,116); }
H1.HeaderClassName
{
color: #FE8474;
}
.AnyTagClassName
{
color: #FE8474;
}
</style>
background-color css
<style>
a { background-color: #FE8474; }
a { background-color: rgb(254,132,116); }
div.DivClassName
{
background-color: #FE8474;
}
.BgClassName
{
background-color: #FE8474;
}
</style>
border-color css
<style>
span { border-color: #FE8474; }
span { border-color: rgb(254,132,116); }
td.TdClassName
{
border-color: #FE8474;
}
.TagClassName
{
border-color: #FE8474;
}
</style>