Orange 500
#f97316
orange-500
The base orange, energetic and warm.
Color Values
| Hex | #f97316 | |
| RGB | rgb(249, 115, 22) | |
| HSL | hsl(25, 95%, 53%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="orange-500">
Background
</div>
<p class="orange-500">
Text
</p>
<div class="orange-500 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-orange-500: #f97316;
/* Direct Usage */
.element {
color: #f97316;
background-color: rgb(249, 115, 22);
}Best Use Cases
Primary CTAs
Warning states
Highlight elements
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors