CSS Color Background

Safety Orange (Blaze Orange)

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

Preview

Safety Orange (Blaze Orange) solid color background preview (#FF6700)

Color value: #FF6700

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF6700; }

HTML Code

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