Orange 400

#fb923c

orange-400

Medium orange for icons and CTAs.

Color Values

Hex#fb923c
RGBrgb(251, 146, 60)
HSLhsl(27, 96%, 61%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-400">
  Background
</div>
<p class="orange-400">
  Text
</p>
<div class="orange-400 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-orange-400: #fb923c;

/* Direct Usage */
.element {
  color: #fb923c;
  background-color: rgb(251, 146, 60);
}

Best Use Cases

Warning icons
Call-to-action
Accent buttons

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors