Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Saffron Mango | FAC25E | #FAC25E | 250, 194, 94 | 98.04, 76.08, 36.86 | 0, 22.4, 62.4, 1.96 | 38.461538461538, 62.4, 98.039215686275 |
Color #fac25e is Saffron Mango. In RGB: 98.04, 76.08, 36.86. In CMYK: 0, 22.4, 62.4, 1.96.
div { background: #fac25e; color: #000; }
div { background: #fac25e; color: #fff; }
div { background: linear-gradient(to bottom, #DCA744 0%, #FFDE78 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFDE78 0%, #DCA744 100%); color: #000; }
div { background: linear-gradient(to bottom, #DCA744 0%, #FFDE78 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFDE78 0%, #DCA744 100%); color: #fff; }
div { border: 1px solid #fac25e; }
div { border: 5px solid #fac25e; }
div { border: 1px dashed #fac25e; }
div { border: 5px dashed #fac25e; }
div { border: 1px dotted #fac25e; }
div { border: 5px dotted #fac25e; }