#FFA500 (or 0xFFA500) is known color: Orange. HEX triplet: FF, A5 and 00. RGB value is (255,165,0). Sum of RGB (Red+Green+Blue) = 255+165+0=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA500 is #005AFF. Grayscale: #ADADAD. Windows color (decimal): -23296 or 42495. OLE color: 42495.
HSL color Cylindrical-coordinate representation of color #FFA500: hue angle of 38.82º 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 #FFA500 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FFA500; } p { color: rgb(255,165,0); } H1.HeaderClassName { color: #FFA500; } .AnyTagClassName { color: #FFA500; } </style>
<style> a { background-color: #FFA500; } a { background-color: rgb(255,165,0); } div.DivClassName { background-color: #FFA500; } .BgClassName { background-color: #FFA500; } </style>
<style> span { border-color: #FFA500; } span { border-color: rgb(255,165,0); } td.TdClassName { border-color: #FFA500; } .TagClassName { border-color: #FFA500; } </style>