#FA8001 (or 0xFA8001) is unknown color: approx Tangerine. HEX triplet: FA, 80 and 01. RGB value is (250,128,1). Sum of RGB (Red+Green+Blue) = 250+128+1=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8001 is #057FFE. Grayscale: #969696. Windows color (decimal): -360447 or 98554. OLE color: 98554.
HSL color Cylindrical-coordinate representation of color #FA8001: hue angle of 30.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA8001 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.02.
<style> p { color: #FA8001; } p { color: rgb(250,128,1); } H1.HeaderClassName { color: #FA8001; } .AnyTagClassName { color: #FA8001; } </style>
<style> a { background-color: #FA8001; } a { background-color: rgb(250,128,1); } div.DivClassName { background-color: #FA8001; } .BgClassName { background-color: #FA8001; } </style>
<style> span { border-color: #FA8001; } span { border-color: rgb(250,128,1); } td.TdClassName { border-color: #FA8001; } .TagClassName { border-color: #FA8001; } </style>