CSS Color Background

Burnt Orange

Pure CSS color background: #CC5500. Use this solid color for personal and commercial creative projects.

Preview

Burnt Orange solid color background preview (#CC5500)

Color value: #CC5500

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #CC5500; }

HTML Code

<section class="hero burnt-orange-bg"> <h2>Your content</h2> </section> <style> .burnt-orange-bg { background-color: #CC5500; } </style>