Orient Wall-49 400mm Wall Fan (Remote + LED Display)

2,000.003,000.00 (-33%)

In stock

Enjoy effortless cooling with the Orient Electric Wall-49 Wall Fan. Equipped with remote control, automatic speed adjustment, and a digital display panel, this wall-mounted fan ensures maximum comfort and convenience. Its oscillation and tilt mechanism deliver powerful air circulation, making it perfect for bedrooms, offices, and compact spaces.

The Orient Wall-49 Remote-Controlled Wall Fan combines advanced technology with elegant design. Its smart automatic speed control adjusts airflow based on temperature, while the oscillation and tilt feature ensures wide coverage. The LED display and timer add ease of use, and the energy-efficient motor guarantees reliable performance with minimal power consumption.


Key Features

  • Remote control operation for easy speed and timer adjustments

  • Automatic speed control for intelligent airflow management

  • LED display panel for real-time settings visibility

  • Adjustable tilt and oscillation for uniform air distribution

  • 3-speed modes for personalized comfort

  • Timer function for convenience and energy savings

  • Aerodynamic blades for high air delivery

  • Silent operation with efficient copper motor

  • 2-year manufacturer warranty for peace of mind

Technical Information

  • Brand: Orient Electric

  • Model: Wall-49

  • Type: Wall Fan

  • Sweep Size: 400 mm

  • Speed: 1350 RPM (Approx.)

  • Air Delivery: 65–70 CMM (Approx.)

  • Power Consumption: 55 Watts (Approx.)

  • Motor Type: 100% Copper Motor

  • Control Type: Remote with LED Display & Timer

  • Modes: 3-Speed + Auto Speed Function

  • Oscillation: 90° Smooth Oscillation

  • Tilt Function: Adjustable Up/Down Tilt

  • Body Material: ABS Plastic with Anti-Rust Coating

  • Color Options: White, Blue, and Black

  • Warranty: 2 Years Manufacturer Warranty

Be the first to review “Orient Wall-49 400mm Wall Fan (Remote + LED Display)”

Your email address will not be published. Required fields are marked *

Reviews

There are no reviews yet.

See It Styled On Instagram

    No access token

Main Menu

jQuery(document).ready(function($){ // Load products when brand changes $('#brand-select').change(function(){ var brand_id = $(this).val(); $.ajax({ url: ajax_object.ajax_url, type: 'POST', data: { action: 'get_products_by_brand', brand_id: brand_id }, success: function(response){ $('#product-select').html(response); } }); }); // Filter products on submit $('#product-filter').submit(function(e){ e.preventDefault(); $.ajax({ url: ajax_object.ajax_url, type: 'POST', data: $(this).serialize() + '&action=filter_products', success: function(response){ $('#results').html(response); } }); }); });