Shades of Salmon #FE7C73
Tints of Salmon #FE7C73
RGB
CMYK
RGB Variations
Color information
#FE7C73 (or 0xFE7C73) is known color: Salmon. HEX triplet: FE, 7C and 73. RGB value is (254,124,115). Sum of RGB (Red+Green+Blue) = 254+124+115=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C73 is #01838C. Grayscale: #A2A2A2. Windows color (decimal): -99213 or 7568638. OLE color: 7568638.
HSL color Cylindrical-coordinate representation of color #FE7C73: hue angle of 3.88º 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 #FE7C73 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 115 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.00 |
| HSL | 3.88º | 0.99% | 0.72% | - |
| HSV(B) | 3.88º | 0.55% | 1% | - |
| XYZ | 51.18 | 36.72 | 20.61 | - |
| YUV | 161.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 115 | 0 | 0.51 | 0.55 | 0.00 | 3.88 | 0.99 | 0.72 |
| Hex | FE | 7C | 73 | 0 | 33 | 37 | 0 | 4 | 63 | 48 |
| Octal | 376 | 174 | 163 | 0 | 63 | 67 | 0 | 4 | 143 | 110 |
| Binary | 11111110 | 1111100 | 1110011 | 0 | 110011 | 110111 | 0 | 100 | 1100011 | 1001000 |
Color Harmonies of #FE7C73
Complementary color
Monochromatic Colors of #FE7C73
Black with #FE7C73
Text Example
Text Example
White with #FE7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C73; }
p { color: rgb(254,124,115); }
H1.HeaderClassName
{
color: #FE7C73;
}
.AnyTagClassName
{
color: #FE7C73;
}
</style>
background-color css
<style>
a { background-color: #FE7C73; }
a { background-color: rgb(254,124,115); }
div.DivClassName
{
background-color: #FE7C73;
}
.BgClassName
{
background-color: #FE7C73;
}
</style>
border-color css
<style>
span { border-color: #FE7C73; }
span { border-color: rgb(254,124,115); }
td.TdClassName
{
border-color: #FE7C73;
}
.TagClassName
{
border-color: #FE7C73;
}
</style>