Shades of Salmon #FE7E70
Tints of Salmon #FE7E70
RGB
CMYK
RGB Variations
Color information
#FE7E70 (or 0xFE7E70) is known color: Salmon. HEX triplet: FE, 7E and 70. RGB value is (254,126,112). Sum of RGB (Red+Green+Blue) = 254+126+112=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E70 is #01818F. Grayscale: #A2A2A2. Windows color (decimal): -98704 or 7372542. OLE color: 7372542.
HSL color Cylindrical-coordinate representation of color #FE7E70: hue angle of 5.92º 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 #FE7E70 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 112 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.00 |
| HSL | 5.92º | 0.99% | 0.72% | - |
| HSV(B) | 5.92º | 0.56% | 1% | - |
| XYZ | 51.26 | 37.16 | 19.8 | - |
| YUV | 162.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 112 | 0 | 0.50 | 0.56 | 0.00 | 5.92 | 0.99 | 0.72 |
| Hex | FE | 7E | 70 | 0 | 32 | 38 | 0 | 6 | 63 | 48 |
| Octal | 376 | 176 | 160 | 0 | 62 | 70 | 0 | 6 | 143 | 110 |
| Binary | 11111110 | 1111110 | 1110000 | 0 | 110010 | 111000 | 0 | 110 | 1100011 | 1001000 |
Color Harmonies of #FE7E70
Complementary color
Monochromatic Colors of #FE7E70
Black with #FE7E70
Text Example
Text Example
White with #FE7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E70; }
p { color: rgb(254,126,112); }
H1.HeaderClassName
{
color: #FE7E70;
}
.AnyTagClassName
{
color: #FE7E70;
}
</style>
background-color css
<style>
a { background-color: #FE7E70; }
a { background-color: rgb(254,126,112); }
div.DivClassName
{
background-color: #FE7E70;
}
.BgClassName
{
background-color: #FE7E70;
}
</style>
border-color css
<style>
span { border-color: #FE7E70; }
span { border-color: rgb(254,126,112); }
td.TdClassName
{
border-color: #FE7E70;
}
.TagClassName
{
border-color: #FE7E70;
}
</style>