CSS Color Background

Chrome Yellow

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

Preview

Chrome Yellow solid color background preview (#FFA700)

Color value: #FFA700

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFA700; }

HTML Code

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