Shades of Burnt Orange #FF7E3D
Tints of Burnt Orange #FF7E3D
RGB
CMYK
RGB Variations
Color information
#FF7E3D (or 0xFF7E3D) is known color: Burnt Orange. HEX triplet: FF, 7E and 3D. RGB value is (255,126,61). Sum of RGB (Red+Green+Blue) = 255+126+61=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E3D is #0081C2. Grayscale: #9D9D9D. Windows color (decimal): -33219 or 4030207. OLE color: 4030207.
HSL color Cylindrical-coordinate representation of color #FF7E3D: hue angle of 20.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF7E3D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 61 | - |
| CMYK | 0 | 0.51 | 0.76 | 0 |
| HSL | 20.1º | 1% | 0.62% | - |
| HSV(B) | 20.1º | 0.76% | 1% | - |
| XYZ | 49.54 | 36.52 | 8.85 | - |
| YUV | 157.16 | 73.74 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 61 | 0 | 0.51 | 0.76 | 0 | 20.1 | 1 | 0.62 |
| Hex | FF | 7E | 3D | 0 | 33 | 4C | 0 | 14 | 64 | 3E |
| Octal | 377 | 176 | 75 | 0 | 63 | 114 | 0 | 24 | 144 | 76 |
| Binary | 11111111 | 1111110 | 111101 | 0 | 110011 | 1001100 | 0 | 10100 | 1100100 | 111110 |
Color Harmonies of #FF7E3D
Complementary color
Monochromatic Colors of #FF7E3D
Black with #FF7E3D
Text Example
Text Example
White with #FF7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E3D; }
p { color: rgb(255,126,61); }
H1.HeaderClassName
{
color: #FF7E3D;
}
.AnyTagClassName
{
color: #FF7E3D;
}
</style>
background-color css
<style>
a { background-color: #FF7E3D; }
a { background-color: rgb(255,126,61); }
div.DivClassName
{
background-color: #FF7E3D;
}
.BgClassName
{
background-color: #FF7E3D;
}
</style>
border-color css
<style>
span { border-color: #FF7E3D; }
span { border-color: rgb(255,126,61); }
td.TdClassName
{
border-color: #FF7E3D;
}
.TagClassName
{
border-color: #FF7E3D;
}
</style>