Shades of Salmon #FE7F73
Tints of Salmon #FE7F73
RGB
CMYK
RGB Variations
Color information
#FE7F73 (or 0xFE7F73) is known color: Salmon. HEX triplet: FE, 7F and 73. RGB value is (254,127,115). Sum of RGB (Red+Green+Blue) = 254+127+115=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F73 is #01808C. Grayscale: #A3A3A3. Windows color (decimal): -98445 or 7569406. OLE color: 7569406.
HSL color Cylindrical-coordinate representation of color #FE7F73: hue angle of 5.18º 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 #FE7F73 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 115 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.00 |
| HSL | 5.18º | 0.99% | 0.72% | - |
| HSV(B) | 5.18º | 0.55% | 1% | - |
| XYZ | 51.56 | 37.49 | 20.74 | - |
| YUV | 163.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 115 | 0 | 0.50 | 0.55 | 0.00 | 5.18 | 0.99 | 0.72 |
| Hex | FE | 7F | 73 | 0 | 32 | 37 | 0 | 5 | 63 | 48 |
| Octal | 376 | 177 | 163 | 0 | 62 | 67 | 0 | 5 | 143 | 110 |
| Binary | 11111110 | 1111111 | 1110011 | 0 | 110010 | 110111 | 0 | 101 | 1100011 | 1001000 |
Color Harmonies of #FE7F73
Complementary color
Monochromatic Colors of #FE7F73
Black with #FE7F73
Text Example
Text Example
White with #FE7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F73; }
p { color: rgb(254,127,115); }
H1.HeaderClassName
{
color: #FE7F73;
}
.AnyTagClassName
{
color: #FE7F73;
}
</style>
background-color css
<style>
a { background-color: #FE7F73; }
a { background-color: rgb(254,127,115); }
div.DivClassName
{
background-color: #FE7F73;
}
.BgClassName
{
background-color: #FE7F73;
}
</style>
border-color css
<style>
span { border-color: #FE7F73; }
span { border-color: rgb(254,127,115); }
td.TdClassName
{
border-color: #FE7F73;
}
.TagClassName
{
border-color: #FE7F73;
}
</style>