Shades of Salmon #FE866D
Tints of Salmon #FE866D
RGB
CMYK
RGB Variations
Color information
#FE866D (or 0xFE866D) is known color: Salmon. HEX triplet: FE, 86 and 6D. RGB value is (254,134,109). Sum of RGB (Red+Green+Blue) = 254+134+109=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE866D is #017992. Grayscale: #A7A7A7. Windows color (decimal): -96659 or 7177982. OLE color: 7177982.
HSL color Cylindrical-coordinate representation of color #FE866D: hue angle of 10.34º 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 #FE866D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.00 |
| HSL | 10.34º | 0.99% | 0.71% | - |
| HSV(B) | 10.34º | 0.57% | 1% | - |
| XYZ | 52.16 | 39.23 | 19.29 | - |
| YUV | 167.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 109 | 0 | 0.47 | 0.57 | 0.00 | 10.34 | 0.99 | 0.71 |
| Hex | FE | 86 | 6D | 0 | 2F | 39 | 0 | A | 63 | 47 |
| Octal | 376 | 206 | 155 | 0 | 57 | 71 | 0 | 12 | 143 | 107 |
| Binary | 11111110 | 10000110 | 1101101 | 0 | 101111 | 111001 | 0 | 1010 | 1100011 | 1000111 |
Color Harmonies of #FE866D
Complementary color
Monochromatic Colors of #FE866D
Black with #FE866D
Text Example
Text Example
White with #FE866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE866D; }
p { color: rgb(254,134,109); }
H1.HeaderClassName
{
color: #FE866D;
}
.AnyTagClassName
{
color: #FE866D;
}
</style>
background-color css
<style>
a { background-color: #FE866D; }
a { background-color: rgb(254,134,109); }
div.DivClassName
{
background-color: #FE866D;
}
.BgClassName
{
background-color: #FE866D;
}
</style>
border-color css
<style>
span { border-color: #FE866D; }
span { border-color: rgb(254,134,109); }
td.TdClassName
{
border-color: #FE866D;
}
.TagClassName
{
border-color: #FE866D;
}
</style>