CCF ConverterConvert CCF (hundred cubic feet) to any volume, gas energy or water weight unit
Conversion Result
💧 Moderate volume
From —
To —
Full breakdown — the amount in every unit
Common conversions from CCF
CCF Gallons (US) Gallons (US) Cubic feet
Gas energy figures use the US average of 1 CCF ≈ 1.037 therms ≈ 103,700 BTU . Actual heating value varies by supplier and region (typically 1,000–1,100 BTU/ft³).
Calculate
Reset
Copy
Share
Embed
Info
Embed this calculator
Copy Embed Code \n';var escaped = toolHtml
.replace(/&/g, '&')
.replace(//g, '>')
.replace(/"/g, '"');embedCodeTextarea.value = '
';
}window.toggleEmbedPanel = function () {
if (embedPanel.style.display === 'none' || embedPanel.style.display === '') {
generateEmbedCode();
embedPanel.style.display = 'block';
} else {
embedPanel.style.display = 'none';
}
};window.copyEmbedCode = function () {
embedCodeTextarea.select();
if (navigator.clipboard) {
navigator.clipboard.writeText(embedCodeTextarea.value).then(function () {
alert('Embed code copied!');
}).catch(function () { alert('Press Ctrl+C'); });
} else {
alert('Press Ctrl+C');
}
};function bindAll() {
amountInput.addEventListener('input', calculate);
amountInput.addEventListener('change', calculate);
fromUnitSelect.addEventListener('change', calculate);
toUnitSelect.addEventListener('change', calculate);
}if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', function () {
populateUnits();
bindAll();
calculate();
});
} else {
populateUnits();
bindAll();
calculate();
}
})();