#FF8441 (or 0xFF8441) is unknown color: approx Coral. HEX triplet: FF, 84 and 41. RGB value is (255,132,65). Sum of RGB (Red+Green+Blue) = 255+132+65=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8441 is #007BBE. Grayscale: #A1A1A1. Windows color (decimal): -31679 or 4293887. OLE color: 4293887.
HSL color Cylindrical-coordinate representation of color #FF8441: hue angle of 21.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8441 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.
<style> p { color: #FF8441; } p { color: rgb(255,132,65); } H1.HeaderClassName { color: #FF8441; } .AnyTagClassName { color: #FF8441; } </style>
<style> a { background-color: #FF8441; } a { background-color: rgb(255,132,65); } div.DivClassName { background-color: #FF8441; } .BgClassName { background-color: #FF8441; } </style>
<style> span { border-color: #FF8441; } span { border-color: rgb(255,132,65); } td.TdClassName { border-color: #FF8441; } .TagClassName { border-color: #FF8441; } </style>