Shades of Salmon #FE8879
Tints of Salmon #FE8879
RGB
CMYK
RGB Variations
Color information
#FE8879 (or 0xFE8879) is known color: Salmon. HEX triplet: FE, 88 and 79. RGB value is (254,136,121). Sum of RGB (Red+Green+Blue) = 254+136+121=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8879 is #017786. Grayscale: #A9A9A9. Windows color (decimal): -96135 or 7964926. OLE color: 7964926.
HSL color Cylindrical-coordinate representation of color #FE8879: hue angle of 6.77º 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 #FE8879 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 121 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.00 |
| HSL | 6.77º | 0.99% | 0.74% | - |
| HSV(B) | 6.77º | 0.52% | 1% | - |
| XYZ | 53.13 | 40.06 | 23.02 | - |
| YUV | 169.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 121 | 0 | 0.46 | 0.52 | 0.00 | 6.77 | 0.99 | 0.74 |
| Hex | FE | 88 | 79 | 0 | 2E | 34 | 0 | 7 | 63 | 4A |
| Octal | 376 | 210 | 171 | 0 | 56 | 64 | 0 | 7 | 143 | 112 |
| Binary | 11111110 | 10001000 | 1111001 | 0 | 101110 | 110100 | 0 | 111 | 1100011 | 1001010 |
Color Harmonies of #FE8879
Complementary color
Monochromatic Colors of #FE8879
Black with #FE8879
Text Example
Text Example
White with #FE8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8879; }
p { color: rgb(254,136,121); }
H1.HeaderClassName
{
color: #FE8879;
}
.AnyTagClassName
{
color: #FE8879;
}
</style>
background-color css
<style>
a { background-color: #FE8879; }
a { background-color: rgb(254,136,121); }
div.DivClassName
{
background-color: #FE8879;
}
.BgClassName
{
background-color: #FE8879;
}
</style>
border-color css
<style>
span { border-color: #FE8879; }
span { border-color: rgb(254,136,121); }
td.TdClassName
{
border-color: #FE8879;
}
.TagClassName
{
border-color: #FE8879;
}
</style>