Shades of Salmon #FE8174
Tints of Salmon #FE8174
RGB
CMYK
RGB Variations
Color information
#FE8174 (or 0xFE8174) is known color: Salmon. HEX triplet: FE, 81 and 74. RGB value is (254,129,116). Sum of RGB (Red+Green+Blue) = 254+129+116=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8174 is #017E8B. Grayscale: #A5A5A5. Windows color (decimal): -97932 or 7635454. OLE color: 7635454.
HSL color Cylindrical-coordinate representation of color #FE8174: hue angle of 5.65º 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 #FE8174 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 116 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.00 |
| HSL | 5.65º | 0.99% | 0.73% | - |
| HSV(B) | 5.65º | 0.54% | 1% | - |
| XYZ | 51.88 | 38.03 | 21.13 | - |
| YUV | 164.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 116 | 0 | 0.49 | 0.54 | 0.00 | 5.65 | 0.99 | 0.73 |
| Hex | FE | 81 | 74 | 0 | 31 | 36 | 0 | 6 | 63 | 49 |
| Octal | 376 | 201 | 164 | 0 | 61 | 66 | 0 | 6 | 143 | 111 |
| Binary | 11111110 | 10000001 | 1110100 | 0 | 110001 | 110110 | 0 | 110 | 1100011 | 1001001 |
Color Harmonies of #FE8174
Complementary color
Monochromatic Colors of #FE8174
Black with #FE8174
Text Example
Text Example
White with #FE8174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8174; }
p { color: rgb(254,129,116); }
H1.HeaderClassName
{
color: #FE8174;
}
.AnyTagClassName
{
color: #FE8174;
}
</style>
background-color css
<style>
a { background-color: #FE8174; }
a { background-color: rgb(254,129,116); }
div.DivClassName
{
background-color: #FE8174;
}
.BgClassName
{
background-color: #FE8174;
}
</style>
border-color css
<style>
span { border-color: #FE8174; }
span { border-color: rgb(254,129,116); }
td.TdClassName
{
border-color: #FE8174;
}
.TagClassName
{
border-color: #FE8174;
}
</style>