Shades of Salmon #FE8873
Tints of Salmon #FE8873
RGB
CMYK
RGB Variations
Color information
#FE8873 (or 0xFE8873) is known color: Salmon. HEX triplet: FE, 88 and 73. RGB value is (254,136,115). Sum of RGB (Red+Green+Blue) = 254+136+115=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8873 is #01778C. Grayscale: #A9A9A9. Windows color (decimal): -96141 or 7571710. OLE color: 7571710.
HSL color Cylindrical-coordinate representation of color #FE8873: hue angle of 9.06º 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 #FE8873 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 115 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.00 |
| HSL | 9.06º | 0.99% | 0.72% | - |
| HSV(B) | 9.06º | 0.55% | 1% | - |
| XYZ | 52.77 | 39.92 | 21.14 | - |
| YUV | 168.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 115 | 0 | 0.46 | 0.55 | 0.00 | 9.06 | 0.99 | 0.72 |
| Hex | FE | 88 | 73 | 0 | 2E | 37 | 0 | 9 | 63 | 48 |
| Octal | 376 | 210 | 163 | 0 | 56 | 67 | 0 | 11 | 143 | 110 |
| Binary | 11111110 | 10001000 | 1110011 | 0 | 101110 | 110111 | 0 | 1001 | 1100011 | 1001000 |
Color Harmonies of #FE8873
Complementary color
Monochromatic Colors of #FE8873
Black with #FE8873
Text Example
Text Example
White with #FE8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8873; }
p { color: rgb(254,136,115); }
H1.HeaderClassName
{
color: #FE8873;
}
.AnyTagClassName
{
color: #FE8873;
}
</style>
background-color css
<style>
a { background-color: #FE8873; }
a { background-color: rgb(254,136,115); }
div.DivClassName
{
background-color: #FE8873;
}
.BgClassName
{
background-color: #FE8873;
}
</style>
border-color css
<style>
span { border-color: #FE8873; }
span { border-color: rgb(254,136,115); }
td.TdClassName
{
border-color: #FE8873;
}
.TagClassName
{
border-color: #FE8873;
}
</style>