CSS Color Background

International Orange (Aerospace)

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

Preview

International Orange (Aerospace) solid color background preview (#FF4F00)

Color value: #FF4F00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF4F00; }

HTML Code

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