• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Car Hire from Orange France

Orange is a commune in the southeast of France. With car hire in Orange you are free to explore the surrounding Provence Alpes Cote d'Azur region. That way you can take in the beautiful Provence scenery at your own leisure, and we offer an unlimited mileage deal so that wherever you want to go is within reach.

The closest airport to Orange is Avignon Airport some sixteen miles away. All flights to the airport come from regional UK airports using budget carriers. Transport to Orange from the airport is not the easiest and car hire would be recommended, not just to facilitate transfers, but also to allow you to explore the area around the town.

Current Rental Rates in Orange

Renault Clio

5 Adults, 5 Doors

From 67.14 EUR/day
Renault Clio

7 Days rental at 470.00 EUR from 19/06/2023

  2 |
  Manual |
  Yes

Renault Captur

5 Adults, 5 Doors

From 80.00 EUR/day
Renault Captur

7 Days rental at 560.00 EUR from 19/06/2023

  3 |
  Manual |
  Yes

Renault Captur

5 Adults, 5 Doors

From 84.28 EUR/day
Renault Captur

7 Days rental at 590.00 EUR from 19/06/2023

  3 |
  Automatic |
  Yes

Renault Megane Estate

5 Adults, 5 Doors

From 107.14 EUR/day
Renault Megane Estate

7 Days rental at 750.00 EUR from 19/06/2023

  4 |
  Manual |
  Yes

Ford Kuga

5 Adults, 5 Doors

From 107.14 EUR/day
Ford Kuga

7 Days rental at 750.00 EUR from 19/06/2023

  4 |
  Manual |
  Yes

Citroen C5

5 Adults, 5 Doors

From 107.14 EUR/day
Citroen C5

7 Days rental at 750.00 EUR from 19/06/2023

  4 |
  Automatic |
  Yes

Useful to know about Orange

  • The city of Avignon is around 20 kilometres to the south of Avignon.
  • The main economy of Orange is agriculture.
  • One of the main tourist sites of Orange is the Triumphal Arch.
  • Orange is located in the Vaucluse department.
  • The name Orange does not come from the fruit.

 

Popular car hire destinations in Orange

Best car rental companies in Orange

6.8
No.1: HERTZ,
based on 3959 reviews
70
70
60
60
70
17 min (average wait time)

Orange car hire information

  • 6.8/10
    Best Rated Agent:
    Hertz EMEA Corporate
  • € 469.98
    Average price:
    (per week)
  • € 67.14
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Renault Captur
  • 6
    Total Cars Available
     

Average prices per day in Orange

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.RemoveAt(Int32 index) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
ItemPercent
January€ 62
February€ 62
March€ 62
April€ 66
May€ 71
June€ 67
July€ 79
August€ 75
September€ 58
October€ 45
November€ 46
December€ 44
ItemPercent
January€ 45
February€ 45
March€ 46
April€ 55
May€ 52
June€ 46
July€ 55
August€ 55
September€ 43
October€ 34
November€ 35
December€ 37
ItemPercent
January€ 93
February€ 64
March€ 64
April€ 143
May€ 57
June€ 57
July€ 86
August€ 86
September€ 114
October€ 79
November€ 79
December€ 64
ItemPercent
January€ 96
February€ 98
March€ 90
April€ 105
May€ 62
June€ 58
July€ 103
August€ 103
September€ 102
October€ 56
November€ 64
December€ 74
ItemPercent
January€ 43
February€ 31
March€ 47
April€ 50
May€ 41
June€ 26
July€ 48
August€ 48
September€ 40
October€ 29
November€ 31
December€ 34
ItemPercent
January€ 93
February€ 93
March€ 93
April€ 143
May€ 136
June€ 107
July€ 143
August€ 150
September€ 157
October€ 71
November€ 86
December€ 93
ItemPercent
January€ 84
February€ 92
March€ 74
April€ 74
May€ 64
June€ 66
July€ 96
August€ 96
September€ 79
October€ 51
November€ 58
December€ 57
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:189073 NodeID:8380 pvCT_ID:189073 NodeID:8380 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =8380 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=189073 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=189073 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
FAQs - How can we help?

There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.


Other Rhino Car Hire Locations

We specialise in car rentals throughout France fo find you the best price and that's a promise...

from
€45
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 37
Apr€ 49
May€ 50
Jun€ 38
Jul€ 69
Aug€ 74
Sep€ 35
Oct€ 43
Nov€ 34
Dec€ 38
from
€42
per day
ItemPercent
Jan€ 39
Feb€ 36
Mar€ 36
Apr€ 39
May€ 59
Jun€ 27
Jul€ 70
Aug€ 37
Sep€ 43
Oct€ 37
Nov€ 37
Dec€ 38
from
€46
per day
ItemPercent
Jan€ 29
Feb€ 35
Mar€ 23
Apr€ 50
May€ 45
Jun€ 43
Jul€ 84
Aug€ 69
Sep€ 46
Oct€ 48
Nov€ 46
Dec€ 40
from
€46
per day
ItemPercent
Jan€ 43
Feb€ 44
Mar€ 32
Apr
May€ 47
Jun€ 50
Jul€ 69
Aug€ 61
Sep€ 45
Oct€ 44
Nov€ 40
Dec€ 35