CSS Color Background

Orange

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

Preview

Orange solid color background preview (#FFA500)

Color value: #FFA500

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFA500; }

HTML Code

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