Shades of Salmon #FE716E
Tints of Salmon #FE716E
RGB
CMYK
RGB Variations
Color information
#FE716E (or 0xFE716E) is known color: Salmon. HEX triplet: FE, 71 and 6E. RGB value is (254,113,110). Sum of RGB (Red+Green+Blue) = 254+113+110=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE716E is #018E91. Grayscale: #9A9A9A. Windows color (decimal): -102034 or 7238142. OLE color: 7238142.
HSL color Cylindrical-coordinate representation of color #FE716E: hue angle of 1.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE716E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 110 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.00 |
| HSL | 1.25º | 0.99% | 0.71% | - |
| HSV(B) | 1.25º | 0.57% | 1% | - |
| XYZ | 49.59 | 34.01 | 18.7 | - |
| YUV | 154.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 110 | 0 | 0.56 | 0.57 | 0.00 | 1.25 | 0.99 | 0.71 |
| Hex | FE | 71 | 6E | 0 | 38 | 39 | 0 | 1 | 63 | 47 |
| Octal | 376 | 161 | 156 | 0 | 70 | 71 | 0 | 1 | 143 | 107 |
| Binary | 11111110 | 1110001 | 1101110 | 0 | 111000 | 111001 | 0 | 1 | 1100011 | 1000111 |
Color Harmonies of #FE716E
Complementary color
Monochromatic Colors of #FE716E
Black with #FE716E
Text Example
Text Example
White with #FE716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE716E; }
p { color: rgb(254,113,110); }
H1.HeaderClassName
{
color: #FE716E;
}
.AnyTagClassName
{
color: #FE716E;
}
</style>
background-color css
<style>
a { background-color: #FE716E; }
a { background-color: rgb(254,113,110); }
div.DivClassName
{
background-color: #FE716E;
}
.BgClassName
{
background-color: #FE716E;
}
</style>
border-color css
<style>
span { border-color: #FE716E; }
span { border-color: rgb(254,113,110); }
td.TdClassName
{
border-color: #FE716E;
}
.TagClassName
{
border-color: #FE716E;
}
</style>