Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Fiery Orange | AA4D0D | #AA4D0D | 170, 77, 13 | 66.67, 30.2, 5.1 | 0, 54.71, 92.35, 33.33 | 24.458598726115, 92.352941176471, 66.666666666667 |
Color #aa4d0d is Fiery Orange. In RGB: 66.67, 30.2, 5.1. In CMYK: 0, 54.71, 92.35, 33.33.
div { background: #aa4d0d; color: #000; }
div { background: #aa4d0d; color: #fff; }
div { background: linear-gradient(to bottom, #8C3400 0%, #C86628 100%); color: #000; }
div { background: linear-gradient(to bottom, #C86628 0%, #8C3400 100%); color: #000; }
div { background: linear-gradient(to bottom, #8C3400 0%, #C86628 100%); color: #fff; }
div { background: linear-gradient(to bottom, #C86628 0%, #8C3400 100%); color: #fff; }
div { border: 1px solid #aa4d0d; }
div { border: 5px solid #aa4d0d; }
div { border: 1px dashed #aa4d0d; }
div { border: 5px dashed #aa4d0d; }
div { border: 1px dotted #aa4d0d; }
div { border: 5px dotted #aa4d0d; }