problem:char taking more than one value

chitritha:
I have been trying to control RGB strip through an app using arduino (uno) and HC-05 bluetooth module. The app sends data in the form of FFFFFF.

that looks like three bytes to me.

byte smallestByte = 0x0;  // == zero
byte biggestByte = 0xFF;  // == 255