Shades of Salmon #FE847A
Tints of Salmon #FE847A
RGB
CMYK
RGB Variations
Color information
#FE847A (or 0xFE847A) is known color: Salmon. HEX triplet: FE, 84 and 7A. RGB value is (254,132,122). Sum of RGB (Red+Green+Blue) = 254+132+122=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE847A is #017B85. Grayscale: #A7A7A7. Windows color (decimal): -97158 or 8029438. OLE color: 8029438.
HSL color Cylindrical-coordinate representation of color #FE847A: hue angle of 4.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE847A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 122 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.00 |
| HSL | 4.55º | 0.99% | 0.74% | - |
| HSV(B) | 4.55º | 0.52% | 1% | - |
| XYZ | 52.64 | 38.98 | 23.16 | - |
| YUV | 167.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 122 | 0 | 0.48 | 0.52 | 0.00 | 4.55 | 0.99 | 0.74 |
| Hex | FE | 84 | 7A | 0 | 30 | 34 | 0 | 5 | 63 | 4A |
| Octal | 376 | 204 | 172 | 0 | 60 | 64 | 0 | 5 | 143 | 112 |
| Binary | 11111110 | 10000100 | 1111010 | 0 | 110000 | 110100 | 0 | 101 | 1100011 | 1001010 |
Color Harmonies of #FE847A
Complementary color
Monochromatic Colors of #FE847A
Black with #FE847A
Text Example
Text Example
White with #FE847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE847A; }
p { color: rgb(254,132,122); }
H1.HeaderClassName
{
color: #FE847A;
}
.AnyTagClassName
{
color: #FE847A;
}
</style>
background-color css
<style>
a { background-color: #FE847A; }
a { background-color: rgb(254,132,122); }
div.DivClassName
{
background-color: #FE847A;
}
.BgClassName
{
background-color: #FE847A;
}
</style>
border-color css
<style>
span { border-color: #FE847A; }
span { border-color: rgb(254,132,122); }
td.TdClassName
{
border-color: #FE847A;
}
.TagClassName
{
border-color: #FE847A;
}
</style>