Shades of Salmon #FE8663
Tints of Salmon #FE8663
RGB
CMYK
RGB Variations
Color information
#FE8663 (or 0xFE8663) is known color: Salmon. HEX triplet: FE, 86 and 63. RGB value is (254,134,99). Sum of RGB (Red+Green+Blue) = 254+134+99=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8663 is #01799C. Grayscale: #A6A6A6. Windows color (decimal): -96669 or 6522622. OLE color: 6522622.
HSL color Cylindrical-coordinate representation of color #FE8663: hue angle of 13.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE8663 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 99 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.00 |
| HSL | 13.55º | 0.99% | 0.69% | - |
| HSV(B) | 13.55º | 0.61% | 1% | - |
| XYZ | 51.65 | 39.02 | 16.61 | - |
| YUV | 165.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 99 | 0 | 0.47 | 0.61 | 0.00 | 13.55 | 0.99 | 0.69 |
| Hex | FE | 86 | 63 | 0 | 2F | 3D | 0 | E | 63 | 45 |
| Octal | 376 | 206 | 143 | 0 | 57 | 75 | 0 | 16 | 143 | 105 |
| Binary | 11111110 | 10000110 | 1100011 | 0 | 101111 | 111101 | 0 | 1110 | 1100011 | 1000101 |
Color Harmonies of #FE8663
Complementary color
Monochromatic Colors of #FE8663
Black with #FE8663
Text Example
Text Example
White with #FE8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8663; }
p { color: rgb(254,134,99); }
H1.HeaderClassName
{
color: #FE8663;
}
.AnyTagClassName
{
color: #FE8663;
}
</style>
background-color css
<style>
a { background-color: #FE8663; }
a { background-color: rgb(254,134,99); }
div.DivClassName
{
background-color: #FE8663;
}
.BgClassName
{
background-color: #FE8663;
}
</style>
border-color css
<style>
span { border-color: #FE8663; }
span { border-color: rgb(254,134,99); }
td.TdClassName
{
border-color: #FE8663;
}
.TagClassName
{
border-color: #FE8663;
}
</style>