CSS Color Background

Cyber Yellow

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

Preview

Cyber Yellow solid color background preview (#FFD300)

Color value: #FFD300

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFD300; }

HTML Code

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