Shades of Salmon #FE8374
Tints of Salmon #FE8374
RGB
CMYK
RGB Variations
Color information
#FE8374 (or 0xFE8374) is known color: Salmon. HEX triplet: FE, 83 and 74. RGB value is (254,131,116). Sum of RGB (Red+Green+Blue) = 254+131+116=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8374 is #017C8B. Grayscale: #A6A6A6. Windows color (decimal): -97420 or 7635966. OLE color: 7635966.
HSL color Cylindrical-coordinate representation of color #FE8374: hue angle of 6.52º 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 #FE8374 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 116 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 6.52º | 0.99% | 0.73% | - |
| HSV(B) | 6.52º | 0.54% | 1% | - |
| XYZ | 52.14 | 38.56 | 21.22 | - |
| YUV | 166.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 116 | 0 | 0.48 | 0.54 | 0.00 | 6.52 | 0.99 | 0.73 |
| Hex | FE | 83 | 74 | 0 | 30 | 36 | 0 | 7 | 63 | 49 |
| Octal | 376 | 203 | 164 | 0 | 60 | 66 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000011 | 1110100 | 0 | 110000 | 110110 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8374
Complementary color
Monochromatic Colors of #FE8374
Black with #FE8374
Text Example
Text Example
White with #FE8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8374; }
p { color: rgb(254,131,116); }
H1.HeaderClassName
{
color: #FE8374;
}
.AnyTagClassName
{
color: #FE8374;
}
</style>
background-color css
<style>
a { background-color: #FE8374; }
a { background-color: rgb(254,131,116); }
div.DivClassName
{
background-color: #FE8374;
}
.BgClassName
{
background-color: #FE8374;
}
</style>
border-color css
<style>
span { border-color: #FE8374; }
span { border-color: rgb(254,131,116); }
td.TdClassName
{
border-color: #FE8374;
}
.TagClassName
{
border-color: #FE8374;
}
</style>