Shades of Burnt Orange #F67131
Tints of Burnt Orange #F67131
RGB
CMYK
RGB Variations
Color information
#F67131 (or 0xF67131) is known color: Burnt Orange. HEX triplet: F6, 71 and 31. RGB value is (246,113,49). Sum of RGB (Red+Green+Blue) = 246+113+49=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F67131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67131 is #098ECE. Grayscale: #919191. Windows color (decimal): -626383 or 3240438. OLE color: 3240438.
HSL color Cylindrical-coordinate representation of color #F67131: hue angle of 19.49º 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 #F67131 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 49 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.04 |
| HSL | 19.49º | 0.92% | 0.58% | - |
| HSV(B) | 19.49º | 0.8% | 0.96% | - |
| XYZ | 44.47 | 31.62 | 6.67 | - |
| YUV | 145.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 49 | 0 | 0.54 | 0.80 | 0.04 | 19.49 | 0.92 | 0.58 |
| Hex | F6 | 71 | 31 | 0 | 36 | 50 | 4 | 13 | 5C | 3A |
| Octal | 366 | 161 | 61 | 0 | 66 | 120 | 4 | 23 | 134 | 72 |
| Binary | 11110110 | 1110001 | 110001 | 0 | 110110 | 1010000 | 100 | 10011 | 1011100 | 111010 |
Color Harmonies of #F67131
Complementary color
Monochromatic Colors of #F67131
Black with #F67131
Text Example
Text Example
White with #F67131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67131; }
p { color: rgb(246,113,49); }
H1.HeaderClassName
{
color: #F67131;
}
.AnyTagClassName
{
color: #F67131;
}
</style>
background-color css
<style>
a { background-color: #F67131; }
a { background-color: rgb(246,113,49); }
div.DivClassName
{
background-color: #F67131;
}
.BgClassName
{
background-color: #F67131;
}
</style>
border-color css
<style>
span { border-color: #F67131; }
span { border-color: rgb(246,113,49); }
td.TdClassName
{
border-color: #F67131;
}
.TagClassName
{
border-color: #F67131;
}
</style>