CSS Color Background

Yellow (Ncs)

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

Preview

Yellow (Ncs) 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 yellow-ncs-bg"> <h2>Your content</h2> </section> <style> .yellow-ncs-bg { background-color: #FFD300; } </style>