CSS Color Background

University of Tennessee Orange

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

Preview

University of Tennessee Orange solid color background preview (#FF8200)

Color value: #FF8200

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF8200; }

HTML Code

<section class="hero university-of-tennessee-orange-bg"> <h2>Your content</h2> </section> <style> .university-of-tennessee-orange-bg { background-color: #FF8200; } </style>