OrangeRed Color Name
Color Name: | OrangeRed |
Hex Code: | #FF4500 |
RGB Decimal: | RGB(255, 69, 0) |
CMYK Value: | 16°, 100%, 50%. |
HSL Value: | 0%, 72.9%, 100%, 0% |
Color: |
OrangeRed #FF4500 Html Codes
Text with hexadecimal color #FF4500
<span style="color:#FF4500;">Text here</span>
OrangeRed #FF4500 border color
<span style="border:2px solid #FF4500;">Text here</span>
OrangeRed #FF4500 background color
<p style="background-color:#FF4500;">Content here</p>
OrangeRed #FF4500 CSS codes
.text {color:#FF4500;}
.background {background-color:#FF4500;}
.border {border:1px solid #FF4500;}