O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (2024)

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (1)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-39140"); let searchResults = document.getElementById("search-results-39140"); let searchResultsClose = document.getElementById("search-results-close-39140"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-39140"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-39140"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } const query = term.trim(); const currentUrl = new URL(window.location); currentUrl.searchParams.set('q', query); window.history.replaceState(null, null, currentUrl.toString()); showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

support_agent

Contact

menu

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (2)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-21747"); let searchResults = document.getElementById("search-results-21747"); let searchResultsClose = document.getElementById("search-results-close-21747"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-21747"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-21747"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } const query = term.trim(); const currentUrl = new URL(window.location); currentUrl.searchParams.set('q', query); window.history.replaceState(null, null, currentUrl.toString()); showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (3)
English

Nederlands Deutsch Français Italiano

person Log in

shopping_cart 0 Basket

menu

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (9)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-37815"); let searchResults = document.getElementById("search-results-37815"); let searchResultsClose = document.getElementById("search-results-close-37815"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-37815"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-37815"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } const query = term.trim(); const currentUrl = new URL(window.location); currentUrl.searchParams.set('q', query); window.history.replaceState(null, null, currentUrl.toString()); showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

English

Nederlands Deutsch Français Italiano

person Log in

shopping_cart 0 Basket

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (15)

close

home navigate_next FFKM - FFPM O-Rings navigate_next FFKM O-Rings - 80 Shore A - F808W95 navigate_next O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530

home navigate_next FFKM - FFPM O-Rings navigate_next FFKM O-Rings - 80 Shore A - F808W95 navigate_next O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530

ID (Inner diameter) 53.34 mm

CS (Cross Section) 5.33 mm

Material FFKM - FFPM

Hardness 80 Shore A

Color White

Item no. 91530

Approval Conform FDA - (300°C)

Color White

Stock 0 sentiment_satisfied_alt

Need a coating on this O-Ring? Request a quotation here keyboard_arrow_down All specifications

What are the shipment terms to my country?
CountryPriceTransit daysCarrier
Algeria€ 175,007 - 10FedEx: International Economy
Argentina€ 63,008 - 10FedEx: International Economy
Australia€ 45,008 - 10FedEx: International Priority
Austria€ 15,004 - 6GLS: Euro Business Parcel
Belgium€ 10,001 - 3GLS: Euro Business Parcel
Bosnia and Herzegovina€ 43,004 - 6FedEx: International Priority
Brazil€ 55,004 - 6FedEx: International Priority
Bulgaria€ 22,506 - 8FedEx: International Economy
Canada€ 45,002 - 4FedEx: International Priority
China€ 38,002 - 4FedEx: International Economy
Croatia€ 30,007 - 10FedEx: International Economy
Cyprus€ 28,003 - 5GLS: Euro Business Parcel
Czech Republic€ 20,003 - 5FedEx: International Priority
Denmark€ 13,002 - 4GLS: Euro Business Parcel
Egypt€ 175,007 - 10FedEx: Regional Economy
Estonia€ 20,004 - 6FedEx: Regional Economy
Finland€ 20,005 - 7FedEx: Regional Economy
France€ 10,002 - 4GLS: Euro Business Parcel
French Polynesia€ 70,006 - 8FedEx: International Priority
Germany€ 10,001 - 3GLS: Euro Business Parcel
Ghana€ 70,007 - 10FedEx: Regional Economy
Greece€ 25,004 - 6FedEx: Regional Economy
Hungary€ 23,001 - 3FedEx: Regional Economy
Iceland€ 43,007 - 10FedEx: International Priority
India€ 190,005 - 7FedEx: International Priority
Indonesia€ 45,005 - 7FedEx: International Priority
Ireland€ 18,003 - 5FedEx: Regional Economy
Israel€ 70,003 - 7FedEx: International Economy
Italy€ 20,001 - 3FedEx: International Priority
Japan€ 40,004 - 6FedEx: International Economy
Korea, Democratic People's Republic of€ 40,004 - 6FedEx: International Economy
Korea, Republic of€ 40,004 - 6FedEx: International Economy
Kurwait€ 40,007 - 10FedEx: International Economy
Latvia€ 28,004 - 6GLS: Euro Business Parcel
Lithuania€ 38,004 - 6GLS: Euro Business Parcel
Luxembourg€ 13,001 - 3GLS: Euro Business Parcel
Macedonia€ 40,007 - 10FedEx: International Economy
Malaysia€ 40,005 - 7FedEx: International Economy
Malta€ 30,004 - 6GLS: Euro Business Parcel
Mexico€ 63,005 - 7FedEx: International Economy
Monaco€ 23,003 - 5FedEx: International Priority
Netherlands€ 10,001 - 3GLS: Euro Business Parcel
New Zealand€ 52,507 - 10FedEx: International Priority
Norway€ 38,002 - 4FedEx: International Priority
Oman€ 40,007 - 10FedEx: International Eoonomy
Peru€ 53,004 - 8FedEx: International Economy
Philippines€ 45,004 - 8FedEx: International Economy
Poland€ 28,003 - 5GLS: Euro Business Parcel
Portugal€ 23.004 - 6FedEx: Regional Economy
Romania€ 28,004 - 6FedEx: International Economy
Saudi Arabia€ 45,004 - 6FedEx: International Economy
Serbia and Montenegro€ 43,002 - 4FedEx: International Economy
Singapore€ 45.004 - 6FedEx: International Economy
Slovakia€ 23,004 - 6FedEx: Regional Economy
Slovenia€ 23,004 - 6FedEx: Regional Economy
Spain€ 18,005 - 7FedEx: Regional Economy
Sweden€ 23,002 - 4FedEx: Regional Economy
Switzerland€ 38,002 - 4FedEx: International Economy
Taiwan€ 38,005 - 7FedEx: International Economy
Turkey€ 38,002 - 4FedEx: International Priority
United Arab Emirates€ 200,002 - 4FedEx: International Priority
United Kingdom€ 20,002 - 4FedEx: Regional Economy
United States€ 40,002 - 4FedEx: International Priority
Vietnam€ 45,005 - 7FedEx: International Economy
Why is there a minimum order QTY

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (16)

Our warehouse is tremendous.
Therefor it takes time to pick and pack each o-ring.

Given the low prices that we charge, we need to factor our warehouse time/cost in the order.
We do not want to raise our prices and we don't want to add a surcharge to each possition.
Therefor we decided that we prefer to give you more value for money by giving you more o-rings instead.
We hope you understand and appreciate this.

Stock Delivery time

€242,81 Ex. VAT / per piece

€293,80 In. VAT

Price per piece

This product has a minimum order Qty of 1pcs

Receive a quote and delivery time

Quantity Per piece
1+ €242,8099
10+€199,0626
25+€189,1947
50+€189,1947
100+€189,1947
Article number91530
ColorWhite
Alternative namesFFPM – Dupont Kalrez
Chemical NamePerfluoroelastomer
Description 2O-ring FFKM - FFPM 53.34x5.33
Dimensions53.34x5.33
Equal toPPE Perlast G80H
MaterialFFKM - FFPM
Product nameO-ring 53.34x5.33 FFKM - FFPM
Seal typeO-ring
Size in textfifty three comma thirty four by five comma thirty three
Trade namesChemraz® - Simriz® - Kalrez® - Spectrum - Triazinico - Isolast® - Parofluor® - Fluorez - Perlast® - HPSealing® - Perfluor® - Polymax
Alternative Size
AS568 Size ChartAS 032
DIN 3771 Size Chart53.34x5.33
SMS 1586 Size chart53.34 X 5,33
Core Spec's
ApprovalConform FDA - (300°C)
CS (Cross Section)5.33 mm
Hardness80 Shore A
ID (Inner diameter)53.34 mm
Temperature Max300 ºC
Temperature Min-15 ºC
Equivalent to
Dupont Kalrez® EquivalentNot Known
Freudenberg Simriz® EquivalentNot Known
Greene Tweed Chemraz® EquivalentNot Known
Parker Parafluor® EquivalentNot Known
Precision Polymer Engineering Perlast® EquivilentPPE Perlast G80H
Trelleborg Isolast® EquivalentNot Known
attachment Material Datasheet

download Download/print specifications PDF

Description

This FFKM - FFPM O-Ring is 53.34x5.33mm and in the color White. The Hardness of this O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 is 80 Shore A.The alternative names of the compound are FFPM – Dupont Kalrez and they are mostly produced by Chemraz® - Simriz® - Kalrez® - Spectrum - Triazinico - Isolast® - Parofluor® - Fluorez - Perlast® - HPSealing® - Perfluor® - Polymax. The O-ring is commonly used in and has an operating temperature range from -15 ºC to 300 ºC. O-rings 672111 are indicated as 91530 and have a DIN 3771 Size of 53.34x5.33. This item is equal to PPE Perlast G80H and has an Conform FDA - (300°C) Approval. The chemical name of this Oring is Perfluoroelastomer.

Get a quote now

All items marked with a * are required.

This product has a minimum order Qty of 1pcs

Receive a quote and delivery time

This website uses cookies

We use cookies to improve user experience and display personalized advertisem*nts. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy policy. Click here.

This website uses cookies

We use cookies to improve user experience and display personalized advertisem*nts. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy policy. Click here.

Strictly necessary

Strictly necessary cookies allow core website functionality such as user login and account management. The website cannot be used properly without strictly necessary cookies.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
cookiebar.accept Accept the cookie bar.
local
5 year Accept the cookie bar.
cookiebar.settings Settings from the cookie bar.
local
5 year Settings from the cookie bar.
PHPSESSID PHP.net
Sessions Cookie generated by applications based on the PHP language. This is a general purpose identifier used to maintain user session variables. It is normally a random generated number, how it is used can be specific to the site, but a good example is maintaining a logged-in status for a user between pages.

Performance

Performance cookies are used to see how visitors use the website, eg. analytics cookies. Those cookies cannot be used to directly identify a certain visitor.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
vistrk Serverside tracking-system.
local
30 days Serverside tracking-system.
_ga Google
google-analytics.com (3rd party) or
2 years ID used to identify users
_gat* Google
google-analytics.com (3rd party) or
1 minute Used to monitor number of Google Analytics server requests when using Google Tag Manager
_ga_* Google
google-analytics.com (3rd party) or
2 years ID used to identify users
_gid Google
google-analytics.com (3rd party) or
24 hours ID used to identify users for 24 hours after last activity

Targeting

Targeting cookies are used to identify visitors between different websites, eg. content partners, banner networks. Those cookies may be used by companies to build a profile of visitor interests or show relevant ads on other websites.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
_gcl_au Google
3 months Used by Google AdSense for experimenting with advertisem*nt efficiency across websites using their services.

Functionality

Functionality cookies are used to remember visitor information on the website, eg. language, timezone, enhanced content.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
TawkConnectionTime Tawk.to Chat
session This cookie is used to determine the connection duration of tawk sessions.
_hjAbsoluteSessionInProgress Hotjar
30 minutes The cookie is set so Hotjar can track the beginning of the user's journey for a total session count. It does not contain any identifiable information.
_hjFirstSeen Hotjar
30 minutes The cookie is set so Hotjar can track the beginning of the user's journey for a total session count. It does not contain any identifiable information.
_hjIncludedInSessionSample* Hotjar
30 minutes This cookie is set to let Hotjar know whether that visitor is included in the data sampling defined by your site's daily session limit
_hjIncludedInSessionSample* Hotjar
30 minutes This cookie is set to let Hotjar know whether that visitor is included in the data sampling defined by your site's daily session limit
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.

Unclassified

Unclassified cookies are cookies that do not belong to any other category or are in the process of categorization.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
twk_idm_key unknown
unknown
unknown
gtm_session_start unknown
unknown
unknown
gtm_pageview_count unknown
unknown
unknown

Cookies are small text files that are placed on your computer by websites that you visit. Websites use cookies to help users navigate efficiently and perform certain functions. Cookies that are required for the website to operate properly are allowed to be set without your permission. All other cookies need to be approved before they can be set in the browser.

You can change your consent to cookie usage at any time on our Privacy Policy page. Click here

O-ring 53,34x5,33 - FFKM - FFPM - Conform FDA - High Temp - 80 Shore A - White - ORS91530 Online Shop - Worldwide shipping (2024)

References

Top Articles
Television Archive News Search Service
'Perfect Match's Alara Taneri Details Life After the Dating Show
Bank Of America Financial Center Irvington Photos
Restaurer Triple Vitrage
Amtrust Bank Cd Rates
Sarah F. Tebbens | people.wright.edu
Doublelist Paducah Ky
Miss Carramello
Pj Ferry Schedule
Magic Mike's Last Dance Showtimes Near Marcus Cedar Creek Cinema
Premier Boating Center Conroe
Large storage units
California Department of Public Health
Bowlero (BOWL) Earnings Date and Reports 2024
Magic Mike's Last Dance Showtimes Near Marcus Cedar Creek Cinema
Https://Store-Kronos.kohls.com/Wfc
Youravon Comcom
Swedestats
Parent Resources - Padua Franciscan High School
Troy Bilt Mower Carburetor Diagram
Ups Access Point Lockers
Classic | Cyclone RakeAmerica's #1 Lawn and Leaf Vacuum
All Obituaries | Buie's Funeral Home | Raeford NC funeral home and cremation
Missouri Highway Patrol Crash
Effingham Bookings Florence Sc
Missed Connections Inland Empire
Tripadvisor Napa Restaurants
Sam's Club Gas Price Hilliard
Parkeren Emmen | Reserveren vanaf €9,25 per dag | Q-Park
Xpanas Indo
Firefly Festival Logan Iowa
Jambus - Definition, Beispiele, Merkmale, Wirkung
Everstart Jump Starter Manual Pdf
Solve 100000div3= | Microsoft Math Solver
The Wichita Beacon from Wichita, Kansas
Sedano's Supermarkets Expands to Orlando - Sedano's Supermarkets
Serenity Of Lathrop - Manteca Photos
M3Gan Showtimes Near Cinemark North Hills And Xd
Tenant Vs. Occupant: Is There Really A Difference Between Them?
Austin Automotive Buda
10 games with New Game Plus modes so good you simply have to play them twice
Boone County Sheriff 700 Report
Anya Banerjee Feet
Letter of Credit: What It Is, Examples, and How One Is Used
Vons Credit Union Routing Number
Wal-Mart 140 Supercenter Products
Craigs List Hartford
Craigslist Woodward
Cara Corcione Obituary
Rick And Morty Soap2Day
2121 Gateway Point
Gainswave Review Forum
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 5325

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.