Shades of Salmon #FE8172
Tints of Salmon #FE8172
RGB
CMYK
RGB Variations
Color information
#FE8172 (or 0xFE8172) is known color: Salmon. HEX triplet: FE, 81 and 72. RGB value is (254,129,114). Sum of RGB (Red+Green+Blue) = 254+129+114=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8172 is #017E8D. Grayscale: #A4A4A4. Windows color (decimal): -97934 or 7504382. OLE color: 7504382.
HSL color Cylindrical-coordinate representation of color #FE8172: hue angle of 6.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE8172 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 114 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.00 |
| HSL | 6.43º | 0.99% | 0.72% | - |
| HSV(B) | 6.43º | 0.55% | 1% | - |
| XYZ | 51.76 | 37.99 | 20.52 | - |
| YUV | 164.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 114 | 0 | 0.49 | 0.55 | 0.00 | 6.43 | 0.99 | 0.72 |
| Hex | FE | 81 | 72 | 0 | 31 | 37 | 0 | 6 | 63 | 48 |
| Octal | 376 | 201 | 162 | 0 | 61 | 67 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 10000001 | 1110010 | 0 | 110001 | 110111 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE8172
Complementary color
Monochromatic Colors of #FE8172
Black with #FE8172
Text Example
Text Example
White with #FE8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8172; }
p { color: rgb(254,129,114); }
H1.HeaderClassName
{
color: #FE8172;
}
.AnyTagClassName
{
color: #FE8172;
}
</style>
background-color css
<style>
a { background-color: #FE8172; }
a { background-color: rgb(254,129,114); }
div.DivClassName
{
background-color: #FE8172;
}
.BgClassName
{
background-color: #FE8172;
}
</style>
border-color css
<style>
span { border-color: #FE8172; }
span { border-color: rgb(254,129,114); }
td.TdClassName
{
border-color: #FE8172;
}
.TagClassName
{
border-color: #FE8172;
}
</style>