Shades of Salmon #FE846D
Tints of Salmon #FE846D
RGB
CMYK
RGB Variations
Color information
#FE846D (or 0xFE846D) is known color: Salmon. HEX triplet: FE, 84 and 6D. RGB value is (254,132,109). Sum of RGB (Red+Green+Blue) = 254+132+109=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE846D is #017B92. Grayscale: #A6A6A6. Windows color (decimal): -97171 or 7177470. OLE color: 7177470.
HSL color Cylindrical-coordinate representation of color #FE846D: hue angle of 9.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE846D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 109 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.00 |
| HSL | 9.52º | 0.99% | 0.71% | - |
| HSV(B) | 9.52º | 0.57% | 1% | - |
| XYZ | 51.88 | 38.68 | 19.2 | - |
| YUV | 165.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 109 | 0 | 0.48 | 0.57 | 0.00 | 9.52 | 0.99 | 0.71 |
| Hex | FE | 84 | 6D | 0 | 30 | 39 | 0 | A | 63 | 47 |
| Octal | 376 | 204 | 155 | 0 | 60 | 71 | 0 | 12 | 143 | 107 |
| Binary | 11111110 | 10000100 | 1101101 | 0 | 110000 | 111001 | 0 | 1010 | 1100011 | 1000111 |
Color Harmonies of #FE846D
Complementary color
Monochromatic Colors of #FE846D
Black with #FE846D
Text Example
Text Example
White with #FE846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE846D; }
p { color: rgb(254,132,109); }
H1.HeaderClassName
{
color: #FE846D;
}
.AnyTagClassName
{
color: #FE846D;
}
</style>
background-color css
<style>
a { background-color: #FE846D; }
a { background-color: rgb(254,132,109); }
div.DivClassName
{
background-color: #FE846D;
}
.BgClassName
{
background-color: #FE846D;
}
</style>
border-color css
<style>
span { border-color: #FE846D; }
span { border-color: rgb(254,132,109); }
td.TdClassName
{
border-color: #FE846D;
}
.TagClassName
{
border-color: #FE846D;
}
</style>