Shades of Burnt Orange #F67043
Tints of Burnt Orange #F67043
RGB
CMYK
RGB Variations
Color information
#F67043 (or 0xF67043) is known color: Burnt Orange. HEX triplet: F6, 70 and 43. RGB value is (246,112,67). Sum of RGB (Red+Green+Blue) = 246+112+67=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F67043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67043 is #098FBC. Grayscale: #939393. Windows color (decimal): -626621 or 4419830. OLE color: 4419830.
HSL color Cylindrical-coordinate representation of color #F67043: hue angle of 15.08º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F67043 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 67 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.04 |
| HSL | 15.08º | 0.91% | 0.61% | - |
| HSV(B) | 15.08º | 0.73% | 0.96% | - |
| XYZ | 44.81 | 31.59 | 9.05 | - |
| YUV | 146.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 67 | 0 | 0.54 | 0.73 | 0.04 | 15.08 | 0.91 | 0.61 |
| Hex | F6 | 70 | 43 | 0 | 36 | 49 | 4 | F | 5B | 3D |
| Octal | 366 | 160 | 103 | 0 | 66 | 111 | 4 | 17 | 133 | 75 |
| Binary | 11110110 | 1110000 | 1000011 | 0 | 110110 | 1001001 | 100 | 1111 | 1011011 | 111101 |
Color Harmonies of #F67043
Complementary color
Monochromatic Colors of #F67043
Black with #F67043
Text Example
Text Example
White with #F67043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67043; }
p { color: rgb(246,112,67); }
H1.HeaderClassName
{
color: #F67043;
}
.AnyTagClassName
{
color: #F67043;
}
</style>
background-color css
<style>
a { background-color: #F67043; }
a { background-color: rgb(246,112,67); }
div.DivClassName
{
background-color: #F67043;
}
.BgClassName
{
background-color: #F67043;
}
</style>
border-color css
<style>
span { border-color: #F67043; }
span { border-color: rgb(246,112,67); }
td.TdClassName
{
border-color: #F67043;
}
.TagClassName
{
border-color: #F67043;
}
</style>