Shades of Burnt Orange #F6713D
Tints of Burnt Orange #F6713D
RGB
CMYK
RGB Variations
Color information
#F6713D (or 0xF6713D) is known color: Burnt Orange. HEX triplet: F6, 71 and 3D. RGB value is (246,113,61). Sum of RGB (Red+Green+Blue) = 246+113+61=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F6713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6713D is #098EC2. Grayscale: #939393. Windows color (decimal): -626371 or 4026870. OLE color: 4026870.
HSL color Cylindrical-coordinate representation of color #F6713D: hue angle of 16.86º 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 #F6713D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 61 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.04 |
| HSL | 16.86º | 0.91% | 0.6% | - |
| HSV(B) | 16.86º | 0.75% | 0.96% | - |
| XYZ | 44.75 | 31.74 | 8.18 | - |
| YUV | 146.84 | 79.56 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 61 | 0 | 0.54 | 0.75 | 0.04 | 16.86 | 0.91 | 0.6 |
| Hex | F6 | 71 | 3D | 0 | 36 | 4B | 4 | 11 | 5B | 3C |
| Octal | 366 | 161 | 75 | 0 | 66 | 113 | 4 | 21 | 133 | 74 |
| Binary | 11110110 | 1110001 | 111101 | 0 | 110110 | 1001011 | 100 | 10001 | 1011011 | 111100 |
Color Harmonies of #F6713D
Complementary color
Monochromatic Colors of #F6713D
Black with #F6713D
Text Example
Text Example
White with #F6713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6713D; }
p { color: rgb(246,113,61); }
H1.HeaderClassName
{
color: #F6713D;
}
.AnyTagClassName
{
color: #F6713D;
}
</style>
background-color css
<style>
a { background-color: #F6713D; }
a { background-color: rgb(246,113,61); }
div.DivClassName
{
background-color: #F6713D;
}
.BgClassName
{
background-color: #F6713D;
}
</style>
border-color css
<style>
span { border-color: #F6713D; }
span { border-color: rgb(246,113,61); }
td.TdClassName
{
border-color: #F6713D;
}
.TagClassName
{
border-color: #F6713D;
}
</style>