CSS Color Background

Yellow (Crayola)

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

Preview

Yellow (Crayola) solid color background preview (#FCE883)

Color value: #FCE883

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FCE883; }

HTML Code

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