Shades of Salmon #FE8B76
Tints of Salmon #FE8B76
RGB
CMYK
RGB Variations
Color information
#FE8B76 (or 0xFE8B76) is known color: Salmon. HEX triplet: FE, 8B and 76. RGB value is (254,139,118). Sum of RGB (Red+Green+Blue) = 254+139+118=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B76 is #017489. Grayscale: #ABABAB. Windows color (decimal): -95370 or 7769086. OLE color: 7769086.
HSL color Cylindrical-coordinate representation of color #FE8B76: hue angle of 9.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8B76 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 118 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.00 |
| HSL | 9.26º | 0.99% | 0.73% | - |
| HSV(B) | 9.26º | 0.54% | 1% | - |
| XYZ | 53.38 | 40.84 | 22.21 | - |
| YUV | 170.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 118 | 0 | 0.45 | 0.54 | 0.00 | 9.26 | 0.99 | 0.73 |
| Hex | FE | 8B | 76 | 0 | 2D | 36 | 0 | 9 | 63 | 49 |
| Octal | 376 | 213 | 166 | 0 | 55 | 66 | 0 | 11 | 143 | 111 |
| Binary | 11111110 | 10001011 | 1110110 | 0 | 101101 | 110110 | 0 | 1001 | 1100011 | 1001001 |
Color Harmonies of #FE8B76
Complementary color
Monochromatic Colors of #FE8B76
Black with #FE8B76
Text Example
Text Example
White with #FE8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B76; }
p { color: rgb(254,139,118); }
H1.HeaderClassName
{
color: #FE8B76;
}
.AnyTagClassName
{
color: #FE8B76;
}
</style>
background-color css
<style>
a { background-color: #FE8B76; }
a { background-color: rgb(254,139,118); }
div.DivClassName
{
background-color: #FE8B76;
}
.BgClassName
{
background-color: #FE8B76;
}
</style>
border-color css
<style>
span { border-color: #FE8B76; }
span { border-color: rgb(254,139,118); }
td.TdClassName
{
border-color: #FE8B76;
}
.TagClassName
{
border-color: #FE8B76;
}
</style>