Shades of Burnt Orange #F67C3B
Tints of Burnt Orange #F67C3B
RGB
CMYK
RGB Variations
Color information
#F67C3B (or 0xF67C3B) is known color: Burnt Orange. HEX triplet: F6, 7C and 3B. RGB value is (246,124,59). Sum of RGB (Red+Green+Blue) = 246+124+59=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67C3B is #0983C4. Grayscale: #999999. Windows color (decimal): -623557 or 3898614. OLE color: 3898614.
HSL color Cylindrical-coordinate representation of color #F67C3B: hue angle of 20.86º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F67C3B is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 59 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.04 |
| HSL | 20.86º | 0.91% | 0.6% | - |
| HSV(B) | 20.86º | 0.76% | 0.96% | - |
| XYZ | 46 | 34.32 | 8.34 | - |
| YUV | 153.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 59 | 0 | 0.50 | 0.76 | 0.04 | 20.86 | 0.91 | 0.6 |
| Hex | F6 | 7C | 3B | 0 | 32 | 4C | 4 | 15 | 5B | 3C |
| Octal | 366 | 174 | 73 | 0 | 62 | 114 | 4 | 25 | 133 | 74 |
| Binary | 11110110 | 1111100 | 111011 | 0 | 110010 | 1001100 | 100 | 10101 | 1011011 | 111100 |
Color Harmonies of #F67C3B
Complementary color
Monochromatic Colors of #F67C3B
Black with #F67C3B
Text Example
Text Example
White with #F67C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C3B; }
p { color: rgb(246,124,59); }
H1.HeaderClassName
{
color: #F67C3B;
}
.AnyTagClassName
{
color: #F67C3B;
}
</style>
background-color css
<style>
a { background-color: #F67C3B; }
a { background-color: rgb(246,124,59); }
div.DivClassName
{
background-color: #F67C3B;
}
.BgClassName
{
background-color: #F67C3B;
}
</style>
border-color css
<style>
span { border-color: #F67C3B; }
span { border-color: rgb(246,124,59); }
td.TdClassName
{
border-color: #F67C3B;
}
.TagClassName
{
border-color: #F67C3B;
}
</style>