Shades of Salmon #FE7873
Tints of Salmon #FE7873
RGB
CMYK
RGB Variations
Color information
#FE7873 (or 0xFE7873) is known color: Salmon. HEX triplet: FE, 78 and 73. RGB value is (254,120,115). Sum of RGB (Red+Green+Blue) = 254+120+115=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7873 is #01878C. Grayscale: #9F9F9F. Windows color (decimal): -100237 or 7567614. OLE color: 7567614.
HSL color Cylindrical-coordinate representation of color #FE7873: hue angle of 2.16º 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 #FE7873 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 115 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.00 |
| HSL | 2.16º | 0.99% | 0.72% | - |
| HSV(B) | 2.16º | 0.55% | 1% | - |
| XYZ | 50.68 | 35.74 | 20.45 | - |
| YUV | 159.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 115 | 0 | 0.53 | 0.55 | 0.00 | 2.16 | 0.99 | 0.72 |
| Hex | FE | 78 | 73 | 0 | 35 | 37 | 0 | 2 | 63 | 48 |
| Octal | 376 | 170 | 163 | 0 | 65 | 67 | 0 | 2 | 143 | 110 |
| Binary | 11111110 | 1111000 | 1110011 | 0 | 110101 | 110111 | 0 | 10 | 1100011 | 1001000 |
Color Harmonies of #FE7873
Complementary color
Monochromatic Colors of #FE7873
Black with #FE7873
Text Example
Text Example
White with #FE7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7873; }
p { color: rgb(254,120,115); }
H1.HeaderClassName
{
color: #FE7873;
}
.AnyTagClassName
{
color: #FE7873;
}
</style>
background-color css
<style>
a { background-color: #FE7873; }
a { background-color: rgb(254,120,115); }
div.DivClassName
{
background-color: #FE7873;
}
.BgClassName
{
background-color: #FE7873;
}
</style>
border-color css
<style>
span { border-color: #FE7873; }
span { border-color: rgb(254,120,115); }
td.TdClassName
{
border-color: #FE7873;
}
.TagClassName
{
border-color: #FE7873;
}
</style>