Shades of Salmon #FE756F
Tints of Salmon #FE756F
RGB
CMYK
RGB Variations
Color information
#FE756F (or 0xFE756F) is known color: Salmon. HEX triplet: FE, 75 and 6F. RGB value is (254,117,111). Sum of RGB (Red+Green+Blue) = 254+117+111=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756F is #018A90. Grayscale: #9D9D9D. Windows color (decimal): -101009 or 7304702. OLE color: 7304702.
HSL color Cylindrical-coordinate representation of color #FE756F: hue angle of 2.52º 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 #FE756F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 111 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.00 |
| HSL | 2.52º | 0.99% | 0.72% | - |
| HSV(B) | 2.52º | 0.56% | 1% | - |
| XYZ | 50.1 | 34.94 | 19.14 | - |
| YUV | 157.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 111 | 0 | 0.54 | 0.56 | 0.00 | 2.52 | 0.99 | 0.72 |
| Hex | FE | 75 | 6F | 0 | 36 | 38 | 0 | 3 | 63 | 48 |
| Octal | 376 | 165 | 157 | 0 | 66 | 70 | 0 | 3 | 143 | 110 |
| Binary | 11111110 | 1110101 | 1101111 | 0 | 110110 | 111000 | 0 | 11 | 1100011 | 1001000 |
Color Harmonies of #FE756F
Complementary color
Monochromatic Colors of #FE756F
Black with #FE756F
Text Example
Text Example
White with #FE756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE756F; }
p { color: rgb(254,117,111); }
H1.HeaderClassName
{
color: #FE756F;
}
.AnyTagClassName
{
color: #FE756F;
}
</style>
background-color css
<style>
a { background-color: #FE756F; }
a { background-color: rgb(254,117,111); }
div.DivClassName
{
background-color: #FE756F;
}
.BgClassName
{
background-color: #FE756F;
}
</style>
border-color css
<style>
span { border-color: #FE756F; }
span { border-color: rgb(254,117,111); }
td.TdClassName
{
border-color: #FE756F;
}
.TagClassName
{
border-color: #FE756F;
}
</style>