Shades of Salmon #FE8166
Tints of Salmon #FE8166
RGB
CMYK
RGB Variations
Color information
#FE8166 (or 0xFE8166) is known color: Salmon. HEX triplet: FE, 81 and 66. RGB value is (254,129,102). Sum of RGB (Red+Green+Blue) = 254+129+102=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8166 is #017E99. Grayscale: #A3A3A3. Windows color (decimal): -97946 or 6717950. OLE color: 6717950.
HSL color Cylindrical-coordinate representation of color #FE8166: hue angle of 10.66º 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 #FE8166 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 102 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.00 |
| HSL | 10.66º | 0.99% | 0.7% | - |
| HSV(B) | 10.66º | 0.6% | 1% | - |
| XYZ | 51.12 | 37.73 | 17.16 | - |
| YUV | 163.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 102 | 0 | 0.49 | 0.60 | 0.00 | 10.66 | 0.99 | 0.7 |
| Hex | FE | 81 | 66 | 0 | 31 | 3C | 0 | B | 63 | 46 |
| Octal | 376 | 201 | 146 | 0 | 61 | 74 | 0 | 13 | 143 | 106 |
| Binary | 11111110 | 10000001 | 1100110 | 0 | 110001 | 111100 | 0 | 1011 | 1100011 | 1000110 |
Color Harmonies of #FE8166
Complementary color
Monochromatic Colors of #FE8166
Black with #FE8166
Text Example
Text Example
White with #FE8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8166; }
p { color: rgb(254,129,102); }
H1.HeaderClassName
{
color: #FE8166;
}
.AnyTagClassName
{
color: #FE8166;
}
</style>
background-color css
<style>
a { background-color: #FE8166; }
a { background-color: rgb(254,129,102); }
div.DivClassName
{
background-color: #FE8166;
}
.BgClassName
{
background-color: #FE8166;
}
</style>
border-color css
<style>
span { border-color: #FE8166; }
span { border-color: rgb(254,129,102); }
td.TdClassName
{
border-color: #FE8166;
}
.TagClassName
{
border-color: #FE8166;
}
</style>