Shades of Salmon #FE7A6D
Tints of Salmon #FE7A6D
RGB
CMYK
RGB Variations
Color information
#FE7A6D (or 0xFE7A6D) is known color: Salmon. HEX triplet: FE, 7A and 6D. RGB value is (254,122,109). Sum of RGB (Red+Green+Blue) = 254+122+109=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A6D is #018592. Grayscale: #A0A0A0. Windows color (decimal): -99731 or 7174910. OLE color: 7174910.
HSL color Cylindrical-coordinate representation of color #FE7A6D: hue angle of 5.38º 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 #FE7A6D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 109 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.00 |
| HSL | 5.38º | 0.99% | 0.71% | - |
| HSV(B) | 5.38º | 0.57% | 1% | - |
| XYZ | 50.59 | 36.09 | 18.77 | - |
| YUV | 159.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 109 | 0 | 0.52 | 0.57 | 0.00 | 5.38 | 0.99 | 0.71 |
| Hex | FE | 7A | 6D | 0 | 34 | 39 | 0 | 5 | 63 | 47 |
| Octal | 376 | 172 | 155 | 0 | 64 | 71 | 0 | 5 | 143 | 107 |
| Binary | 11111110 | 1111010 | 1101101 | 0 | 110100 | 111001 | 0 | 101 | 1100011 | 1000111 |
Color Harmonies of #FE7A6D
Complementary color
Monochromatic Colors of #FE7A6D
Black with #FE7A6D
Text Example
Text Example
White with #FE7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A6D; }
p { color: rgb(254,122,109); }
H1.HeaderClassName
{
color: #FE7A6D;
}
.AnyTagClassName
{
color: #FE7A6D;
}
</style>
background-color css
<style>
a { background-color: #FE7A6D; }
a { background-color: rgb(254,122,109); }
div.DivClassName
{
background-color: #FE7A6D;
}
.BgClassName
{
background-color: #FE7A6D;
}
</style>
border-color css
<style>
span { border-color: #FE7A6D; }
span { border-color: rgb(254,122,109); }
td.TdClassName
{
border-color: #FE7A6D;
}
.TagClassName
{
border-color: #FE7A6D;
}
</style>