Shades of Burnt Orange #F67C38
Tints of Burnt Orange #F67C38
RGB
CMYK
RGB Variations
Color information
#F67C38 (or 0xF67C38) is known color: Burnt Orange. HEX triplet: F6, 7C and 38. RGB value is (246,124,56). Sum of RGB (Red+Green+Blue) = 246+124+56=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67C38 is #0983C7. Grayscale: #999999. Windows color (decimal): -623560 or 3702006. OLE color: 3702006.
HSL color Cylindrical-coordinate representation of color #F67C38: hue angle of 21.47º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F67C38 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 56 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.04 |
| HSL | 21.47º | 0.91% | 0.59% | - |
| HSV(B) | 21.47º | 0.77% | 0.96% | - |
| XYZ | 45.93 | 34.29 | 7.94 | - |
| YUV | 152.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 56 | 0 | 0.50 | 0.77 | 0.04 | 21.47 | 0.91 | 0.59 |
| Hex | F6 | 7C | 38 | 0 | 32 | 4D | 4 | 15 | 5B | 3B |
| Octal | 366 | 174 | 70 | 0 | 62 | 115 | 4 | 25 | 133 | 73 |
| Binary | 11110110 | 1111100 | 111000 | 0 | 110010 | 1001101 | 100 | 10101 | 1011011 | 111011 |
Color Harmonies of #F67C38
Complementary color
Monochromatic Colors of #F67C38
Black with #F67C38
Text Example
Text Example
White with #F67C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C38; }
p { color: rgb(246,124,56); }
H1.HeaderClassName
{
color: #F67C38;
}
.AnyTagClassName
{
color: #F67C38;
}
</style>
background-color css
<style>
a { background-color: #F67C38; }
a { background-color: rgb(246,124,56); }
div.DivClassName
{
background-color: #F67C38;
}
.BgClassName
{
background-color: #F67C38;
}
</style>
border-color css
<style>
span { border-color: #F67C38; }
span { border-color: rgb(246,124,56); }
td.TdClassName
{
border-color: #F67C38;
}
.TagClassName
{
border-color: #F67C38;
}
</style>