Shades of Burnt Orange #F67341
Tints of Burnt Orange #F67341
RGB
CMYK
RGB Variations
Color information
#F67341 (or 0xF67341) is known color: Burnt Orange. HEX triplet: F6, 73 and 41. RGB value is (246,115,65). Sum of RGB (Red+Green+Blue) = 246+115+65=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F67341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67341 is #098CBE. Grayscale: #949494. Windows color (decimal): -625855 or 4289526. OLE color: 4289526.
HSL color Cylindrical-coordinate representation of color #F67341: hue angle of 16.57º 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 #F67341 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 65 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.04 |
| HSL | 16.57º | 0.91% | 0.61% | - |
| HSV(B) | 16.57º | 0.74% | 0.96% | - |
| XYZ | 45.09 | 32.24 | 8.85 | - |
| YUV | 148.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 65 | 0 | 0.53 | 0.74 | 0.04 | 16.57 | 0.91 | 0.61 |
| Hex | F6 | 73 | 41 | 0 | 35 | 4A | 4 | 11 | 5B | 3D |
| Octal | 366 | 163 | 101 | 0 | 65 | 112 | 4 | 21 | 133 | 75 |
| Binary | 11110110 | 1110011 | 1000001 | 0 | 110101 | 1001010 | 100 | 10001 | 1011011 | 111101 |
Color Harmonies of #F67341
Complementary color
Monochromatic Colors of #F67341
Black with #F67341
Text Example
Text Example
White with #F67341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67341; }
p { color: rgb(246,115,65); }
H1.HeaderClassName
{
color: #F67341;
}
.AnyTagClassName
{
color: #F67341;
}
</style>
background-color css
<style>
a { background-color: #F67341; }
a { background-color: rgb(246,115,65); }
div.DivClassName
{
background-color: #F67341;
}
.BgClassName
{
background-color: #F67341;
}
</style>
border-color css
<style>
span { border-color: #F67341; }
span { border-color: rgb(246,115,65); }
td.TdClassName
{
border-color: #F67341;
}
.TagClassName
{
border-color: #F67341;
}
</style>