#F0F001 (or 0xF0F001) is unknown color: approx Yellow. HEX triplet: F0, F0 and 01. RGB value is (240,240,1). Sum of RGB (Red+Green+Blue) = 240+240+1=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F001 is #0F0FFE. Grayscale: #D5D5D5. Windows color (decimal): -987135 or 127216. OLE color: 127216.
HSL color Cylindrical-coordinate representation of color #F0F001: hue angle of 60º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0F001 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
<style> p { color: #f0f001; } p { color: rgb(240,240,1); } H1.HeaderClassName { color: #f0f001; } .AnyTagClassName { color: #f0f001; } </style>
<style> a { background-color: #f0f001; } a { background-color: rgb(240,240,1); } div.DivClassName { background-color: #f0f001; } .BgClassName { background-color: #f0f001; } </style>
<style> span { border-color: #f0f001; } span { border-color: rgb(240,240,1); } td.TdClassName { border-color: #f0f001; } .TagClassName { border-color: #f0f001; } </style>