strong orange(brown)/strong tangelo
#fb812f color RGB value is (251,129,47)
#fb812f color CMYK value
#fb812f color HSL value
HSV(or HSB) | 24.1° | 81.3 | 98.4 |
XYZ | 48.147 | 36.415 | 7.18 |
Yxy | 0.525 | 0.397 | 36.415 |
LAB | 66.836 | 41.527 | 62.017 |
LUV | 66.836 | 99.787 | 55.413 |
Hunter-LAB | 60.345 | 36.815 | 35.186 |
CIE-LCH | 66.836 | 74.637 | 56.193 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FB | 81 | 2F |
Decimal | 251 | 129 | 47 |
Octal | 373 | 201 | 57 |
Binary | 11111011 | 10000001 | 00101111 |
Below, you can see some colors close to #fb812f. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #fb812f.
<span style="color:#fb812f">Text here</span>
This paragraph has a background color of #fb812f.
<p style="background-color:#fb812f;">Content here</p>
This element has a border color of #fb812f.
<div style="border:1px #fb812f;">Content here</div>
.text {color:#fb812f;}
.background {background-color:#fb812f;}
.border {border:1px solid #fb812f;}
.text-shadow {border:1px solid #fb812f;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #fff3eb is the lightest one.