CSS Color Background

Orange (Ryb)

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

Preview

Orange (Ryb) solid color background preview (#FB9902)

Color value: #FB9902

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FB9902; }

HTML Code

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