Shades of Salmon #FE8579
Tints of Salmon #FE8579
RGB
CMYK
RGB Variations
Color information
#FE8579 (or 0xFE8579) is known color: Salmon. HEX triplet: FE, 85 and 79. RGB value is (254,133,121). Sum of RGB (Red+Green+Blue) = 254+133+121=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8579 is #017A86. Grayscale: #A7A7A7. Windows color (decimal): -96903 or 7964158. OLE color: 7964158.
HSL color Cylindrical-coordinate representation of color #FE8579: hue angle of 5.41º 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 #FE8579 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 121 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.00 |
| HSL | 5.41º | 0.99% | 0.74% | - |
| HSV(B) | 5.41º | 0.52% | 1% | - |
| XYZ | 52.71 | 39.23 | 22.88 | - |
| YUV | 167.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 121 | 0 | 0.48 | 0.52 | 0.00 | 5.41 | 0.99 | 0.74 |
| Hex | FE | 85 | 79 | 0 | 30 | 34 | 0 | 5 | 63 | 4A |
| Octal | 376 | 205 | 171 | 0 | 60 | 64 | 0 | 5 | 143 | 112 |
| Binary | 11111110 | 10000101 | 1111001 | 0 | 110000 | 110100 | 0 | 101 | 1100011 | 1001010 |
Color Harmonies of #FE8579
Complementary color
Monochromatic Colors of #FE8579
Black with #FE8579
Text Example
Text Example
White with #FE8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8579; }
p { color: rgb(254,133,121); }
H1.HeaderClassName
{
color: #FE8579;
}
.AnyTagClassName
{
color: #FE8579;
}
</style>
background-color css
<style>
a { background-color: #FE8579; }
a { background-color: rgb(254,133,121); }
div.DivClassName
{
background-color: #FE8579;
}
.BgClassName
{
background-color: #FE8579;
}
</style>
border-color css
<style>
span { border-color: #FE8579; }
span { border-color: rgb(254,133,121); }
td.TdClassName
{
border-color: #FE8579;
}
.TagClassName
{
border-color: #FE8579;
}
</style>