#FF9000 (or 0xFF9000) is unknown color: approx Dark Orange. HEX triplet: FF, 90 and 00. RGB value is (255,144,0). Sum of RGB (Red+Green+Blue) = 255+144+0=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9000 is #006FFF. Grayscale: #A1A1A1. Windows color (decimal): -28672 or 37119. OLE color: 37119.
HSL color Cylindrical-coordinate representation of color #FF9000: hue angle of 33.88º 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 #FF9000 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FF9000; } p { color: rgb(255,144,0); } H1.HeaderClassName { color: #FF9000; } .AnyTagClassName { color: #FF9000; } </style>
<style> a { background-color: #FF9000; } a { background-color: rgb(255,144,0); } div.DivClassName { background-color: #FF9000; } .BgClassName { background-color: #FF9000; } </style>
<style> span { border-color: #FF9000; } span { border-color: rgb(255,144,0); } td.TdClassName { border-color: #FF9000; } .TagClassName { border-color: #FF9000; } </style>