Shades of Burnt Orange #FF712B
Tints of Burnt Orange #FF712B
RGB
CMYK
RGB Variations
Color information
#FF712B (or 0xFF712B) is known color: Burnt Orange. HEX triplet: FF, 71 and 2B. RGB value is (255,113,43). Sum of RGB (Red+Green+Blue) = 255+113+43=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF712B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF712B is #008ED4. Grayscale: #939393. Windows color (decimal): -36565 or 2847231. OLE color: 2847231.
HSL color Cylindrical-coordinate representation of color #FF712B: hue angle of 19.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF712B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 43 | - |
| CMYK | 0 | 0.56 | 0.83 | 0 |
| HSL | 19.81º | 1% | 0.58% | - |
| HSV(B) | 19.81º | 0.83% | 1% | - |
| XYZ | 47.58 | 33.24 | 6.19 | - |
| YUV | 147.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 43 | 0 | 0.56 | 0.83 | 0 | 19.81 | 1 | 0.58 |
| Hex | FF | 71 | 2B | 0 | 38 | 53 | 0 | 14 | 64 | 3A |
| Octal | 377 | 161 | 53 | 0 | 70 | 123 | 0 | 24 | 144 | 72 |
| Binary | 11111111 | 1110001 | 101011 | 0 | 111000 | 1010011 | 0 | 10100 | 1100100 | 111010 |
Color Harmonies of #FF712B
Complementary color
Monochromatic Colors of #FF712B
Black with #FF712B
Text Example
Text Example
White with #FF712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF712B; }
p { color: rgb(255,113,43); }
H1.HeaderClassName
{
color: #FF712B;
}
.AnyTagClassName
{
color: #FF712B;
}
</style>
background-color css
<style>
a { background-color: #FF712B; }
a { background-color: rgb(255,113,43); }
div.DivClassName
{
background-color: #FF712B;
}
.BgClassName
{
background-color: #FF712B;
}
</style>
border-color css
<style>
span { border-color: #FF712B; }
span { border-color: rgb(255,113,43); }
td.TdClassName
{
border-color: #FF712B;
}
.TagClassName
{
border-color: #FF712B;
}
</style>