Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Porsche | F0B770 | #F0B770 | 240, 183, 112 | 94.12, 71.76, 43.92 | 0, 23.75, 53.33, 5.88 | 33.28125, 53.333333333333, 94.117647058824 |
Color #f0b770 is Porsche. In RGB: 94.12, 71.76, 43.92. In CMYK: 0, 23.75, 53.33, 5.88.
div { background: #f0b770; color: #000; }
div { background: #f0b770; color: #fff; }
div { background: linear-gradient(to bottom, #D29C57 0%, #FFD38A 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFD38A 0%, #D29C57 100%); color: #000; }
div { background: linear-gradient(to bottom, #D29C57 0%, #FFD38A 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFD38A 0%, #D29C57 100%); color: #fff; }
div { border: 1px solid #f0b770; }
div { border: 5px solid #f0b770; }
div { border: 1px dashed #f0b770; }
div { border: 5px dashed #f0b770; }
div { border: 1px dotted #f0b770; }
div { border: 5px dotted #f0b770; }