Shades of Salmon #FE7673
Tints of Salmon #FE7673
RGB
CMYK
RGB Variations
Color information
#FE7673 (or 0xFE7673) is known color: Salmon. HEX triplet: FE, 76 and 73. RGB value is (254,118,115). Sum of RGB (Red+Green+Blue) = 254+118+115=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7673 is #01898C. Grayscale: #9E9E9E. Windows color (decimal): -100749 or 7567102. OLE color: 7567102.
HSL color Cylindrical-coordinate representation of color #FE7673: hue angle of 1.29º 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 #FE7673 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 115 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.00 |
| HSL | 1.29º | 0.99% | 0.72% | - |
| HSV(B) | 1.29º | 0.55% | 1% | - |
| XYZ | 50.45 | 35.27 | 20.37 | - |
| YUV | 158.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 115 | 0 | 0.54 | 0.55 | 0.00 | 1.29 | 0.99 | 0.72 |
| Hex | FE | 76 | 73 | 0 | 36 | 37 | 0 | 1 | 63 | 48 |
| Octal | 376 | 166 | 163 | 0 | 66 | 67 | 0 | 1 | 143 | 110 |
| Binary | 11111110 | 1110110 | 1110011 | 0 | 110110 | 110111 | 0 | 1 | 1100011 | 1001000 |
Color Harmonies of #FE7673
Complementary color
Monochromatic Colors of #FE7673
Black with #FE7673
Text Example
Text Example
White with #FE7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7673; }
p { color: rgb(254,118,115); }
H1.HeaderClassName
{
color: #FE7673;
}
.AnyTagClassName
{
color: #FE7673;
}
</style>
background-color css
<style>
a { background-color: #FE7673; }
a { background-color: rgb(254,118,115); }
div.DivClassName
{
background-color: #FE7673;
}
.BgClassName
{
background-color: #FE7673;
}
</style>
border-color css
<style>
span { border-color: #FE7673; }
span { border-color: rgb(254,118,115); }
td.TdClassName
{
border-color: #FE7673;
}
.TagClassName
{
border-color: #FE7673;
}
</style>