bytes and hex numbers question

Hi,

I've a question about bytes and hex numbers.

I'm reading some text that says "the 1st 0x150 bytes in the OTP".

The size of the OTP is 8kb.

0x150 converted to decimal is 336.

So does this line of text refer to the first (336/8000) 0.042% of the OTP?

Thanks

Yes, I think it does.
Where did you read that ?

The 8kbyte could be 8192 bytes instead of 8000.
0x150 is indeed 336 bytes. 336 bytes of 8192 is about 4.1 percent, not 0.042 percent.