CSS Color Background

Giants Orange

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

Preview

Giants Orange solid color background preview (#FE5A1D)

Color value: #FE5A1D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FE5A1D; }

HTML Code

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