Shades of Salmon #FE756E
Tints of Salmon #FE756E
RGB
CMYK
RGB Variations
Color information
#FE756E (or 0xFE756E) is known color: Salmon. HEX triplet: FE, 75 and 6E. RGB value is (254,117,110). Sum of RGB (Red+Green+Blue) = 254+117+110=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756E is #018A91. Grayscale: #9D9D9D. Windows color (decimal): -101010 or 7239166. OLE color: 7239166.
HSL color Cylindrical-coordinate representation of color #FE756E: hue angle of 2.92º 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 #FE756E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 110 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.00 |
| HSL | 2.92º | 0.99% | 0.71% | - |
| HSV(B) | 2.92º | 0.57% | 1% | - |
| XYZ | 50.05 | 34.92 | 18.85 | - |
| YUV | 157.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 110 | 0 | 0.54 | 0.57 | 0.00 | 2.92 | 0.99 | 0.71 |
| Hex | FE | 75 | 6E | 0 | 36 | 39 | 0 | 3 | 63 | 47 |
| Octal | 376 | 165 | 156 | 0 | 66 | 71 | 0 | 3 | 143 | 107 |
| Binary | 11111110 | 1110101 | 1101110 | 0 | 110110 | 111001 | 0 | 11 | 1100011 | 1000111 |
Color Harmonies of #FE756E
Complementary color
Monochromatic Colors of #FE756E
Black with #FE756E
Text Example
Text Example
White with #FE756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE756E; }
p { color: rgb(254,117,110); }
H1.HeaderClassName
{
color: #FE756E;
}
.AnyTagClassName
{
color: #FE756E;
}
</style>
background-color css
<style>
a { background-color: #FE756E; }
a { background-color: rgb(254,117,110); }
div.DivClassName
{
background-color: #FE756E;
}
.BgClassName
{
background-color: #FE756E;
}
</style>
border-color css
<style>
span { border-color: #FE756E; }
span { border-color: rgb(254,117,110); }
td.TdClassName
{
border-color: #FE756E;
}
.TagClassName
{
border-color: #FE756E;
}
</style>