Shades of Salmon #FE7671
Tints of Salmon #FE7671
RGB
CMYK
RGB Variations
Color information
#FE7671 (or 0xFE7671) is known color: Salmon. HEX triplet: FE, 76 and 71. RGB value is (254,118,113). Sum of RGB (Red+Green+Blue) = 254+118+113=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7671 is #01898E. Grayscale: #9E9E9E. Windows color (decimal): -100751 or 7436030. OLE color: 7436030.
HSL color Cylindrical-coordinate representation of color #FE7671: hue angle of 2.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7671 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 113 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.00 |
| HSL | 2.13º | 0.99% | 0.72% | - |
| HSV(B) | 2.13º | 0.56% | 1% | - |
| XYZ | 50.33 | 35.22 | 19.77 | - |
| YUV | 158.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 113 | 0 | 0.54 | 0.56 | 0.00 | 2.13 | 0.99 | 0.72 |
| Hex | FE | 76 | 71 | 0 | 36 | 38 | 0 | 2 | 63 | 48 |
| Octal | 376 | 166 | 161 | 0 | 66 | 70 | 0 | 2 | 143 | 110 |
| Binary | 11111110 | 1110110 | 1110001 | 0 | 110110 | 111000 | 0 | 10 | 1100011 | 1001000 |
Color Harmonies of #FE7671
Complementary color
Monochromatic Colors of #FE7671
Black with #FE7671
Text Example
Text Example
White with #FE7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7671; }
p { color: rgb(254,118,113); }
H1.HeaderClassName
{
color: #FE7671;
}
.AnyTagClassName
{
color: #FE7671;
}
</style>
background-color css
<style>
a { background-color: #FE7671; }
a { background-color: rgb(254,118,113); }
div.DivClassName
{
background-color: #FE7671;
}
.BgClassName
{
background-color: #FE7671;
}
</style>
border-color css
<style>
span { border-color: #FE7671; }
span { border-color: rgb(254,118,113); }
td.TdClassName
{
border-color: #FE7671;
}
.TagClassName
{
border-color: #FE7671;
}
</style>