Shades of Burnt Orange #FF703E
Tints of Burnt Orange #FF703E
RGB
CMYK
RGB Variations
Color information
#FF703E (or 0xFF703E) is known color: Burnt Orange. HEX triplet: FF, 70 and 3E. RGB value is (255,112,62). Sum of RGB (Red+Green+Blue) = 255+112+62=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF703E is #008FC1. Grayscale: #959595. Windows color (decimal): -36802 or 4092159. OLE color: 4092159.
HSL color Cylindrical-coordinate representation of color #FF703E: hue angle of 15.54º 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 #FF703E is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 62 | - |
| CMYK | 0 | 0.56 | 0.76 | 0 |
| HSL | 15.54º | 1% | 0.62% | - |
| HSV(B) | 15.54º | 0.76% | 1% | - |
| XYZ | 47.9 | 33.2 | 8.44 | - |
| YUV | 149.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 62 | 0 | 0.56 | 0.76 | 0 | 15.54 | 1 | 0.62 |
| Hex | FF | 70 | 3E | 0 | 38 | 4C | 0 | 10 | 64 | 3E |
| Octal | 377 | 160 | 76 | 0 | 70 | 114 | 0 | 20 | 144 | 76 |
| Binary | 11111111 | 1110000 | 111110 | 0 | 111000 | 1001100 | 0 | 10000 | 1100100 | 111110 |
Color Harmonies of #FF703E
Complementary color
Monochromatic Colors of #FF703E
Black with #FF703E
Text Example
Text Example
White with #FF703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF703E; }
p { color: rgb(255,112,62); }
H1.HeaderClassName
{
color: #FF703E;
}
.AnyTagClassName
{
color: #FF703E;
}
</style>
background-color css
<style>
a { background-color: #FF703E; }
a { background-color: rgb(255,112,62); }
div.DivClassName
{
background-color: #FF703E;
}
.BgClassName
{
background-color: #FF703E;
}
</style>
border-color css
<style>
span { border-color: #FF703E; }
span { border-color: rgb(255,112,62); }
td.TdClassName
{
border-color: #FF703E;
}
.TagClassName
{
border-color: #FF703E;
}
</style>