Shades of Burnt Orange #FF713E
Tints of Burnt Orange #FF713E
RGB
CMYK
RGB Variations
Color information
#FF713E (or 0xFF713E) is known color: Burnt Orange. HEX triplet: FF, 71 and 3E. RGB value is (255,113,62). Sum of RGB (Red+Green+Blue) = 255+113+62=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF713E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF713E is #008EC1. Grayscale: #959595. Windows color (decimal): -36546 or 4092415. OLE color: 4092415.
HSL color Cylindrical-coordinate representation of color #FF713E: hue angle of 15.85º 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 #FF713E is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 62 | - |
| CMYK | 0 | 0.56 | 0.76 | 0 |
| HSL | 15.85º | 1% | 0.62% | - |
| HSV(B) | 15.85º | 0.76% | 1% | - |
| XYZ | 48.01 | 33.42 | 8.48 | - |
| YUV | 149.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 62 | 0 | 0.56 | 0.76 | 0 | 15.85 | 1 | 0.62 |
| Hex | FF | 71 | 3E | 0 | 38 | 4C | 0 | 10 | 64 | 3E |
| Octal | 377 | 161 | 76 | 0 | 70 | 114 | 0 | 20 | 144 | 76 |
| Binary | 11111111 | 1110001 | 111110 | 0 | 111000 | 1001100 | 0 | 10000 | 1100100 | 111110 |
Color Harmonies of #FF713E
Complementary color
Monochromatic Colors of #FF713E
Black with #FF713E
Text Example
Text Example
White with #FF713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF713E; }
p { color: rgb(255,113,62); }
H1.HeaderClassName
{
color: #FF713E;
}
.AnyTagClassName
{
color: #FF713E;
}
</style>
background-color css
<style>
a { background-color: #FF713E; }
a { background-color: rgb(255,113,62); }
div.DivClassName
{
background-color: #FF713E;
}
.BgClassName
{
background-color: #FF713E;
}
</style>
border-color css
<style>
span { border-color: #FF713E; }
span { border-color: rgb(255,113,62); }
td.TdClassName
{
border-color: #FF713E;
}
.TagClassName
{
border-color: #FF713E;
}
</style>