-
See Also
- Orange
- StandardOrange
- LightOrange
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
represents a dark orange color in graphics or style specifications.
DarkOrange
represents a dark orange color in graphics or style specifications.
Details
- DarkOrange is equivalent to RGBColor[0.5,0.27,0.05].
Examples
open all close allBasic Examples (3)
Graphics[{DarkOrange, EdgeForm[Black], Disk[]}]Make a plot with dark orange plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkOrange]Display a grid of numbers with dark orange background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkOrange, BaseStyle -> White]Possible Issues (1)
In light mode, the default tick and axes colors make them hard to read with a DarkOrange background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkOrange]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkOrange]]StandardOrange contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardOrange];
{LightModePane[g], DarkModePane[g]}See Also
Orange StandardOrange LightOrange ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkOrange, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkOrange.html.
CMS
Wolfram Language. 2025. "DarkOrange." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkOrange.html.
APA
Wolfram Language. (2025). DarkOrange. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkOrange.html
BibTeX
@misc{reference.wolfram_2026_darkorange, author="Wolfram Research", title="{DarkOrange}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkOrange.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkorange, organization={Wolfram Research}, title={DarkOrange}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkOrange.html}, note=[Accessed: 12-June-2026]}