code
output
<div></div>
<style>
  body {
    background: #0B2429;
    margin: 0;
  }
  div {
    width: 0;
    height: 0;
    border-top: 140px solid #F3AC3C;
    border-right: 140px solid transparent;
  }
</style>