CSS Color Background

Tangelo

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

Preview

Tangelo solid color background preview (#F94D00)

Color value: #F94D00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #F94D00; }

HTML Code

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