Shades of Salmon #FE8570
Tints of Salmon #FE8570
RGB
CMYK
RGB Variations
Color information
#FE8570 (or 0xFE8570) is known color: Salmon. HEX triplet: FE, 85 and 70. RGB value is (254,133,112). Sum of RGB (Red+Green+Blue) = 254+133+112=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8570 is #017A8F. Grayscale: #A6A6A6. Windows color (decimal): -96912 or 7374334. OLE color: 7374334.
HSL color Cylindrical-coordinate representation of color #FE8570: hue angle of 8.87º 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 #FE8570 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 112 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.00 |
| HSL | 8.87º | 0.99% | 0.72% | - |
| HSV(B) | 8.87º | 0.56% | 1% | - |
| XYZ | 52.19 | 39.02 | 20.11 | - |
| YUV | 166.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 112 | 0 | 0.48 | 0.56 | 0.00 | 8.87 | 0.99 | 0.72 |
| Hex | FE | 85 | 70 | 0 | 30 | 38 | 0 | 9 | 63 | 48 |
| Octal | 376 | 205 | 160 | 0 | 60 | 70 | 0 | 11 | 143 | 110 |
| Binary | 11111110 | 10000101 | 1110000 | 0 | 110000 | 111000 | 0 | 1001 | 1100011 | 1001000 |
Color Harmonies of #FE8570
Complementary color
Monochromatic Colors of #FE8570
Black with #FE8570
Text Example
Text Example
White with #FE8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8570; }
p { color: rgb(254,133,112); }
H1.HeaderClassName
{
color: #FE8570;
}
.AnyTagClassName
{
color: #FE8570;
}
</style>
background-color css
<style>
a { background-color: #FE8570; }
a { background-color: rgb(254,133,112); }
div.DivClassName
{
background-color: #FE8570;
}
.BgClassName
{
background-color: #FE8570;
}
</style>
border-color css
<style>
span { border-color: #FE8570; }
span { border-color: rgb(254,133,112); }
td.TdClassName
{
border-color: #FE8570;
}
.TagClassName
{
border-color: #FE8570;
}
</style>