CSS Color Background

Yellow Orange

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

Preview

Yellow Orange solid color background preview (#FFAE42)

Color value: #FFAE42

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFAE42; }

HTML Code

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