Shades of Salmon #FE8376
Tints of Salmon #FE8376
RGB
CMYK
RGB Variations
Color information
#FE8376 (or 0xFE8376) is known color: Salmon. HEX triplet: FE, 83 and 76. RGB value is (254,131,118). Sum of RGB (Red+Green+Blue) = 254+131+118=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8376 is #017C89. Grayscale: #A6A6A6. Windows color (decimal): -97418 or 7767038. OLE color: 7767038.
HSL color Cylindrical-coordinate representation of color #FE8376: hue angle of 5.74º 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 #FE8376 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 118 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 5.74º | 0.99% | 0.73% | - |
| HSV(B) | 5.74º | 0.54% | 1% | - |
| XYZ | 52.26 | 38.61 | 21.84 | - |
| YUV | 166.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 118 | 0 | 0.48 | 0.54 | 0.00 | 5.74 | 0.99 | 0.73 |
| Hex | FE | 83 | 76 | 0 | 30 | 36 | 0 | 6 | 63 | 49 |
| Octal | 376 | 203 | 166 | 0 | 60 | 66 | 0 | 6 | 143 | 111 |
| Binary | 11111110 | 10000011 | 1110110 | 0 | 110000 | 110110 | 0 | 110 | 1100011 | 1001001 |
Color Harmonies of #FE8376
Complementary color
Monochromatic Colors of #FE8376
Black with #FE8376
Text Example
Text Example
White with #FE8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8376; }
p { color: rgb(254,131,118); }
H1.HeaderClassName
{
color: #FE8376;
}
.AnyTagClassName
{
color: #FE8376;
}
</style>
background-color css
<style>
a { background-color: #FE8376; }
a { background-color: rgb(254,131,118); }
div.DivClassName
{
background-color: #FE8376;
}
.BgClassName
{
background-color: #FE8376;
}
</style>
border-color css
<style>
span { border-color: #FE8376; }
span { border-color: rgb(254,131,118); }
td.TdClassName
{
border-color: #FE8376;
}
.TagClassName
{
border-color: #FE8376;
}
</style>