Shades of Burnt Orange #F6722D
Tints of Burnt Orange #F6722D
RGB
CMYK
RGB Variations
Color information
#F6722D (or 0xF6722D) is known color: Burnt Orange. HEX triplet: F6, 72 and 2D. RGB value is (246,114,45). Sum of RGB (Red+Green+Blue) = 246+114+45=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F6722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6722D is #098DD2. Grayscale: #929292. Windows color (decimal): -626131 or 2978550. OLE color: 2978550.
HSL color Cylindrical-coordinate representation of color #F6722D: hue angle of 20.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6722D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.04 |
| HSL | 20.6º | 0.92% | 0.57% | - |
| HSV(B) | 20.6º | 0.82% | 0.96% | - |
| XYZ | 44.5 | 31.82 | 6.28 | - |
| YUV | 145.6 | 71.23 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 45 | 0 | 0.54 | 0.82 | 0.04 | 20.6 | 0.92 | 0.57 |
| Hex | F6 | 72 | 2D | 0 | 36 | 52 | 4 | 15 | 5C | 39 |
| Octal | 366 | 162 | 55 | 0 | 66 | 122 | 4 | 25 | 134 | 71 |
| Binary | 11110110 | 1110010 | 101101 | 0 | 110110 | 1010010 | 100 | 10101 | 1011100 | 111001 |
Color Harmonies of #F6722D
Complementary color
Monochromatic Colors of #F6722D
Black with #F6722D
Text Example
Text Example
White with #F6722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6722D; }
p { color: rgb(246,114,45); }
H1.HeaderClassName
{
color: #F6722D;
}
.AnyTagClassName
{
color: #F6722D;
}
</style>
background-color css
<style>
a { background-color: #F6722D; }
a { background-color: rgb(246,114,45); }
div.DivClassName
{
background-color: #F6722D;
}
.BgClassName
{
background-color: #F6722D;
}
</style>
border-color css
<style>
span { border-color: #F6722D; }
span { border-color: rgb(246,114,45); }
td.TdClassName
{
border-color: #F6722D;
}
.TagClassName
{
border-color: #F6722D;
}
</style>