Shades of Burnt Orange #F6733D
Tints of Burnt Orange #F6733D
RGB
CMYK
RGB Variations
Color information
#F6733D (or 0xF6733D) is known color: Burnt Orange. HEX triplet: F6, 73 and 3D. RGB value is (246,115,61). Sum of RGB (Red+Green+Blue) = 246+115+61=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6733D is #098CC2. Grayscale: #949494. Windows color (decimal): -625859 or 4027382. OLE color: 4027382.
HSL color Cylindrical-coordinate representation of color #F6733D: hue angle of 17.51º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6733D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.04 |
| HSL | 17.51º | 0.91% | 0.6% | - |
| HSV(B) | 17.51º | 0.75% | 0.96% | - |
| XYZ | 44.98 | 32.19 | 8.26 | - |
| YUV | 148.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 61 | 0 | 0.53 | 0.75 | 0.04 | 17.51 | 0.91 | 0.6 |
| Hex | F6 | 73 | 3D | 0 | 35 | 4B | 4 | 12 | 5B | 3C |
| Octal | 366 | 163 | 75 | 0 | 65 | 113 | 4 | 22 | 133 | 74 |
| Binary | 11110110 | 1110011 | 111101 | 0 | 110101 | 1001011 | 100 | 10010 | 1011011 | 111100 |
Color Harmonies of #F6733D
Complementary color
Monochromatic Colors of #F6733D
Black with #F6733D
Text Example
Text Example
White with #F6733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6733D; }
p { color: rgb(246,115,61); }
H1.HeaderClassName
{
color: #F6733D;
}
.AnyTagClassName
{
color: #F6733D;
}
</style>
background-color css
<style>
a { background-color: #F6733D; }
a { background-color: rgb(246,115,61); }
div.DivClassName
{
background-color: #F6733D;
}
.BgClassName
{
background-color: #F6733D;
}
</style>
border-color css
<style>
span { border-color: #F6733D; }
span { border-color: rgb(246,115,61); }
td.TdClassName
{
border-color: #F6733D;
}
.TagClassName
{
border-color: #F6733D;
}
</style>