Shades of Burnt Orange #FF712E
Tints of Burnt Orange #FF712E
RGB
CMYK
RGB Variations
Color information
#FF712E (or 0xFF712E) is known color: Burnt Orange. HEX triplet: FF, 71 and 2E. RGB value is (255,113,46). Sum of RGB (Red+Green+Blue) = 255+113+46=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF712E is #008ED1. Grayscale: #949494. Windows color (decimal): -36562 or 3043839. OLE color: 3043839.
HSL color Cylindrical-coordinate representation of color #FF712E: hue angle of 19.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF712E is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 46 | - |
| CMYK | 0 | 0.56 | 0.82 | 0 |
| HSL | 19.23º | 1% | 0.59% | - |
| HSV(B) | 19.23º | 0.82% | 1% | - |
| XYZ | 47.64 | 33.27 | 6.5 | - |
| YUV | 147.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 46 | 0 | 0.56 | 0.82 | 0 | 19.23 | 1 | 0.59 |
| Hex | FF | 71 | 2E | 0 | 38 | 52 | 0 | 13 | 64 | 3B |
| Octal | 377 | 161 | 56 | 0 | 70 | 122 | 0 | 23 | 144 | 73 |
| Binary | 11111111 | 1110001 | 101110 | 0 | 111000 | 1010010 | 0 | 10011 | 1100100 | 111011 |
Color Harmonies of #FF712E
Complementary color
Monochromatic Colors of #FF712E
Black with #FF712E
Text Example
Text Example
White with #FF712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF712E; }
p { color: rgb(255,113,46); }
H1.HeaderClassName
{
color: #FF712E;
}
.AnyTagClassName
{
color: #FF712E;
}
</style>
background-color css
<style>
a { background-color: #FF712E; }
a { background-color: rgb(255,113,46); }
div.DivClassName
{
background-color: #FF712E;
}
.BgClassName
{
background-color: #FF712E;
}
</style>
border-color css
<style>
span { border-color: #FF712E; }
span { border-color: rgb(255,113,46); }
td.TdClassName
{
border-color: #FF712E;
}
.TagClassName
{
border-color: #FF712E;
}
</style>