Shades of Burnt Orange #F67A2E
Tints of Burnt Orange #F67A2E
RGB
CMYK
RGB Variations
Color information
#F67A2E (or 0xF67A2E) is known color: Burnt Orange. HEX triplet: F6, 7A and 2E. RGB value is (246,122,46). Sum of RGB (Red+Green+Blue) = 246+122+46=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67A2E is #0985D1. Grayscale: #969696. Windows color (decimal): -624082 or 3046134. OLE color: 3046134.
HSL color Cylindrical-coordinate representation of color #F67A2E: hue angle of 22.8º 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 #F67A2E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 46 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.04 |
| HSL | 22.8º | 0.92% | 0.57% | - |
| HSV(B) | 22.8º | 0.81% | 0.96% | - |
| XYZ | 45.46 | 33.71 | 6.7 | - |
| YUV | 150.41 | 69.08 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 46 | 0 | 0.50 | 0.81 | 0.04 | 22.8 | 0.92 | 0.57 |
| Hex | F6 | 7A | 2E | 0 | 32 | 51 | 4 | 17 | 5C | 39 |
| Octal | 366 | 172 | 56 | 0 | 62 | 121 | 4 | 27 | 134 | 71 |
| Binary | 11110110 | 1111010 | 101110 | 0 | 110010 | 1010001 | 100 | 10111 | 1011100 | 111001 |
Color Harmonies of #F67A2E
Complementary color
Monochromatic Colors of #F67A2E
Black with #F67A2E
Text Example
Text Example
White with #F67A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A2E; }
p { color: rgb(246,122,46); }
H1.HeaderClassName
{
color: #F67A2E;
}
.AnyTagClassName
{
color: #F67A2E;
}
</style>
background-color css
<style>
a { background-color: #F67A2E; }
a { background-color: rgb(246,122,46); }
div.DivClassName
{
background-color: #F67A2E;
}
.BgClassName
{
background-color: #F67A2E;
}
</style>
border-color css
<style>
span { border-color: #F67A2E; }
span { border-color: rgb(246,122,46); }
td.TdClassName
{
border-color: #F67A2E;
}
.TagClassName
{
border-color: #F67A2E;
}
</style>