#FF4600 (or 0xFF4600) is unknown color: approx Orange Red. HEX triplet: FF, 46 and 00. RGB value is (255,70,0). Sum of RGB (Red+Green+Blue) = 255+70+0=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4600 is #00B9FF. Grayscale: #757575. Windows color (decimal): -47616 or 18175. OLE color: 18175.
HSL color Cylindrical-coordinate representation of color #FF4600: hue angle of 16.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4600 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FF4600; } p { color: rgb(255,70,0); } H1.HeaderClassName { color: #FF4600; } .AnyTagClassName { color: #FF4600; } </style>
<style> a { background-color: #FF4600; } a { background-color: rgb(255,70,0); } div.DivClassName { background-color: #FF4600; } .BgClassName { background-color: #FF4600; } </style>
<style> span { border-color: #FF4600; } span { border-color: rgb(255,70,0); } td.TdClassName { border-color: #FF4600; } .TagClassName { border-color: #FF4600; } </style>