CSS Color Background

Deep Saffron

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

Preview

Deep Saffron solid color background preview (#FF9933)

Color value: #FF9933

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF9933; }

HTML Code

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