Shades of Burnt Orange #F6703D
Tints of Burnt Orange #F6703D
RGB
CMYK
RGB Variations
Color information
#F6703D (or 0xF6703D) is known color: Burnt Orange. HEX triplet: F6, 70 and 3D. RGB value is (246,112,61). Sum of RGB (Red+Green+Blue) = 246+112+61=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F6703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6703D is #098FC2. Grayscale: #929292. Windows color (decimal): -626627 or 4026614. OLE color: 4026614.
HSL color Cylindrical-coordinate representation of color #F6703D: hue angle of 16.54º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6703D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 61 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.04 |
| HSL | 16.54º | 0.91% | 0.6% | - |
| HSV(B) | 16.54º | 0.75% | 0.96% | - |
| XYZ | 44.64 | 31.52 | 8.15 | - |
| YUV | 146.25 | 79.89 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 61 | 0 | 0.54 | 0.75 | 0.04 | 16.54 | 0.91 | 0.6 |
| Hex | F6 | 70 | 3D | 0 | 36 | 4B | 4 | 11 | 5B | 3C |
| Octal | 366 | 160 | 75 | 0 | 66 | 113 | 4 | 21 | 133 | 74 |
| Binary | 11110110 | 1110000 | 111101 | 0 | 110110 | 1001011 | 100 | 10001 | 1011011 | 111100 |
Color Harmonies of #F6703D
Complementary color
Monochromatic Colors of #F6703D
Black with #F6703D
Text Example
Text Example
White with #F6703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6703D; }
p { color: rgb(246,112,61); }
H1.HeaderClassName
{
color: #F6703D;
}
.AnyTagClassName
{
color: #F6703D;
}
</style>
background-color css
<style>
a { background-color: #F6703D; }
a { background-color: rgb(246,112,61); }
div.DivClassName
{
background-color: #F6703D;
}
.BgClassName
{
background-color: #F6703D;
}
</style>
border-color css
<style>
span { border-color: #F6703D; }
span { border-color: rgb(246,112,61); }
td.TdClassName
{
border-color: #F6703D;
}
.TagClassName
{
border-color: #F6703D;
}
</style>