CSS Color Background

Fluorescent Orange

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

Preview

Fluorescent Orange solid color background preview (#FFBF00)

Color value: #FFBF00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFBF00; }

HTML Code

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