Shades of Burnt Orange #F67841
Tints of Burnt Orange #F67841
RGB
CMYK
RGB Variations
Color information
#F67841 (or 0xF67841) is known color: Burnt Orange. HEX triplet: F6, 78 and 41. RGB value is (246,120,65). Sum of RGB (Red+Green+Blue) = 246+120+65=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F67841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67841 is #0987BE. Grayscale: #979797. Windows color (decimal): -624575 or 4290806. OLE color: 4290806.
HSL color Cylindrical-coordinate representation of color #F67841: hue angle of 18.23º 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 #F67841 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 65 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.04 |
| HSL | 18.23º | 0.91% | 0.61% | - |
| HSV(B) | 18.23º | 0.74% | 0.96% | - |
| XYZ | 45.68 | 33.41 | 9.04 | - |
| YUV | 151.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 65 | 0 | 0.51 | 0.74 | 0.04 | 18.23 | 0.91 | 0.61 |
| Hex | F6 | 78 | 41 | 0 | 33 | 4A | 4 | 12 | 5B | 3D |
| Octal | 366 | 170 | 101 | 0 | 63 | 112 | 4 | 22 | 133 | 75 |
| Binary | 11110110 | 1111000 | 1000001 | 0 | 110011 | 1001010 | 100 | 10010 | 1011011 | 111101 |
Color Harmonies of #F67841
Complementary color
Monochromatic Colors of #F67841
Black with #F67841
Text Example
Text Example
White with #F67841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67841; }
p { color: rgb(246,120,65); }
H1.HeaderClassName
{
color: #F67841;
}
.AnyTagClassName
{
color: #F67841;
}
</style>
background-color css
<style>
a { background-color: #F67841; }
a { background-color: rgb(246,120,65); }
div.DivClassName
{
background-color: #F67841;
}
.BgClassName
{
background-color: #F67841;
}
</style>
border-color css
<style>
span { border-color: #F67841; }
span { border-color: rgb(246,120,65); }
td.TdClassName
{
border-color: #F67841;
}
.TagClassName
{
border-color: #F67841;
}
</style>