Shades of Salmon #FE8974
Tints of Salmon #FE8974
RGB
CMYK
RGB Variations
Color information
#FE8974 (or 0xFE8974) is known color: Salmon. HEX triplet: FE, 89 and 74. RGB value is (254,137,116). Sum of RGB (Red+Green+Blue) = 254+137+116=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8974 is #01768B. Grayscale: #A9A9A9. Windows color (decimal): -95884 or 7637502. OLE color: 7637502.
HSL color Cylindrical-coordinate representation of color #FE8974: hue angle of 9.13º 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 #FE8974 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 116 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.00 |
| HSL | 9.13º | 0.99% | 0.73% | - |
| HSV(B) | 9.13º | 0.54% | 1% | - |
| XYZ | 52.97 | 40.22 | 21.49 | - |
| YUV | 169.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 116 | 0 | 0.46 | 0.54 | 0.00 | 9.13 | 0.99 | 0.73 |
| Hex | FE | 89 | 74 | 0 | 2E | 36 | 0 | 9 | 63 | 49 |
| Octal | 376 | 211 | 164 | 0 | 56 | 66 | 0 | 11 | 143 | 111 |
| Binary | 11111110 | 10001001 | 1110100 | 0 | 101110 | 110110 | 0 | 1001 | 1100011 | 1001001 |
Color Harmonies of #FE8974
Complementary color
Monochromatic Colors of #FE8974
Black with #FE8974
Text Example
Text Example
White with #FE8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8974; }
p { color: rgb(254,137,116); }
H1.HeaderClassName
{
color: #FE8974;
}
.AnyTagClassName
{
color: #FE8974;
}
</style>
background-color css
<style>
a { background-color: #FE8974; }
a { background-color: rgb(254,137,116); }
div.DivClassName
{
background-color: #FE8974;
}
.BgClassName
{
background-color: #FE8974;
}
</style>
border-color css
<style>
span { border-color: #FE8974; }
span { border-color: rgb(254,137,116); }
td.TdClassName
{
border-color: #FE8974;
}
.TagClassName
{
border-color: #FE8974;
}
</style>