Shades of Salmon #FF8574
Tints of Salmon #FF8574
RGB
CMYK
RGB Variations
Color information
#FF8574 (or 0xFF8574) is known color: Salmon. HEX triplet: FF, 85 and 74. RGB value is (255,133,116). Sum of RGB (Red+Green+Blue) = 255+133+116=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8574 is #007A8B. Grayscale: #A7A7A7. Windows color (decimal): -31372 or 7636479. OLE color: 7636479.
HSL color Cylindrical-coordinate representation of color #FF8574: hue angle of 7.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8574 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 116 | - |
| CMYK | 0 | 0.48 | 0.55 | 0 |
| HSL | 7.34º | 1% | 0.73% | - |
| HSV(B) | 7.34º | 0.55% | 1% | - |
| XYZ | 52.78 | 39.3 | 21.33 | - |
| YUV | 167.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 116 | 0 | 0.48 | 0.55 | 0 | 7.34 | 1 | 0.73 |
| Hex | FF | 85 | 74 | 0 | 30 | 37 | 0 | 7 | 64 | 49 |
| Octal | 377 | 205 | 164 | 0 | 60 | 67 | 0 | 7 | 144 | 111 |
| Binary | 11111111 | 10000101 | 1110100 | 0 | 110000 | 110111 | 0 | 111 | 1100100 | 1001001 |
Color Harmonies of #FF8574
Complementary color
Monochromatic Colors of #FF8574
Black with #FF8574
Text Example
Text Example
White with #FF8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8574; }
p { color: rgb(255,133,116); }
H1.HeaderClassName
{
color: #FF8574;
}
.AnyTagClassName
{
color: #FF8574;
}
</style>
background-color css
<style>
a { background-color: #FF8574; }
a { background-color: rgb(255,133,116); }
div.DivClassName
{
background-color: #FF8574;
}
.BgClassName
{
background-color: #FF8574;
}
</style>
border-color css
<style>
span { border-color: #FF8574; }
span { border-color: rgb(255,133,116); }
td.TdClassName
{
border-color: #FF8574;
}
.TagClassName
{
border-color: #FF8574;
}
</style>