Shades of Salmon #FE8574
Tints of Salmon #FE8574
RGB
CMYK
RGB Variations
Color information
#FE8574 (or 0xFE8574) is known color: Salmon. HEX triplet: FE, 85 and 74. RGB value is (254,133,116). Sum of RGB (Red+Green+Blue) = 254+133+116=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8574 is #017A8B. Grayscale: #A7A7A7. Windows color (decimal): -96908 or 7636478. OLE color: 7636478.
HSL color Cylindrical-coordinate representation of color #FE8574: hue angle of 7.39º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8574 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 116 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.00 |
| HSL | 7.39º | 0.99% | 0.73% | - |
| HSV(B) | 7.39º | 0.54% | 1% | - |
| XYZ | 52.41 | 39.11 | 21.31 | - |
| YUV | 167.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 116 | 0 | 0.48 | 0.54 | 0.00 | 7.39 | 0.99 | 0.73 |
| Hex | FE | 85 | 74 | 0 | 30 | 36 | 0 | 7 | 63 | 49 |
| Octal | 376 | 205 | 164 | 0 | 60 | 66 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10000101 | 1110100 | 0 | 110000 | 110110 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8574
Complementary color
Monochromatic Colors of #FE8574
Black with #FE8574
Text Example
Text Example
White with #FE8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8574; }
p { color: rgb(254,133,116); }
H1.HeaderClassName
{
color: #FE8574;
}
.AnyTagClassName
{
color: #FE8574;
}
</style>
background-color css
<style>
a { background-color: #FE8574; }
a { background-color: rgb(254,133,116); }
div.DivClassName
{
background-color: #FE8574;
}
.BgClassName
{
background-color: #FE8574;
}
</style>
border-color css
<style>
span { border-color: #FE8574; }
span { border-color: rgb(254,133,116); }
td.TdClassName
{
border-color: #FE8574;
}
.TagClassName
{
border-color: #FE8574;
}
</style>