Shades of Salmon #FE7E6F
Tints of Salmon #FE7E6F
RGB
CMYK
RGB Variations
Color information
#FE7E6F (or 0xFE7E6F) is known color: Salmon. HEX triplet: FE, 7E and 6F. RGB value is (254,126,111). Sum of RGB (Red+Green+Blue) = 254+126+111=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E6F is #018190. Grayscale: #A2A2A2. Windows color (decimal): -98705 or 7307006. OLE color: 7307006.
HSL color Cylindrical-coordinate representation of color #FE7E6F: hue angle of 6.29º 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 #FE7E6F is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 111 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.00 |
| HSL | 6.29º | 0.99% | 0.72% | - |
| HSV(B) | 6.29º | 0.56% | 1% | - |
| XYZ | 51.2 | 37.14 | 19.51 | - |
| YUV | 162.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 111 | 0 | 0.50 | 0.56 | 0.00 | 6.29 | 0.99 | 0.72 |
| Hex | FE | 7E | 6F | 0 | 32 | 38 | 0 | 6 | 63 | 48 |
| Octal | 376 | 176 | 157 | 0 | 62 | 70 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 1111110 | 1101111 | 0 | 110010 | 111000 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE7E6F
Complementary color
Monochromatic Colors of #FE7E6F
Black with #FE7E6F
Text Example
Text Example
White with #FE7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E6F; }
p { color: rgb(254,126,111); }
H1.HeaderClassName
{
color: #FE7E6F;
}
.AnyTagClassName
{
color: #FE7E6F;
}
</style>
background-color css
<style>
a { background-color: #FE7E6F; }
a { background-color: rgb(254,126,111); }
div.DivClassName
{
background-color: #FE7E6F;
}
.BgClassName
{
background-color: #FE7E6F;
}
</style>
border-color css
<style>
span { border-color: #FE7E6F; }
span { border-color: rgb(254,126,111); }
td.TdClassName
{
border-color: #FE7E6F;
}
.TagClassName
{
border-color: #FE7E6F;
}
</style>