Shades of Salmon #FE8173
Tints of Salmon #FE8173
RGB
CMYK
RGB Variations
Color information
#FE8173 (or 0xFE8173) is known color: Salmon. HEX triplet: FE, 81 and 73. RGB value is (254,129,115). Sum of RGB (Red+Green+Blue) = 254+129+115=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8173 is #017E8C. Grayscale: #A4A4A4. Windows color (decimal): -97933 or 7569918. OLE color: 7569918.
HSL color Cylindrical-coordinate representation of color #FE8173: hue angle of 6.04º 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 #FE8173 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 115 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.00 |
| HSL | 6.04º | 0.99% | 0.72% | - |
| HSV(B) | 6.04º | 0.55% | 1% | - |
| XYZ | 51.82 | 38.01 | 20.83 | - |
| YUV | 164.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 115 | 0 | 0.49 | 0.55 | 0.00 | 6.04 | 0.99 | 0.72 |
| Hex | FE | 81 | 73 | 0 | 31 | 37 | 0 | 6 | 63 | 48 |
| Octal | 376 | 201 | 163 | 0 | 61 | 67 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 10000001 | 1110011 | 0 | 110001 | 110111 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE8173
Complementary color
Monochromatic Colors of #FE8173
Black with #FE8173
Text Example
Text Example
White with #FE8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8173; }
p { color: rgb(254,129,115); }
H1.HeaderClassName
{
color: #FE8173;
}
.AnyTagClassName
{
color: #FE8173;
}
</style>
background-color css
<style>
a { background-color: #FE8173; }
a { background-color: rgb(254,129,115); }
div.DivClassName
{
background-color: #FE8173;
}
.BgClassName
{
background-color: #FE8173;
}
</style>
border-color css
<style>
span { border-color: #FE8173; }
span { border-color: rgb(254,129,115); }
td.TdClassName
{
border-color: #FE8173;
}
.TagClassName
{
border-color: #FE8173;
}
</style>