Shades of Burnt Orange #F67D31
Tints of Burnt Orange #F67D31
RGB
CMYK
RGB Variations
Color information
#F67D31 (or 0xF67D31) is known color: Burnt Orange. HEX triplet: F6, 7D and 31. RGB value is (246,125,49). Sum of RGB (Red+Green+Blue) = 246+125+49=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D31 is #0982CE. Grayscale: #989898. Windows color (decimal): -623311 or 3243510. OLE color: 3243510.
HSL color Cylindrical-coordinate representation of color #F67D31: hue angle of 23.15º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F67D31 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 49 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.04 |
| HSL | 23.15º | 0.92% | 0.58% | - |
| HSV(B) | 23.15º | 0.8% | 0.96% | - |
| XYZ | 45.89 | 34.48 | 7.14 | - |
| YUV | 152.52 | 69.59 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 49 | 0 | 0.49 | 0.80 | 0.04 | 23.15 | 0.92 | 0.58 |
| Hex | F6 | 7D | 31 | 0 | 31 | 50 | 4 | 17 | 5C | 3A |
| Octal | 366 | 175 | 61 | 0 | 61 | 120 | 4 | 27 | 134 | 72 |
| Binary | 11110110 | 1111101 | 110001 | 0 | 110001 | 1010000 | 100 | 10111 | 1011100 | 111010 |
Color Harmonies of #F67D31
Complementary color
Monochromatic Colors of #F67D31
Black with #F67D31
Text Example
Text Example
White with #F67D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D31; }
p { color: rgb(246,125,49); }
H1.HeaderClassName
{
color: #F67D31;
}
.AnyTagClassName
{
color: #F67D31;
}
</style>
background-color css
<style>
a { background-color: #F67D31; }
a { background-color: rgb(246,125,49); }
div.DivClassName
{
background-color: #F67D31;
}
.BgClassName
{
background-color: #F67D31;
}
</style>
border-color css
<style>
span { border-color: #F67D31; }
span { border-color: rgb(246,125,49); }
td.TdClassName
{
border-color: #F67D31;
}
.TagClassName
{
border-color: #F67D31;
}
</style>