Shades of Salmon #FE8B79
Tints of Salmon #FE8B79
RGB
CMYK
RGB Variations
Color information
#FE8B79 (or 0xFE8B79) is known color: Salmon. HEX triplet: FE, 8B and 79. RGB value is (254,139,121). Sum of RGB (Red+Green+Blue) = 254+139+121=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B79 is #017486. Grayscale: #ABABAB. Windows color (decimal): -95367 or 7965694. OLE color: 7965694.
HSL color Cylindrical-coordinate representation of color #FE8B79: hue angle of 8.12º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE8B79 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 121 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.00 |
| HSL | 8.12º | 0.99% | 0.74% | - |
| HSV(B) | 8.12º | 0.52% | 1% | - |
| XYZ | 53.56 | 40.92 | 23.16 | - |
| YUV | 171.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 121 | 0 | 0.45 | 0.52 | 0.00 | 8.12 | 0.99 | 0.74 |
| Hex | FE | 8B | 79 | 0 | 2D | 34 | 0 | 8 | 63 | 4A |
| Octal | 376 | 213 | 171 | 0 | 55 | 64 | 0 | 10 | 143 | 112 |
| Binary | 11111110 | 10001011 | 1111001 | 0 | 101101 | 110100 | 0 | 1000 | 1100011 | 1001010 |
Color Harmonies of #FE8B79
Complementary color
Monochromatic Colors of #FE8B79
Black with #FE8B79
Text Example
Text Example
White with #FE8B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B79; }
p { color: rgb(254,139,121); }
H1.HeaderClassName
{
color: #FE8B79;
}
.AnyTagClassName
{
color: #FE8B79;
}
</style>
background-color css
<style>
a { background-color: #FE8B79; }
a { background-color: rgb(254,139,121); }
div.DivClassName
{
background-color: #FE8B79;
}
.BgClassName
{
background-color: #FE8B79;
}
</style>
border-color css
<style>
span { border-color: #FE8B79; }
span { border-color: rgb(254,139,121); }
td.TdClassName
{
border-color: #FE8B79;
}
.TagClassName
{
border-color: #FE8B79;
}
</style>