Shades of Burnt Orange #F6722C
Tints of Burnt Orange #F6722C
RGB
CMYK
RGB Variations
Color information
#F6722C (or 0xF6722C) is known color: Burnt Orange. HEX triplet: F6, 72 and 2C. RGB value is (246,114,44). Sum of RGB (Red+Green+Blue) = 246+114+44=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6722C is #098DD3. Grayscale: #919191. Windows color (decimal): -626132 or 2913014. OLE color: 2913014.
HSL color Cylindrical-coordinate representation of color #F6722C: hue angle of 20.79º 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 #F6722C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 44 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.04 |
| HSL | 20.79º | 0.92% | 0.57% | - |
| HSV(B) | 20.79º | 0.82% | 0.96% | - |
| XYZ | 44.48 | 31.81 | 6.18 | - |
| YUV | 145.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 44 | 0 | 0.54 | 0.82 | 0.04 | 20.79 | 0.92 | 0.57 |
| Hex | F6 | 72 | 2C | 0 | 36 | 52 | 4 | 15 | 5C | 39 |
| Octal | 366 | 162 | 54 | 0 | 66 | 122 | 4 | 25 | 134 | 71 |
| Binary | 11110110 | 1110010 | 101100 | 0 | 110110 | 1010010 | 100 | 10101 | 1011100 | 111001 |
Color Harmonies of #F6722C
Complementary color
Monochromatic Colors of #F6722C
Black with #F6722C
Text Example
Text Example
White with #F6722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6722C; }
p { color: rgb(246,114,44); }
H1.HeaderClassName
{
color: #F6722C;
}
.AnyTagClassName
{
color: #F6722C;
}
</style>
background-color css
<style>
a { background-color: #F6722C; }
a { background-color: rgb(246,114,44); }
div.DivClassName
{
background-color: #F6722C;
}
.BgClassName
{
background-color: #F6722C;
}
</style>
border-color css
<style>
span { border-color: #F6722C; }
span { border-color: rgb(246,114,44); }
td.TdClassName
{
border-color: #F6722C;
}
.TagClassName
{
border-color: #F6722C;
}
</style>