CSS Color Background

Dark Tangerine

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

Preview

Dark Tangerine solid color background preview (#FFA812)

Color value: #FFA812

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFA812; }

HTML Code

<section class="hero dark-tangerine-bg"> <h2>Your content</h2> </section> <style> .dark-tangerine-bg { background-color: #FFA812; } </style>