#FFFA10 (or 0xFFFA10) is unknown color: approx Yellow. HEX triplet: FF, FA and 10. RGB value is (255,250,16). Sum of RGB (Red+Green+Blue) = 255+250+16=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 16 (6.64% from 255 or 3.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA10 is #0005EF. Grayscale: #E1E1E1. Windows color (decimal): -1520 or 1112831. OLE color: 1112831.
HSL color Cylindrical-coordinate representation of color #FFFA10: hue angle of 58.74º 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 #FFFA10 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.
<style> p { color: #FFFA10; } p { color: rgb(255,250,16); } H1.HeaderClassName { color: #FFFA10; } .AnyTagClassName { color: #FFFA10; } </style>
<style> a { background-color: #FFFA10; } a { background-color: rgb(255,250,16); } div.DivClassName { background-color: #FFFA10; } .BgClassName { background-color: #FFFA10; } </style>
<style> span { border-color: #FFFA10; } span { border-color: rgb(255,250,16); } td.TdClassName { border-color: #FFFA10; } .TagClassName { border-color: #FFFA10; } </style>