Shades of Burnt Orange #FB7E2E
Tints of Burnt Orange #FB7E2E
RGB
CMYK
RGB Variations
Color information
#FB7E2E (or 0xFB7E2E) is known color: Burnt Orange. HEX triplet: FB, 7E and 2E. RGB value is (251,126,46). Sum of RGB (Red+Green+Blue) = 251+126+46=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7E2E is #0481D1. Grayscale: #9A9A9A. Windows color (decimal): -295378 or 3047163. OLE color: 3047163.
HSL color Cylindrical-coordinate representation of color #FB7E2E: hue angle of 23.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB7E2E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 46 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.02 |
| HSL | 23.41º | 0.96% | 0.58% | - |
| HSV(B) | 23.41º | 0.82% | 0.98% | - |
| XYZ | 47.74 | 35.63 | 6.95 | - |
| YUV | 154.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 46 | 0 | 0.50 | 0.82 | 0.02 | 23.41 | 0.96 | 0.58 |
| Hex | FB | 7E | 2E | 0 | 32 | 52 | 2 | 17 | 60 | 3A |
| Octal | 373 | 176 | 56 | 0 | 62 | 122 | 2 | 27 | 140 | 72 |
| Binary | 11111011 | 1111110 | 101110 | 0 | 110010 | 1010010 | 10 | 10111 | 1100000 | 111010 |
Color Harmonies of #FB7E2E
Complementary color
Monochromatic Colors of #FB7E2E
Black with #FB7E2E
Text Example
Text Example
White with #FB7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7E2E; }
p { color: rgb(251,126,46); }
H1.HeaderClassName
{
color: #FB7E2E;
}
.AnyTagClassName
{
color: #FB7E2E;
}
</style>
background-color css
<style>
a { background-color: #FB7E2E; }
a { background-color: rgb(251,126,46); }
div.DivClassName
{
background-color: #FB7E2E;
}
.BgClassName
{
background-color: #FB7E2E;
}
</style>
border-color css
<style>
span { border-color: #FB7E2E; }
span { border-color: rgb(251,126,46); }
td.TdClassName
{
border-color: #FB7E2E;
}
.TagClassName
{
border-color: #FB7E2E;
}
</style>