#FF5448 (or 0xFF5448) is unknown color: approx Sunset Orange. HEX triplet: FF, 54 and 48. RGB value is (255,84,72). Sum of RGB (Red+Green+Blue) = 255+84+72=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5448 is #00ABB7. Grayscale: #858585. Windows color (decimal): -43960 or 4740351. OLE color: 4740351.
HSL color Cylindrical-coordinate representation of color #FF5448: hue angle of 3.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF5448 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.
<style> p { color: #FF5448; } p { color: rgb(255,84,72); } H1.HeaderClassName { color: #FF5448; } .AnyTagClassName { color: #FF5448; } </style>
<style> a { background-color: #FF5448; } a { background-color: rgb(255,84,72); } div.DivClassName { background-color: #FF5448; } .BgClassName { background-color: #FF5448; } </style>
<style> span { border-color: #FF5448; } span { border-color: rgb(255,84,72); } td.TdClassName { border-color: #FF5448; } .TagClassName { border-color: #FF5448; } </style>