Shades of Salmon #FE8564
Tints of Salmon #FE8564
RGB
CMYK
RGB Variations
Color information
#FE8564 (or 0xFE8564) is known color: Salmon. HEX triplet: FE, 85 and 64. RGB value is (254,133,100). Sum of RGB (Red+Green+Blue) = 254+133+100=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8564 is #017A9B. Grayscale: #A5A5A5. Windows color (decimal): -96924 or 6587902. OLE color: 6587902.
HSL color Cylindrical-coordinate representation of color #FE8564: hue angle of 12.86º 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 #FE8564 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 100 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.00 |
| HSL | 12.86º | 0.99% | 0.69% | - |
| HSV(B) | 12.86º | 0.61% | 1% | - |
| XYZ | 51.56 | 38.77 | 16.82 | - |
| YUV | 165.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 100 | 0 | 0.48 | 0.61 | 0.00 | 12.86 | 0.99 | 0.69 |
| Hex | FE | 85 | 64 | 0 | 30 | 3D | 0 | D | 63 | 45 |
| Octal | 376 | 205 | 144 | 0 | 60 | 75 | 0 | 15 | 143 | 105 |
| Binary | 11111110 | 10000101 | 1100100 | 0 | 110000 | 111101 | 0 | 1101 | 1100011 | 1000101 |
Color Harmonies of #FE8564
Complementary color
Monochromatic Colors of #FE8564
Black with #FE8564
Text Example
Text Example
White with #FE8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8564; }
p { color: rgb(254,133,100); }
H1.HeaderClassName
{
color: #FE8564;
}
.AnyTagClassName
{
color: #FE8564;
}
</style>
background-color css
<style>
a { background-color: #FE8564; }
a { background-color: rgb(254,133,100); }
div.DivClassName
{
background-color: #FE8564;
}
.BgClassName
{
background-color: #FE8564;
}
</style>
border-color css
<style>
span { border-color: #FE8564; }
span { border-color: rgb(254,133,100); }
td.TdClassName
{
border-color: #FE8564;
}
.TagClassName
{
border-color: #FE8564;
}
</style>