Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Lightning Yellow | F8B712 | #F8B712 | 248, 183, 18 | 97.25, 71.76, 7.06 | 0, 26.21, 92.74, 2.75 | 43.04347826087, 92.741935483871, 97.254901960784 |
Color #f8b712 is Lightning Yellow. In RGB: 97.25, 71.76, 7.06. In CMYK: 0, 26.21, 92.74, 2.75.
div { background: #f8b712; color: #000; }
div { background: #f8b712; color: #fff; }
div { background: linear-gradient(to bottom, #D99C00 0%, #FFD23A 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFD23A 0%, #D99C00 100%); color: #000; }
div { background: linear-gradient(to bottom, #D99C00 0%, #FFD23A 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFD23A 0%, #D99C00 100%); color: #fff; }
div { border: 1px solid #f8b712; }
div { border: 5px solid #f8b712; }
div { border: 1px dashed #f8b712; }
div { border: 5px dashed #f8b712; }
div { border: 1px dotted #f8b712; }
div { border: 5px dotted #f8b712; }