Shades of Salmon #FE8169
Tints of Salmon #FE8169
RGB
CMYK
RGB Variations
Color information
#FE8169 (or 0xFE8169) is known color: Salmon. HEX triplet: FE, 81 and 69. RGB value is (254,129,105). Sum of RGB (Red+Green+Blue) = 254+129+105=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8169 is #017E96. Grayscale: #A3A3A3. Windows color (decimal): -97943 or 6914558. OLE color: 6914558.
HSL color Cylindrical-coordinate representation of color #FE8169: hue angle of 9.66º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8169 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 105 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.00 |
| HSL | 9.66º | 0.99% | 0.7% | - |
| HSV(B) | 9.66º | 0.59% | 1% | - |
| XYZ | 51.27 | 37.79 | 17.96 | - |
| YUV | 163.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 105 | 0 | 0.49 | 0.59 | 0.00 | 9.66 | 0.99 | 0.7 |
| Hex | FE | 81 | 69 | 0 | 31 | 3B | 0 | A | 63 | 46 |
| Octal | 376 | 201 | 151 | 0 | 61 | 73 | 0 | 12 | 143 | 106 |
| Binary | 11111110 | 10000001 | 1101001 | 0 | 110001 | 111011 | 0 | 1010 | 1100011 | 1000110 |
Color Harmonies of #FE8169
Complementary color
Monochromatic Colors of #FE8169
Black with #FE8169
Text Example
Text Example
White with #FE8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8169; }
p { color: rgb(254,129,105); }
H1.HeaderClassName
{
color: #FE8169;
}
.AnyTagClassName
{
color: #FE8169;
}
</style>
background-color css
<style>
a { background-color: #FE8169; }
a { background-color: rgb(254,129,105); }
div.DivClassName
{
background-color: #FE8169;
}
.BgClassName
{
background-color: #FE8169;
}
</style>
border-color css
<style>
span { border-color: #FE8169; }
span { border-color: rgb(254,129,105); }
td.TdClassName
{
border-color: #FE8169;
}
.TagClassName
{
border-color: #FE8169;
}
</style>