Shades of Salmon #FE8364
Tints of Salmon #FE8364
RGB
CMYK
RGB Variations
Color information
#FE8364 (or 0xFE8364) is known color: Salmon. HEX triplet: FE, 83 and 64. RGB value is (254,131,100). Sum of RGB (Red+Green+Blue) = 254+131+100=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8364 is #017C9B. Grayscale: #A4A4A4. Windows color (decimal): -97436 or 6587390. OLE color: 6587390.
HSL color Cylindrical-coordinate representation of color #FE8364: hue angle of 12.08º 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 #FE8364 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 100 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.00 |
| HSL | 12.08º | 0.99% | 0.69% | - |
| HSV(B) | 12.08º | 0.61% | 1% | - |
| XYZ | 51.29 | 38.22 | 16.73 | - |
| YUV | 164.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 100 | 0 | 0.48 | 0.61 | 0.00 | 12.08 | 0.99 | 0.69 |
| Hex | FE | 83 | 64 | 0 | 30 | 3D | 0 | C | 63 | 45 |
| Octal | 376 | 203 | 144 | 0 | 60 | 75 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000011 | 1100100 | 0 | 110000 | 111101 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8364
Complementary color
Monochromatic Colors of #FE8364
Black with #FE8364
Text Example
Text Example
White with #FE8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8364; }
p { color: rgb(254,131,100); }
H1.HeaderClassName
{
color: #FE8364;
}
.AnyTagClassName
{
color: #FE8364;
}
</style>
background-color css
<style>
a { background-color: #FE8364; }
a { background-color: rgb(254,131,100); }
div.DivClassName
{
background-color: #FE8364;
}
.BgClassName
{
background-color: #FE8364;
}
</style>
border-color css
<style>
span { border-color: #FE8364; }
span { border-color: rgb(254,131,100); }
td.TdClassName
{
border-color: #FE8364;
}
.TagClassName
{
border-color: #FE8364;
}
</style>