Shades of Burnt Orange #F67140
Tints of Burnt Orange #F67140
RGB
CMYK
RGB Variations
Color information
#F67140 (or 0xF67140) is known color: Burnt Orange. HEX triplet: F6, 71 and 40. RGB value is (246,113,64). Sum of RGB (Red+Green+Blue) = 246+113+64=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F67140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67140 is #098EBF. Grayscale: #939393. Windows color (decimal): -626368 or 4223478. OLE color: 4223478.
HSL color Cylindrical-coordinate representation of color #F67140: hue angle of 16.15º 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 #F67140 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 64 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.04 |
| HSL | 16.15º | 0.91% | 0.61% | - |
| HSV(B) | 16.15º | 0.74% | 0.96% | - |
| XYZ | 44.84 | 31.77 | 8.62 | - |
| YUV | 147.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 64 | 0 | 0.54 | 0.74 | 0.04 | 16.15 | 0.91 | 0.61 |
| Hex | F6 | 71 | 40 | 0 | 36 | 4A | 4 | 10 | 5B | 3D |
| Octal | 366 | 161 | 100 | 0 | 66 | 112 | 4 | 20 | 133 | 75 |
| Binary | 11110110 | 1110001 | 1000000 | 0 | 110110 | 1001010 | 100 | 10000 | 1011011 | 111101 |
Color Harmonies of #F67140
Complementary color
Monochromatic Colors of #F67140
Black with #F67140
Text Example
Text Example
White with #F67140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67140; }
p { color: rgb(246,113,64); }
H1.HeaderClassName
{
color: #F67140;
}
.AnyTagClassName
{
color: #F67140;
}
</style>
background-color css
<style>
a { background-color: #F67140; }
a { background-color: rgb(246,113,64); }
div.DivClassName
{
background-color: #F67140;
}
.BgClassName
{
background-color: #F67140;
}
</style>
border-color css
<style>
span { border-color: #F67140; }
span { border-color: rgb(246,113,64); }
td.TdClassName
{
border-color: #F67140;
}
.TagClassName
{
border-color: #F67140;
}
</style>