Shades of Salmon #FE7E6C
Tints of Salmon #FE7E6C
RGB
CMYK
RGB Variations
Color information
#FE7E6C (or 0xFE7E6C) is known color: Salmon. HEX triplet: FE, 7E and 6C. RGB value is (254,126,108). Sum of RGB (Red+Green+Blue) = 254+126+108=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E6C is #018193. Grayscale: #A2A2A2. Windows color (decimal): -98708 or 7110398. OLE color: 7110398.
HSL color Cylindrical-coordinate representation of color #FE7E6C: hue angle of 7.4º 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 #FE7E6C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 108 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.00 |
| HSL | 7.4º | 0.99% | 0.71% | - |
| HSV(B) | 7.4º | 0.57% | 1% | - |
| XYZ | 51.04 | 37.08 | 18.65 | - |
| YUV | 162.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 108 | 0 | 0.50 | 0.57 | 0.00 | 7.4 | 0.99 | 0.71 |
| Hex | FE | 7E | 6C | 0 | 32 | 39 | 0 | 7 | 63 | 47 |
| Octal | 376 | 176 | 154 | 0 | 62 | 71 | 0 | 7 | 143 | 107 |
| Binary | 11111110 | 1111110 | 1101100 | 0 | 110010 | 111001 | 0 | 111 | 1100011 | 1000111 |
Color Harmonies of #FE7E6C
Complementary color
Monochromatic Colors of #FE7E6C
Black with #FE7E6C
Text Example
Text Example
White with #FE7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E6C; }
p { color: rgb(254,126,108); }
H1.HeaderClassName
{
color: #FE7E6C;
}
.AnyTagClassName
{
color: #FE7E6C;
}
</style>
background-color css
<style>
a { background-color: #FE7E6C; }
a { background-color: rgb(254,126,108); }
div.DivClassName
{
background-color: #FE7E6C;
}
.BgClassName
{
background-color: #FE7E6C;
}
</style>
border-color css
<style>
span { border-color: #FE7E6C; }
span { border-color: rgb(254,126,108); }
td.TdClassName
{
border-color: #FE7E6C;
}
.TagClassName
{
border-color: #FE7E6C;
}
</style>