Shades of Salmon #FE8476
Tints of Salmon #FE8476
RGB
CMYK
RGB Variations
Color information
#FE8476 (or 0xFE8476) is known color: Salmon. HEX triplet: FE, 84 and 76. RGB value is (254,132,118). Sum of RGB (Red+Green+Blue) = 254+132+118=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8476 is #017B89. Grayscale: #A7A7A7. Windows color (decimal): -97162 or 7767294. OLE color: 7767294.
HSL color Cylindrical-coordinate representation of color #FE8476: hue angle of 6.18º 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 #FE8476 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 118 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 6.18º | 0.99% | 0.73% | - |
| HSV(B) | 6.18º | 0.54% | 1% | - |
| XYZ | 52.39 | 38.88 | 21.88 | - |
| YUV | 166.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 118 | 0 | 0.48 | 0.54 | 0.00 | 6.18 | 0.99 | 0.73 |
| Hex | FE | 84 | 76 | 0 | 30 | 36 | 0 | 6 | 63 | 49 |
| Octal | 376 | 204 | 166 | 0 | 60 | 66 | 0 | 6 | 143 | 111 |
| Binary | 11111110 | 10000100 | 1110110 | 0 | 110000 | 110110 | 0 | 110 | 1100011 | 1001001 |
Color Harmonies of #FE8476
Complementary color
Monochromatic Colors of #FE8476
Black with #FE8476
Text Example
Text Example
White with #FE8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8476; }
p { color: rgb(254,132,118); }
H1.HeaderClassName
{
color: #FE8476;
}
.AnyTagClassName
{
color: #FE8476;
}
</style>
background-color css
<style>
a { background-color: #FE8476; }
a { background-color: rgb(254,132,118); }
div.DivClassName
{
background-color: #FE8476;
}
.BgClassName
{
background-color: #FE8476;
}
</style>
border-color css
<style>
span { border-color: #FE8476; }
span { border-color: rgb(254,132,118); }
td.TdClassName
{
border-color: #FE8476;
}
.TagClassName
{
border-color: #FE8476;
}
</style>