Shades of Salmon #FE8573
Tints of Salmon #FE8573
RGB
CMYK
RGB Variations
Color information
#FE8573 (or 0xFE8573) is known color: Salmon. HEX triplet: FE, 85 and 73. RGB value is (254,133,115). Sum of RGB (Red+Green+Blue) = 254+133+115=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8573 is #017A8C. Grayscale: #A7A7A7. Windows color (decimal): -96909 or 7570942. OLE color: 7570942.
HSL color Cylindrical-coordinate representation of color #FE8573: hue angle of 7.77º 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 #FE8573 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 115 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.00 |
| HSL | 7.77º | 0.99% | 0.72% | - |
| HSV(B) | 7.77º | 0.55% | 1% | - |
| XYZ | 52.36 | 39.08 | 21 | - |
| YUV | 167.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 115 | 0 | 0.48 | 0.55 | 0.00 | 7.77 | 0.99 | 0.72 |
| Hex | FE | 85 | 73 | 0 | 30 | 37 | 0 | 8 | 63 | 48 |
| Octal | 376 | 205 | 163 | 0 | 60 | 67 | 0 | 10 | 143 | 110 |
| Binary | 11111110 | 10000101 | 1110011 | 0 | 110000 | 110111 | 0 | 1000 | 1100011 | 1001000 |
Color Harmonies of #FE8573
Complementary color
Monochromatic Colors of #FE8573
Black with #FE8573
Text Example
Text Example
White with #FE8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8573; }
p { color: rgb(254,133,115); }
H1.HeaderClassName
{
color: #FE8573;
}
.AnyTagClassName
{
color: #FE8573;
}
</style>
background-color css
<style>
a { background-color: #FE8573; }
a { background-color: rgb(254,133,115); }
div.DivClassName
{
background-color: #FE8573;
}
.BgClassName
{
background-color: #FE8573;
}
</style>
border-color css
<style>
span { border-color: #FE8573; }
span { border-color: rgb(254,133,115); }
td.TdClassName
{
border-color: #FE8573;
}
.TagClassName
{
border-color: #FE8573;
}
</style>