Shades of Burnt Orange #F6732A
Tints of Burnt Orange #F6732A
RGB
CMYK
RGB Variations
Color information
#F6732A (or 0xF6732A) is known color: Burnt Orange. HEX triplet: F6, 73 and 2A. RGB value is (246,115,42). Sum of RGB (Red+Green+Blue) = 246+115+42=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6732A is #098CD5. Grayscale: #929292. Windows color (decimal): -625878 or 2782198. OLE color: 2782198.
HSL color Cylindrical-coordinate representation of color #F6732A: hue angle of 21.47º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6732A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 42 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.04 |
| HSL | 21.47º | 0.92% | 0.56% | - |
| HSV(B) | 21.47º | 0.83% | 0.96% | - |
| XYZ | 44.55 | 32.02 | 6.02 | - |
| YUV | 145.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 42 | 0 | 0.53 | 0.83 | 0.04 | 21.47 | 0.92 | 0.56 |
| Hex | F6 | 73 | 2A | 0 | 35 | 53 | 4 | 15 | 5C | 38 |
| Octal | 366 | 163 | 52 | 0 | 65 | 123 | 4 | 25 | 134 | 70 |
| Binary | 11110110 | 1110011 | 101010 | 0 | 110101 | 1010011 | 100 | 10101 | 1011100 | 111000 |
Color Harmonies of #F6732A
Complementary color
Monochromatic Colors of #F6732A
Black with #F6732A
Text Example
Text Example
White with #F6732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6732A; }
p { color: rgb(246,115,42); }
H1.HeaderClassName
{
color: #F6732A;
}
.AnyTagClassName
{
color: #F6732A;
}
</style>
background-color css
<style>
a { background-color: #F6732A; }
a { background-color: rgb(246,115,42); }
div.DivClassName
{
background-color: #F6732A;
}
.BgClassName
{
background-color: #F6732A;
}
</style>
border-color css
<style>
span { border-color: #F6732A; }
span { border-color: rgb(246,115,42); }
td.TdClassName
{
border-color: #F6732A;
}
.TagClassName
{
border-color: #F6732A;
}
</style>