CSS Color Background

Yellow (Ryb)

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

Preview

Yellow (Ryb) solid color background preview (#FEFE33)

Color value: #FEFE33

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FEFE33; }

HTML Code

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