Shades of Salmon #FE8967
Tints of Salmon #FE8967
RGB
CMYK
RGB Variations
Color information
#FE8967 (or 0xFE8967) is known color: Salmon. HEX triplet: FE, 89 and 67. RGB value is (254,137,103). Sum of RGB (Red+Green+Blue) = 254+137+103=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8967 is #017698. Grayscale: #A8A8A8. Windows color (decimal): -95897 or 6785534. OLE color: 6785534.
HSL color Cylindrical-coordinate representation of color #FE8967: hue angle of 13.51º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8967 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 103 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.00 |
| HSL | 13.51º | 0.99% | 0.7% | - |
| HSV(B) | 13.51º | 0.59% | 1% | - |
| XYZ | 52.27 | 39.94 | 17.79 | - |
| YUV | 168.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 103 | 0 | 0.46 | 0.59 | 0.00 | 13.51 | 0.99 | 0.7 |
| Hex | FE | 89 | 67 | 0 | 2E | 3B | 0 | E | 63 | 46 |
| Octal | 376 | 211 | 147 | 0 | 56 | 73 | 0 | 16 | 143 | 106 |
| Binary | 11111110 | 10001001 | 1100111 | 0 | 101110 | 111011 | 0 | 1110 | 1100011 | 1000110 |
Color Harmonies of #FE8967
Complementary color
Monochromatic Colors of #FE8967
Black with #FE8967
Text Example
Text Example
White with #FE8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8967; }
p { color: rgb(254,137,103); }
H1.HeaderClassName
{
color: #FE8967;
}
.AnyTagClassName
{
color: #FE8967;
}
</style>
background-color css
<style>
a { background-color: #FE8967; }
a { background-color: rgb(254,137,103); }
div.DivClassName
{
background-color: #FE8967;
}
.BgClassName
{
background-color: #FE8967;
}
</style>
border-color css
<style>
span { border-color: #FE8967; }
span { border-color: rgb(254,137,103); }
td.TdClassName
{
border-color: #FE8967;
}
.TagClassName
{
border-color: #FE8967;
}
</style>