Shades of Burnt Orange #F7713D
Tints of Burnt Orange #F7713D
RGB
CMYK
RGB Variations
Color information
#F7713D (or 0xF7713D) is known color: Burnt Orange. HEX triplet: F7, 71 and 3D. RGB value is (247,113,61). Sum of RGB (Red+Green+Blue) = 247+113+61=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F7713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7713D is #088EC2. Grayscale: #939393. Windows color (decimal): -560835 or 4026871. OLE color: 4026871.
HSL color Cylindrical-coordinate representation of color #F7713D: hue angle of 16.77º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7713D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 61 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.03 |
| HSL | 16.77º | 0.92% | 0.6% | - |
| HSV(B) | 16.77º | 0.75% | 0.97% | - |
| XYZ | 45.11 | 31.92 | 8.2 | - |
| YUV | 147.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 61 | 0 | 0.54 | 0.75 | 0.03 | 16.77 | 0.92 | 0.6 |
| Hex | F7 | 71 | 3D | 0 | 36 | 4B | 3 | 11 | 5C | 3C |
| Octal | 367 | 161 | 75 | 0 | 66 | 113 | 3 | 21 | 134 | 74 |
| Binary | 11110111 | 1110001 | 111101 | 0 | 110110 | 1001011 | 11 | 10001 | 1011100 | 111100 |
Color Harmonies of #F7713D
Complementary color
Monochromatic Colors of #F7713D
Black with #F7713D
Text Example
Text Example
White with #F7713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7713D; }
p { color: rgb(247,113,61); }
H1.HeaderClassName
{
color: #F7713D;
}
.AnyTagClassName
{
color: #F7713D;
}
</style>
background-color css
<style>
a { background-color: #F7713D; }
a { background-color: rgb(247,113,61); }
div.DivClassName
{
background-color: #F7713D;
}
.BgClassName
{
background-color: #F7713D;
}
</style>
border-color css
<style>
span { border-color: #F7713D; }
span { border-color: rgb(247,113,61); }
td.TdClassName
{
border-color: #F7713D;
}
.TagClassName
{
border-color: #F7713D;
}
</style>