#FF1A00 (or 0xFF1A00) is unknown color: approx Scarlet. HEX triplet: FF, 1A and 00. RGB value is (255,26,0). Sum of RGB (Red+Green+Blue) = 255+26+0=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A00 is #00E5FF. Grayscale: #5B5B5B. Windows color (decimal): -58880 or 6911. OLE color: 6911.
HSL color Cylindrical-coordinate representation of color #FF1A00: hue angle of 6.12º 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 #FF1A00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FF1A00; } p { color: rgb(255,26,0); } H1.HeaderClassName { color: #FF1A00; } .AnyTagClassName { color: #FF1A00; } </style>
<style> a { background-color: #FF1A00; } a { background-color: rgb(255,26,0); } div.DivClassName { background-color: #FF1A00; } .BgClassName { background-color: #FF1A00; } </style>
<style> span { border-color: #FF1A00; } span { border-color: rgb(255,26,0); } td.TdClassName { border-color: #FF1A00; } .TagClassName { border-color: #FF1A00; } </style>