Shades of Salmon #FE806D
Tints of Salmon #FE806D
RGB
CMYK
RGB Variations
Color information
#FE806D (or 0xFE806D) is known color: Salmon. HEX triplet: FE, 80 and 6D. RGB value is (254,128,109). Sum of RGB (Red+Green+Blue) = 254+128+109=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE806D is #017F92. Grayscale: #A3A3A3. Windows color (decimal): -98195 or 7176446. OLE color: 7176446.
HSL color Cylindrical-coordinate representation of color #FE806D: hue angle of 7.86º 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 #FE806D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 109 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.00 |
| HSL | 7.86º | 0.99% | 0.71% | - |
| HSV(B) | 7.86º | 0.57% | 1% | - |
| XYZ | 51.35 | 37.61 | 19.02 | - |
| YUV | 163.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 109 | 0 | 0.50 | 0.57 | 0.00 | 7.86 | 0.99 | 0.71 |
| Hex | FE | 80 | 6D | 0 | 32 | 39 | 0 | 8 | 63 | 47 |
| Octal | 376 | 200 | 155 | 0 | 62 | 71 | 0 | 10 | 143 | 107 |
| Binary | 11111110 | 10000000 | 1101101 | 0 | 110010 | 111001 | 0 | 1000 | 1100011 | 1000111 |
Color Harmonies of #FE806D
Complementary color
Monochromatic Colors of #FE806D
Black with #FE806D
Text Example
Text Example
White with #FE806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE806D; }
p { color: rgb(254,128,109); }
H1.HeaderClassName
{
color: #FE806D;
}
.AnyTagClassName
{
color: #FE806D;
}
</style>
background-color css
<style>
a { background-color: #FE806D; }
a { background-color: rgb(254,128,109); }
div.DivClassName
{
background-color: #FE806D;
}
.BgClassName
{
background-color: #FE806D;
}
</style>
border-color css
<style>
span { border-color: #FE806D; }
span { border-color: rgb(254,128,109); }
td.TdClassName
{
border-color: #FE806D;
}
.TagClassName
{
border-color: #FE806D;
}
</style>