CSS Color Background

Orange (Pantone)

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

Preview

Orange (Pantone) solid color background preview (#FF5800)

Color value: #FF5800

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF5800; }

HTML Code

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