Shades of Salmon #FE756B
Tints of Salmon #FE756B
RGB
CMYK
RGB Variations
Color information
#FE756B (or 0xFE756B) is known color: Salmon. HEX triplet: FE, 75 and 6B. RGB value is (254,117,107). Sum of RGB (Red+Green+Blue) = 254+117+107=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE756B is #018A94. Grayscale: #9D9D9D. Windows color (decimal): -101013 or 7042558. OLE color: 7042558.
HSL color Cylindrical-coordinate representation of color #FE756B: hue angle of 4.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE756B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 107 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.00 |
| HSL | 4.08º | 0.99% | 0.71% | - |
| HSV(B) | 4.08º | 0.58% | 1% | - |
| XYZ | 49.89 | 34.85 | 18.01 | - |
| YUV | 156.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 107 | 0 | 0.54 | 0.58 | 0.00 | 4.08 | 0.99 | 0.71 |
| Hex | FE | 75 | 6B | 0 | 36 | 3A | 0 | 4 | 63 | 47 |
| Octal | 376 | 165 | 153 | 0 | 66 | 72 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110101 | 1101011 | 0 | 110110 | 111010 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE756B
Complementary color
Monochromatic Colors of #FE756B
Black with #FE756B
Text Example
Text Example
White with #FE756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE756B; }
p { color: rgb(254,117,107); }
H1.HeaderClassName
{
color: #FE756B;
}
.AnyTagClassName
{
color: #FE756B;
}
</style>
background-color css
<style>
a { background-color: #FE756B; }
a { background-color: rgb(254,117,107); }
div.DivClassName
{
background-color: #FE756B;
}
.BgClassName
{
background-color: #FE756B;
}
</style>
border-color css
<style>
span { border-color: #FE756B; }
span { border-color: rgb(254,117,107); }
td.TdClassName
{
border-color: #FE756B;
}
.TagClassName
{
border-color: #FE756B;
}
</style>