Shades of Burnt Orange #F67C2E
Tints of Burnt Orange #F67C2E
RGB
CMYK
RGB Variations
Color information
#F67C2E (or 0xF67C2E) is known color: Burnt Orange. HEX triplet: F6, 7C and 2E. RGB value is (246,124,46). Sum of RGB (Red+Green+Blue) = 246+124+46=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67C2E is #0983D1. Grayscale: #989898. Windows color (decimal): -623570 or 3046646. OLE color: 3046646.
HSL color Cylindrical-coordinate representation of color #F67C2E: hue angle of 23.4º 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 #F67C2E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 46 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.04 |
| HSL | 23.4º | 0.92% | 0.57% | - |
| HSV(B) | 23.4º | 0.81% | 0.96% | - |
| XYZ | 45.71 | 34.21 | 6.78 | - |
| YUV | 151.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 46 | 0 | 0.50 | 0.81 | 0.04 | 23.4 | 0.92 | 0.57 |
| Hex | F6 | 7C | 2E | 0 | 32 | 51 | 4 | 17 | 5C | 39 |
| Octal | 366 | 174 | 56 | 0 | 62 | 121 | 4 | 27 | 134 | 71 |
| Binary | 11110110 | 1111100 | 101110 | 0 | 110010 | 1010001 | 100 | 10111 | 1011100 | 111001 |
Color Harmonies of #F67C2E
Complementary color
Monochromatic Colors of #F67C2E
Black with #F67C2E
Text Example
Text Example
White with #F67C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C2E; }
p { color: rgb(246,124,46); }
H1.HeaderClassName
{
color: #F67C2E;
}
.AnyTagClassName
{
color: #F67C2E;
}
</style>
background-color css
<style>
a { background-color: #F67C2E; }
a { background-color: rgb(246,124,46); }
div.DivClassName
{
background-color: #F67C2E;
}
.BgClassName
{
background-color: #F67C2E;
}
</style>
border-color css
<style>
span { border-color: #F67C2E; }
span { border-color: rgb(246,124,46); }
td.TdClassName
{
border-color: #F67C2E;
}
.TagClassName
{
border-color: #F67C2E;
}
</style>