TIMBRA Hi-Vis Jacket Class 3 Yellow XL

The photographs are for illustrative purposes only.
Get AI analytics on product TIMBRA Hi-Vis Jacket Class 3 Yellow XL:
136.40€/pc.
Ex Tax: 110.00€/pc.
Timbra
0 reviews
In stock
Product Code: 000-481189ASP

Specification

Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Package dimensions31,00 x 38,00 x 10,00 cm
Net weight1,120 kg

High-visibility TIMBRA safety jacket — Class 3 yellow, size XL

Safety jacket (Timbra) designed to provide Hi‑Viz protection: Class 3 visibility in yellow, size XL. Buy from SityPro — check price, features, application and benefits below.

Key Benefits


    Maximum visibility thanks to Hi‑Viz Class 3 rating
  • High-contrast yellow color for easy spotting
  • Suitable for high-risk and low-light environments
  • Size XL for a comfortable fit over workwear
  • Clear safety benefits for personnel protection

Applications

Intended for tasks where high visibility is required to reduce accident risk.


    Road and highway maintenance crews
  • Construction and building sites
  • Traffic control and signage teams
  • Emergency response and rescue operations
  • Railway and airport ground staff

What to Consider When Choosing


    Choose the correct visibility class for your work environment (this is Class 3)
  1. Confirm the correct size — this item is XL
  2. Select a color that provides contrast for your typical surroundings (yellow here)
  3. Ensure compatibility with other personal protective equipment
  4. Review the application and benefits to match workplace requirements

Specifications


    Product type: Jacket (jope)
  • Brand/model: TIMBRA
  • Visibility: Hi‑Viz, Class 3 (KL3)
  • Color: Yellow
  • Size: XL

Why Buy from SityPro


    Simple online ordering to buy quickly and compare price
  • Clear product features and descriptions to support purchase decisions
  • Fast and reliable delivery options to Estonia
  • Delivery available to Finland for cross-border customers
  • Customer support and convenient service for returns and inquiries

Description provided by sitypro.com

Workwear
Size
XL
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
TIMBRA Hi-Vis Jacket Class 3 Yellow XL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the JOPE TIMBRA HI-VIZ KL3 YELLOW XL

What is JOPE TIMBRA HI-VIZ KL3 YELLOW XL and what is it used for?

JOPE TIMBRA HI-VIZ KL3 YELLOW XL is a high-visibility safety jacket rated KL3, designed to improve visibility on roads and construction sites. It is suitable for road crews, warehouse workers and outdoor tasks requiring enhanced visibility and weather protection.

What size and fit is model A158856SP (JOPE TIMBRA HI-VIZ KL3 YELLOW XL)?

Model A158856SP is marked as size XL. The jacket has a straight work fit with room to wear over clothing and protective gear.

What materials is JOPE TIMBRA HI-VIZ KL3 YELLOW XL made of and is it water-resistant?

The product listing does not specify exact materials; the Timbra HI-VIZ KL3 designation commonly indicates durable, water-repellent fabric with reflective tapes. To confirm water resistance, ask the seller using model A158856SP.

Which visibility standards does JOPE TIMBRA HI-VIZ KL3 YELLOW XL meet?

The KL3 marking denotes a high-visibility HI-VIZ class suitable for tasks requiring enhanced conspicuity. For exact compliance with specific standards (e.g. EN/ISO), confirm with the seller using model A158856SP.

Is this jacket suitable to wear over winter clothing or a protective coverall?

Yes — the XL size and straight work fit provide room to wear the jacket over insulated clothing or a protective coverall. Check measurements to ensure sufficient mobility with your layers.

What functional features (hood, pockets, fastenings) does this jacket have?

The product card does not list specific features. Timbra HI‑VIZ jackets typically include zip pockets, a front zipper and sometimes a detachable hood; confirm exact features with the seller using model A158856SP.

Is the jacket compatible with safety vests and harnesses?

The jacket is intended as outer hi‑vis wear and is generally worn over safety vests; compatibility with harnesses depends on fit and harness routing. Verify fit over your vest and whether belt/harness openings are available.

How does the TIMBRA HI-VIZ KL3 model differ from other hi‑vis jackets?

The KL3 rating denotes higher visibility compared to basic hi‑vis models; Timbra models typically emphasize industrial durability and practical features. When comparing, check materials, number of reflectors and standards compliance.

How to care for JOPE TIMBRA HI-VIZ KL3 to preserve visibility and fabric properties?

Follow the manufacturer's care label; common advice is gentle wash at low temperature, do not bleach, and avoid ironing directly on reflective tapes. Air-dry and avoid harsh chemicals to preserve water-repellent coating and reflective elements.

Is the TIMBRA HI-VIZ KL3 jacket suitable for warm weather?

The jacket is designed as hi‑vis workwear; suitability for warm weather depends on lining and ventilation, which are not specified in the product card. If you need a lighter summer version, ask the seller about ventilated or lightweight Timbra options.

Google reviews

See all reviews

Model

//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');