CSS Color Background

Orioles Orange

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

Preview

Orioles Orange solid color background preview (#FB4F14)

Color value: #FB4F14

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FB4F14; }

HTML Code

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