Shades of Salmon #FE7E6D
Tints of Salmon #FE7E6D
RGB
CMYK
RGB Variations
Color information
#FE7E6D (or 0xFE7E6D) is known color: Salmon. HEX triplet: FE, 7E and 6D. RGB value is (254,126,109). Sum of RGB (Red+Green+Blue) = 254+126+109=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E6D is #018192. Grayscale: #A2A2A2. Windows color (decimal): -98707 or 7175934. OLE color: 7175934.
HSL color Cylindrical-coordinate representation of color #FE7E6D: hue angle of 7.03º 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 #FE7E6D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 109 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.00 |
| HSL | 7.03º | 0.99% | 0.71% | - |
| HSV(B) | 7.03º | 0.57% | 1% | - |
| XYZ | 51.09 | 37.1 | 18.94 | - |
| YUV | 162.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 109 | 0 | 0.50 | 0.57 | 0.00 | 7.03 | 0.99 | 0.71 |
| Hex | FE | 7E | 6D | 0 | 32 | 39 | 0 | 7 | 63 | 47 |
| Octal | 376 | 176 | 155 | 0 | 62 | 71 | 0 | 7 | 143 | 107 |
| Binary | 11111110 | 1111110 | 1101101 | 0 | 110010 | 111001 | 0 | 111 | 1100011 | 1000111 |
Color Harmonies of #FE7E6D
Complementary color
Monochromatic Colors of #FE7E6D
Black with #FE7E6D
Text Example
Text Example
White with #FE7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E6D; }
p { color: rgb(254,126,109); }
H1.HeaderClassName
{
color: #FE7E6D;
}
.AnyTagClassName
{
color: #FE7E6D;
}
</style>
background-color css
<style>
a { background-color: #FE7E6D; }
a { background-color: rgb(254,126,109); }
div.DivClassName
{
background-color: #FE7E6D;
}
.BgClassName
{
background-color: #FE7E6D;
}
</style>
border-color css
<style>
span { border-color: #FE7E6D; }
span { border-color: rgb(254,126,109); }
td.TdClassName
{
border-color: #FE7E6D;
}
.TagClassName
{
border-color: #FE7E6D;
}
</style>