Shades of Burnt Orange #F67141
Tints of Burnt Orange #F67141
RGB
CMYK
RGB Variations
Color information
#F67141 (or 0xF67141) is known color: Burnt Orange. HEX triplet: F6, 71 and 41. RGB value is (246,113,65). Sum of RGB (Red+Green+Blue) = 246+113+65=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F67141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67141 is #098EBE. Grayscale: #939393. Windows color (decimal): -626367 or 4289014. OLE color: 4289014.
HSL color Cylindrical-coordinate representation of color #F67141: hue angle of 15.91º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F67141 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 65 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.04 |
| HSL | 15.91º | 0.91% | 0.61% | - |
| HSV(B) | 15.91º | 0.74% | 0.96% | - |
| XYZ | 44.87 | 31.78 | 8.77 | - |
| YUV | 147.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 65 | 0 | 0.54 | 0.74 | 0.04 | 15.91 | 0.91 | 0.61 |
| Hex | F6 | 71 | 41 | 0 | 36 | 4A | 4 | 10 | 5B | 3D |
| Octal | 366 | 161 | 101 | 0 | 66 | 112 | 4 | 20 | 133 | 75 |
| Binary | 11110110 | 1110001 | 1000001 | 0 | 110110 | 1001010 | 100 | 10000 | 1011011 | 111101 |
Color Harmonies of #F67141
Complementary color
Monochromatic Colors of #F67141
Black with #F67141
Text Example
Text Example
White with #F67141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67141; }
p { color: rgb(246,113,65); }
H1.HeaderClassName
{
color: #F67141;
}
.AnyTagClassName
{
color: #F67141;
}
</style>
background-color css
<style>
a { background-color: #F67141; }
a { background-color: rgb(246,113,65); }
div.DivClassName
{
background-color: #F67141;
}
.BgClassName
{
background-color: #F67141;
}
</style>
border-color css
<style>
span { border-color: #F67141; }
span { border-color: rgb(246,113,65); }
td.TdClassName
{
border-color: #F67141;
}
.TagClassName
{
border-color: #F67141;
}
</style>