#FF8C10 (or 0xFF8C10) is unknown color: approx Dark Orange. HEX triplet: FF, 8C and 10. RGB value is (255,140,16). Sum of RGB (Red+Green+Blue) = 255+140+16=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C10 is #0073EF. Grayscale: #A0A0A0. Windows color (decimal): -29680 or 1084671. OLE color: 1084671.
HSL color Cylindrical-coordinate representation of color #FF8C10: hue angle of 31.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF8C10 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.
<style> p { color: #FF8C10; } p { color: rgb(255,140,16); } H1.HeaderClassName { color: #FF8C10; } .AnyTagClassName { color: #FF8C10; } </style>
<style> a { background-color: #FF8C10; } a { background-color: rgb(255,140,16); } div.DivClassName { background-color: #FF8C10; } .BgClassName { background-color: #FF8C10; } </style>
<style> span { border-color: #FF8C10; } span { border-color: rgb(255,140,16); } td.TdClassName { border-color: #FF8C10; } .TagClassName { border-color: #FF8C10; } </style>