Shades of Burnt Orange #F6732B
Tints of Burnt Orange #F6732B
RGB
CMYK
RGB Variations
Color information
#F6732B (or 0xF6732B) is known color: Burnt Orange. HEX triplet: F6, 73 and 2B. RGB value is (246,115,43). Sum of RGB (Red+Green+Blue) = 246+115+43=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6732B is #098CD4. Grayscale: #929292. Windows color (decimal): -625877 or 2847734. OLE color: 2847734.
HSL color Cylindrical-coordinate representation of color #F6732B: hue angle of 21.28º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6732B is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 43 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.04 |
| HSL | 21.28º | 0.92% | 0.57% | - |
| HSV(B) | 21.28º | 0.83% | 0.96% | - |
| XYZ | 44.57 | 32.03 | 6.12 | - |
| YUV | 145.96 | 69.9 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 43 | 0 | 0.53 | 0.83 | 0.04 | 21.28 | 0.92 | 0.57 |
| Hex | F6 | 73 | 2B | 0 | 35 | 53 | 4 | 15 | 5C | 39 |
| Octal | 366 | 163 | 53 | 0 | 65 | 123 | 4 | 25 | 134 | 71 |
| Binary | 11110110 | 1110011 | 101011 | 0 | 110101 | 1010011 | 100 | 10101 | 1011100 | 111001 |
Color Harmonies of #F6732B
Complementary color
Monochromatic Colors of #F6732B
Black with #F6732B
Text Example
Text Example
White with #F6732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6732B; }
p { color: rgb(246,115,43); }
H1.HeaderClassName
{
color: #F6732B;
}
.AnyTagClassName
{
color: #F6732B;
}
</style>
background-color css
<style>
a { background-color: #F6732B; }
a { background-color: rgb(246,115,43); }
div.DivClassName
{
background-color: #F6732B;
}
.BgClassName
{
background-color: #F6732B;
}
</style>
border-color css
<style>
span { border-color: #F6732B; }
span { border-color: rgb(246,115,43); }
td.TdClassName
{
border-color: #F6732B;
}
.TagClassName
{
border-color: #F6732B;
}
</style>