Shades of Salmon #FE8666
Tints of Salmon #FE8666
RGB
CMYK
RGB Variations
Color information
#FE8666 (or 0xFE8666) is known color: Salmon. HEX triplet: FE, 86 and 66. RGB value is (254,134,102). Sum of RGB (Red+Green+Blue) = 254+134+102=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8666 is #017999. Grayscale: #A6A6A6. Windows color (decimal): -96666 or 6719230. OLE color: 6719230.
HSL color Cylindrical-coordinate representation of color #FE8666: hue angle of 12.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8666 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 102 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.00 |
| HSL | 12.63º | 0.99% | 0.7% | - |
| HSV(B) | 12.63º | 0.6% | 1% | - |
| XYZ | 51.8 | 39.08 | 17.38 | - |
| YUV | 166.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 102 | 0 | 0.47 | 0.60 | 0.00 | 12.63 | 0.99 | 0.7 |
| Hex | FE | 86 | 66 | 0 | 2F | 3C | 0 | D | 63 | 46 |
| Octal | 376 | 206 | 146 | 0 | 57 | 74 | 0 | 15 | 143 | 106 |
| Binary | 11111110 | 10000110 | 1100110 | 0 | 101111 | 111100 | 0 | 1101 | 1100011 | 1000110 |
Color Harmonies of #FE8666
Complementary color
Monochromatic Colors of #FE8666
Black with #FE8666
Text Example
Text Example
White with #FE8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8666; }
p { color: rgb(254,134,102); }
H1.HeaderClassName
{
color: #FE8666;
}
.AnyTagClassName
{
color: #FE8666;
}
</style>
background-color css
<style>
a { background-color: #FE8666; }
a { background-color: rgb(254,134,102); }
div.DivClassName
{
background-color: #FE8666;
}
.BgClassName
{
background-color: #FE8666;
}
</style>
border-color css
<style>
span { border-color: #FE8666; }
span { border-color: rgb(254,134,102); }
td.TdClassName
{
border-color: #FE8666;
}
.TagClassName
{
border-color: #FE8666;
}
</style>