Shades of Salmon #FE8670
Tints of Salmon #FE8670
RGB
CMYK
RGB Variations
Color information
#FE8670 (or 0xFE8670) is known color: Salmon. HEX triplet: FE, 86 and 70. RGB value is (254,134,112). Sum of RGB (Red+Green+Blue) = 254+134+112=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8670 is #01798F. Grayscale: #A7A7A7. Windows color (decimal): -96656 or 7374590. OLE color: 7374590.
HSL color Cylindrical-coordinate representation of color #FE8670: hue angle of 9.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE8670 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 112 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.00 |
| HSL | 9.3º | 0.99% | 0.72% | - |
| HSV(B) | 9.3º | 0.56% | 1% | - |
| XYZ | 52.32 | 39.29 | 20.16 | - |
| YUV | 167.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 112 | 0 | 0.47 | 0.56 | 0.00 | 9.3 | 0.99 | 0.72 |
| Hex | FE | 86 | 70 | 0 | 2F | 38 | 0 | 9 | 63 | 48 |
| Octal | 376 | 206 | 160 | 0 | 57 | 70 | 0 | 11 | 143 | 110 |
| Binary | 11111110 | 10000110 | 1110000 | 0 | 101111 | 111000 | 0 | 1001 | 1100011 | 1001000 |
Color Harmonies of #FE8670
Complementary color
Monochromatic Colors of #FE8670
Black with #FE8670
Text Example
Text Example
White with #FE8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8670; }
p { color: rgb(254,134,112); }
H1.HeaderClassName
{
color: #FE8670;
}
.AnyTagClassName
{
color: #FE8670;
}
</style>
background-color css
<style>
a { background-color: #FE8670; }
a { background-color: rgb(254,134,112); }
div.DivClassName
{
background-color: #FE8670;
}
.BgClassName
{
background-color: #FE8670;
}
</style>
border-color css
<style>
span { border-color: #FE8670; }
span { border-color: rgb(254,134,112); }
td.TdClassName
{
border-color: #FE8670;
}
.TagClassName
{
border-color: #FE8670;
}
</style>