Shades of Burnt Orange #F6713B
Tints of Burnt Orange #F6713B
RGB
CMYK
RGB Variations
Color information
#F6713B (or 0xF6713B) is known color: Burnt Orange. HEX triplet: F6, 71 and 3B. RGB value is (246,113,59). Sum of RGB (Red+Green+Blue) = 246+113+59=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6713B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6713B is #098EC4. Grayscale: #929292. Windows color (decimal): -626373 or 3895798. OLE color: 3895798.
HSL color Cylindrical-coordinate representation of color #F6713B: hue angle of 17.33º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6713B is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 59 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.04 |
| HSL | 17.33º | 0.91% | 0.6% | - |
| HSV(B) | 17.33º | 0.76% | 0.96% | - |
| XYZ | 44.7 | 31.72 | 7.9 | - |
| YUV | 146.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 59 | 0 | 0.54 | 0.76 | 0.04 | 17.33 | 0.91 | 0.6 |
| Hex | F6 | 71 | 3B | 0 | 36 | 4C | 4 | 11 | 5B | 3C |
| Octal | 366 | 161 | 73 | 0 | 66 | 114 | 4 | 21 | 133 | 74 |
| Binary | 11110110 | 1110001 | 111011 | 0 | 110110 | 1001100 | 100 | 10001 | 1011011 | 111100 |
Color Harmonies of #F6713B
Complementary color
Monochromatic Colors of #F6713B
Black with #F6713B
Text Example
Text Example
White with #F6713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6713B; }
p { color: rgb(246,113,59); }
H1.HeaderClassName
{
color: #F6713B;
}
.AnyTagClassName
{
color: #F6713B;
}
</style>
background-color css
<style>
a { background-color: #F6713B; }
a { background-color: rgb(246,113,59); }
div.DivClassName
{
background-color: #F6713B;
}
.BgClassName
{
background-color: #F6713B;
}
</style>
border-color css
<style>
span { border-color: #F6713B; }
span { border-color: rgb(246,113,59); }
td.TdClassName
{
border-color: #F6713B;
}
.TagClassName
{
border-color: #F6713B;
}
</style>