Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Ronchi | F1C750 | #F1C750 | 241, 199, 80 | 94.51, 78.04, 31.37 | 0, 17.43, 66.8, 5.49 | 44.347826086957, 66.804979253112, 94.509803921569 |
Color #f1c750 is Ronchi. In RGB: 94.51, 78.04, 31.37. In CMYK: 0, 17.43, 66.8, 5.49.
div { background: #f1c750; color: #000; }
div { background: #f1c750; color: #fff; }
div { background: linear-gradient(to bottom, #D3AC34 0%, #FFE36B 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFE36B 0%, #D3AC34 100%); color: #000; }
div { background: linear-gradient(to bottom, #D3AC34 0%, #FFE36B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFE36B 0%, #D3AC34 100%); color: #fff; }
div { border: 1px solid #f1c750; }
div { border: 5px solid #f1c750; }
div { border: 1px dashed #f1c750; }
div { border: 5px dashed #f1c750; }
div { border: 1px dotted #f1c750; }
div { border: 5px dotted #f1c750; }