Shades of Salmon #FE8464
Tints of Salmon #FE8464
RGB
CMYK
RGB Variations
Color information
#FE8464 (or 0xFE8464) is known color: Salmon. HEX triplet: FE, 84 and 64. RGB value is (254,132,100). Sum of RGB (Red+Green+Blue) = 254+132+100=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8464 is #017B9B. Grayscale: #A5A5A5. Windows color (decimal): -97180 or 6587646. OLE color: 6587646.
HSL color Cylindrical-coordinate representation of color #FE8464: hue angle of 12.47º 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 #FE8464 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 100 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.00 |
| HSL | 12.47º | 0.99% | 0.69% | - |
| HSV(B) | 12.47º | 0.61% | 1% | - |
| XYZ | 51.42 | 38.49 | 16.78 | - |
| YUV | 164.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 100 | 0 | 0.48 | 0.61 | 0.00 | 12.47 | 0.99 | 0.69 |
| Hex | FE | 84 | 64 | 0 | 30 | 3D | 0 | C | 63 | 45 |
| Octal | 376 | 204 | 144 | 0 | 60 | 75 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000100 | 1100100 | 0 | 110000 | 111101 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8464
Complementary color
Monochromatic Colors of #FE8464
Black with #FE8464
Text Example
Text Example
White with #FE8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8464; }
p { color: rgb(254,132,100); }
H1.HeaderClassName
{
color: #FE8464;
}
.AnyTagClassName
{
color: #FE8464;
}
</style>
background-color css
<style>
a { background-color: #FE8464; }
a { background-color: rgb(254,132,100); }
div.DivClassName
{
background-color: #FE8464;
}
.BgClassName
{
background-color: #FE8464;
}
</style>
border-color css
<style>
span { border-color: #FE8464; }
span { border-color: rgb(254,132,100); }
td.TdClassName
{
border-color: #FE8464;
}
.TagClassName
{
border-color: #FE8464;
}
</style>