Shades of Salmon #FE8466
Tints of Salmon #FE8466
RGB
CMYK
RGB Variations
Color information
#FE8466 (or 0xFE8466) is known color: Salmon. HEX triplet: FE, 84 and 66. RGB value is (254,132,102). Sum of RGB (Red+Green+Blue) = 254+132+102=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8466 is #017B99. Grayscale: #A5A5A5. Windows color (decimal): -97178 or 6718718. OLE color: 6718718.
HSL color Cylindrical-coordinate representation of color #FE8466: hue angle of 11.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8466 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 102 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.00 |
| HSL | 11.84º | 0.99% | 0.7% | - |
| HSV(B) | 11.84º | 0.6% | 1% | - |
| XYZ | 51.52 | 38.53 | 17.29 | - |
| YUV | 165.06 | 92.42 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 102 | 0 | 0.48 | 0.60 | 0.00 | 11.84 | 0.99 | 0.7 |
| Hex | FE | 84 | 66 | 0 | 30 | 3C | 0 | C | 63 | 46 |
| Octal | 376 | 204 | 146 | 0 | 60 | 74 | 0 | 14 | 143 | 106 |
| Binary | 11111110 | 10000100 | 1100110 | 0 | 110000 | 111100 | 0 | 1100 | 1100011 | 1000110 |
Color Harmonies of #FE8466
Complementary color
Monochromatic Colors of #FE8466
Black with #FE8466
Text Example
Text Example
White with #FE8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8466; }
p { color: rgb(254,132,102); }
H1.HeaderClassName
{
color: #FE8466;
}
.AnyTagClassName
{
color: #FE8466;
}
</style>
background-color css
<style>
a { background-color: #FE8466; }
a { background-color: rgb(254,132,102); }
div.DivClassName
{
background-color: #FE8466;
}
.BgClassName
{
background-color: #FE8466;
}
</style>
border-color css
<style>
span { border-color: #FE8466; }
span { border-color: rgb(254,132,102); }
td.TdClassName
{
border-color: #FE8466;
}
.TagClassName
{
border-color: #FE8466;
}
</style>