CSS Color Background

Outrageous Orange

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

Preview

Outrageous Orange solid color background preview (#FF6E4A)

Color value: #FF6E4A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF6E4A; }

HTML Code

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