Shades of Burnt Orange #F6743D
Tints of Burnt Orange #F6743D
RGB
CMYK
RGB Variations
Color information
#F6743D (or 0xF6743D) is known color: Burnt Orange. HEX triplet: F6, 74 and 3D. RGB value is (246,116,61). Sum of RGB (Red+Green+Blue) = 246+116+61=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6743D is #098BC2. Grayscale: #949494. Windows color (decimal): -625603 or 4027638. OLE color: 4027638.
HSL color Cylindrical-coordinate representation of color #F6743D: hue angle of 17.84º 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 #F6743D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.04 |
| HSL | 17.84º | 0.91% | 0.6% | - |
| HSV(B) | 17.84º | 0.75% | 0.96% | - |
| XYZ | 45.09 | 32.42 | 8.3 | - |
| YUV | 148.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 61 | 0 | 0.53 | 0.75 | 0.04 | 17.84 | 0.91 | 0.6 |
| Hex | F6 | 74 | 3D | 0 | 35 | 4B | 4 | 12 | 5B | 3C |
| Octal | 366 | 164 | 75 | 0 | 65 | 113 | 4 | 22 | 133 | 74 |
| Binary | 11110110 | 1110100 | 111101 | 0 | 110101 | 1001011 | 100 | 10010 | 1011011 | 111100 |
Color Harmonies of #F6743D
Complementary color
Monochromatic Colors of #F6743D
Black with #F6743D
Text Example
Text Example
White with #F6743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6743D; }
p { color: rgb(246,116,61); }
H1.HeaderClassName
{
color: #F6743D;
}
.AnyTagClassName
{
color: #F6743D;
}
</style>
background-color css
<style>
a { background-color: #F6743D; }
a { background-color: rgb(246,116,61); }
div.DivClassName
{
background-color: #F6743D;
}
.BgClassName
{
background-color: #F6743D;
}
</style>
border-color css
<style>
span { border-color: #F6743D; }
span { border-color: rgb(246,116,61); }
td.TdClassName
{
border-color: #F6743D;
}
.TagClassName
{
border-color: #F6743D;
}
</style>