#FF8471 (or 0xFF8471) is unknown color: approx Salmon. HEX triplet: FF, 84 and 71. RGB value is (255,132,113). Sum of RGB (Red+Green+Blue) = 255+132+113=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8471 is #007B8E. Grayscale: #A6A6A6. Windows color (decimal): -31631 or 7439615. OLE color: 7439615.
HSL color Cylindrical-coordinate representation of color #FF8471: hue angle of 8.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF8471 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.
<style> p { color: #FF8471; } p { color: rgb(255,132,113); } H1.HeaderClassName { color: #FF8471; } .AnyTagClassName { color: #FF8471; } </style>
<style> a { background-color: #FF8471; } a { background-color: rgb(255,132,113); } div.DivClassName { background-color: #FF8471; } .BgClassName { background-color: #FF8471; } </style>
<style> span { border-color: #FF8471; } span { border-color: rgb(255,132,113); } td.TdClassName { border-color: #FF8471; } .TagClassName { border-color: #FF8471; } </style>