Shades of Salmon #FE856D
Tints of Salmon #FE856D
RGB
CMYK
RGB Variations
Color information
#FE856D (or 0xFE856D) is known color: Salmon. HEX triplet: FE, 85 and 6D. RGB value is (254,133,109). Sum of RGB (Red+Green+Blue) = 254+133+109=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE856D is #017A92. Grayscale: #A6A6A6. Windows color (decimal): -96915 or 7177726. OLE color: 7177726.
HSL color Cylindrical-coordinate representation of color #FE856D: hue angle of 9.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE856D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 109 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.00 |
| HSL | 9.93º | 0.99% | 0.71% | - |
| HSV(B) | 9.93º | 0.57% | 1% | - |
| XYZ | 52.02 | 38.95 | 19.24 | - |
| YUV | 166.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 109 | 0 | 0.48 | 0.57 | 0.00 | 9.93 | 0.99 | 0.71 |
| Hex | FE | 85 | 6D | 0 | 30 | 39 | 0 | A | 63 | 47 |
| Octal | 376 | 205 | 155 | 0 | 60 | 71 | 0 | 12 | 143 | 107 |
| Binary | 11111110 | 10000101 | 1101101 | 0 | 110000 | 111001 | 0 | 1010 | 1100011 | 1000111 |
Color Harmonies of #FE856D
Complementary color
Monochromatic Colors of #FE856D
Black with #FE856D
Text Example
Text Example
White with #FE856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE856D; }
p { color: rgb(254,133,109); }
H1.HeaderClassName
{
color: #FE856D;
}
.AnyTagClassName
{
color: #FE856D;
}
</style>
background-color css
<style>
a { background-color: #FE856D; }
a { background-color: rgb(254,133,109); }
div.DivClassName
{
background-color: #FE856D;
}
.BgClassName
{
background-color: #FE856D;
}
</style>
border-color css
<style>
span { border-color: #FE856D; }
span { border-color: rgb(254,133,109); }
td.TdClassName
{
border-color: #FE856D;
}
.TagClassName
{
border-color: #FE856D;
}
</style>