Shades of Salmon #FE8479
Tints of Salmon #FE8479
RGB
CMYK
RGB Variations
Color information
#FE8479 (or 0xFE8479) is known color: Salmon. HEX triplet: FE, 84 and 79. RGB value is (254,132,121). Sum of RGB (Red+Green+Blue) = 254+132+121=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8479 is #017B86. Grayscale: #A7A7A7. Windows color (decimal): -97159 or 7963902. OLE color: 7963902.
HSL color Cylindrical-coordinate representation of color #FE8479: hue angle of 4.96º 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 #FE8479 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 121 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.00 |
| HSL | 4.96º | 0.99% | 0.74% | - |
| HSV(B) | 4.96º | 0.52% | 1% | - |
| XYZ | 52.58 | 38.95 | 22.84 | - |
| YUV | 167.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 121 | 0 | 0.48 | 0.52 | 0.00 | 4.96 | 0.99 | 0.74 |
| Hex | FE | 84 | 79 | 0 | 30 | 34 | 0 | 5 | 63 | 4A |
| Octal | 376 | 204 | 171 | 0 | 60 | 64 | 0 | 5 | 143 | 112 |
| Binary | 11111110 | 10000100 | 1111001 | 0 | 110000 | 110100 | 0 | 101 | 1100011 | 1001010 |
Color Harmonies of #FE8479
Complementary color
Monochromatic Colors of #FE8479
Black with #FE8479
Text Example
Text Example
White with #FE8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8479; }
p { color: rgb(254,132,121); }
H1.HeaderClassName
{
color: #FE8479;
}
.AnyTagClassName
{
color: #FE8479;
}
</style>
background-color css
<style>
a { background-color: #FE8479; }
a { background-color: rgb(254,132,121); }
div.DivClassName
{
background-color: #FE8479;
}
.BgClassName
{
background-color: #FE8479;
}
</style>
border-color css
<style>
span { border-color: #FE8479; }
span { border-color: rgb(254,132,121); }
td.TdClassName
{
border-color: #FE8479;
}
.TagClassName
{
border-color: #FE8479;
}
</style>