Shades of Salmon #FE7C65
Tints of Salmon #FE7C65
RGB
CMYK
RGB Variations
Color information
#FE7C65 (or 0xFE7C65) is known color: Salmon. HEX triplet: FE, 7C and 65. RGB value is (254,124,101). Sum of RGB (Red+Green+Blue) = 254+124+101=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C65 is #01839A. Grayscale: #A0A0A0. Windows color (decimal): -99227 or 6651134. OLE color: 6651134.
HSL color Cylindrical-coordinate representation of color #FE7C65: hue angle of 9.02º 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 #FE7C65 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 101 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.00 |
| HSL | 9.02º | 0.99% | 0.7% | - |
| HSV(B) | 9.02º | 0.6% | 1% | - |
| XYZ | 50.43 | 36.43 | 16.68 | - |
| YUV | 160.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 101 | 0 | 0.51 | 0.60 | 0.00 | 9.02 | 0.99 | 0.7 |
| Hex | FE | 7C | 65 | 0 | 33 | 3C | 0 | 9 | 63 | 46 |
| Octal | 376 | 174 | 145 | 0 | 63 | 74 | 0 | 11 | 143 | 106 |
| Binary | 11111110 | 1111100 | 1100101 | 0 | 110011 | 111100 | 0 | 1001 | 1100011 | 1000110 |
Color Harmonies of #FE7C65
Complementary color
Monochromatic Colors of #FE7C65
Black with #FE7C65
Text Example
Text Example
White with #FE7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C65; }
p { color: rgb(254,124,101); }
H1.HeaderClassName
{
color: #FE7C65;
}
.AnyTagClassName
{
color: #FE7C65;
}
</style>
background-color css
<style>
a { background-color: #FE7C65; }
a { background-color: rgb(254,124,101); }
div.DivClassName
{
background-color: #FE7C65;
}
.BgClassName
{
background-color: #FE7C65;
}
</style>
border-color css
<style>
span { border-color: #FE7C65; }
span { border-color: rgb(254,124,101); }
td.TdClassName
{
border-color: #FE7C65;
}
.TagClassName
{
border-color: #FE7C65;
}
</style>