Shades of Burnt Orange #F6752E
Tints of Burnt Orange #F6752E
RGB
CMYK
RGB Variations
Color information
#F6752E (or 0xF6752E) is known color: Burnt Orange. HEX triplet: F6, 75 and 2E. RGB value is (246,117,46). Sum of RGB (Red+Green+Blue) = 246+117+46=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6752E is #098AD1. Grayscale: #939393. Windows color (decimal): -625362 or 3044854. OLE color: 3044854.
HSL color Cylindrical-coordinate representation of color #F6752E: hue angle of 21.3º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6752E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.04 |
| HSL | 21.3º | 0.92% | 0.57% | - |
| HSV(B) | 21.3º | 0.81% | 0.96% | - |
| XYZ | 44.86 | 32.51 | 6.5 | - |
| YUV | 147.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 46 | 0 | 0.52 | 0.81 | 0.04 | 21.3 | 0.92 | 0.57 |
| Hex | F6 | 75 | 2E | 0 | 34 | 51 | 4 | 15 | 5C | 39 |
| Octal | 366 | 165 | 56 | 0 | 64 | 121 | 4 | 25 | 134 | 71 |
| Binary | 11110110 | 1110101 | 101110 | 0 | 110100 | 1010001 | 100 | 10101 | 1011100 | 111001 |
Color Harmonies of #F6752E
Complementary color
Monochromatic Colors of #F6752E
Black with #F6752E
Text Example
Text Example
White with #F6752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6752E; }
p { color: rgb(246,117,46); }
H1.HeaderClassName
{
color: #F6752E;
}
.AnyTagClassName
{
color: #F6752E;
}
</style>
background-color css
<style>
a { background-color: #F6752E; }
a { background-color: rgb(246,117,46); }
div.DivClassName
{
background-color: #F6752E;
}
.BgClassName
{
background-color: #F6752E;
}
</style>
border-color css
<style>
span { border-color: #F6752E; }
span { border-color: rgb(246,117,46); }
td.TdClassName
{
border-color: #F6752E;
}
.TagClassName
{
border-color: #F6752E;
}
</style>