str = "FG" print(tonumber(str,16)); if(tonumber(str,16) >= 0x0 and tonumber(str,16) <= 0xFF and str ~= nil)then print("Right area"); end