CSS Color Background

School Bus Yellow

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

Preview

School Bus Yellow solid color background preview (#FFD800)

Color value: #FFD800

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFD800; }

HTML Code

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