Shades of Salmon #FE7E65
Tints of Salmon #FE7E65
RGB
CMYK
RGB Variations
Color information
#FE7E65 (or 0xFE7E65) is known color: Salmon. HEX triplet: FE, 7E and 65. RGB value is (254,126,101). Sum of RGB (Red+Green+Blue) = 254+126+101=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E65 is #01819A. Grayscale: #A1A1A1. Windows color (decimal): -98715 or 6651646. OLE color: 6651646.
HSL color Cylindrical-coordinate representation of color #FE7E65: hue angle of 9.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7E65 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 101 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.00 |
| HSL | 9.8º | 0.99% | 0.7% | - |
| HSV(B) | 9.8º | 0.6% | 1% | - |
| XYZ | 50.68 | 36.93 | 16.77 | - |
| YUV | 161.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 101 | 0 | 0.50 | 0.60 | 0.00 | 9.8 | 0.99 | 0.7 |
| Hex | FE | 7E | 65 | 0 | 32 | 3C | 0 | A | 63 | 46 |
| Octal | 376 | 176 | 145 | 0 | 62 | 74 | 0 | 12 | 143 | 106 |
| Binary | 11111110 | 1111110 | 1100101 | 0 | 110010 | 111100 | 0 | 1010 | 1100011 | 1000110 |
Color Harmonies of #FE7E65
Complementary color
Monochromatic Colors of #FE7E65
Black with #FE7E65
Text Example
Text Example
White with #FE7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E65; }
p { color: rgb(254,126,101); }
H1.HeaderClassName
{
color: #FE7E65;
}
.AnyTagClassName
{
color: #FE7E65;
}
</style>
background-color css
<style>
a { background-color: #FE7E65; }
a { background-color: rgb(254,126,101); }
div.DivClassName
{
background-color: #FE7E65;
}
.BgClassName
{
background-color: #FE7E65;
}
</style>
border-color css
<style>
span { border-color: #FE7E65; }
span { border-color: rgb(254,126,101); }
td.TdClassName
{
border-color: #FE7E65;
}
.TagClassName
{
border-color: #FE7E65;
}
</style>