Shades of Salmon #FE866C
Tints of Salmon #FE866C
RGB
CMYK
RGB Variations
Color information
#FE866C (or 0xFE866C) is known color: Salmon. HEX triplet: FE, 86 and 6C. RGB value is (254,134,108). Sum of RGB (Red+Green+Blue) = 254+134+108=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE866C is #017993. Grayscale: #A7A7A7. Windows color (decimal): -96660 or 7112446. OLE color: 7112446.
HSL color Cylindrical-coordinate representation of color #FE866C: hue angle of 10.68º 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 #FE866C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 108 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.00 |
| HSL | 10.68º | 0.99% | 0.71% | - |
| HSV(B) | 10.68º | 0.57% | 1% | - |
| XYZ | 52.1 | 39.2 | 19.01 | - |
| YUV | 166.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 108 | 0 | 0.47 | 0.57 | 0.00 | 10.68 | 0.99 | 0.71 |
| Hex | FE | 86 | 6C | 0 | 2F | 39 | 0 | B | 63 | 47 |
| Octal | 376 | 206 | 154 | 0 | 57 | 71 | 0 | 13 | 143 | 107 |
| Binary | 11111110 | 10000110 | 1101100 | 0 | 101111 | 111001 | 0 | 1011 | 1100011 | 1000111 |
Color Harmonies of #FE866C
Complementary color
Monochromatic Colors of #FE866C
Black with #FE866C
Text Example
Text Example
White with #FE866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE866C; }
p { color: rgb(254,134,108); }
H1.HeaderClassName
{
color: #FE866C;
}
.AnyTagClassName
{
color: #FE866C;
}
</style>
background-color css
<style>
a { background-color: #FE866C; }
a { background-color: rgb(254,134,108); }
div.DivClassName
{
background-color: #FE866C;
}
.BgClassName
{
background-color: #FE866C;
}
</style>
border-color css
<style>
span { border-color: #FE866C; }
span { border-color: rgb(254,134,108); }
td.TdClassName
{
border-color: #FE866C;
}
.TagClassName
{
border-color: #FE866C;
}
</style>