represents the color orange in graphics or style specifications.


Orange
represents the color orange in graphics or style specifications.
Details

- Orange is a pure orange color equivalent to RGBColor[1,0.5,0].
- For improved visual aesthetics, consider using the curated orange color StandardOrange.
Background & Context
- Orange is a symbol that represents the color orange in graphics or style specifications. Color specifications in the Wolfram Language can appear explicitly inside a Graphics or Graphics3D expression (e.g. Graphics[{Orange,Disk[]}]), in which case they affect all subsequent expressions until another specification overrides them. They can also be used as part of an option specification, either singly (e.g. Plot[Sin[x],{x,0,2Pi},PlotStyle->Orange]) or as part of a Directive compound expression (e.g. Plot[Cos[x],{x,0,2Pi},PlotStyle->Directive[Thick,Orange]]). Finally, they can appear inside Style wrappers that affect the appearance of text, equations, and notebook cells (e.g. Style["hello",Orange]).
- Orange is a color located at the midpoint of one of the edges of the RGB color cube and evaluates to RGBColor[1,0.5,0].
- Named symbols for other colors include Red, Green, Blue, Black, White, Gray, Cyan, Magenta, Yellow, Brown, Pink, and Purple, as well as their LightRed etc. variants. Arbitrary colors can be input using Hue, RGBColor, CMYKColor, LABColor, LUVColor, or XYZColor. Colors can be modified using Lighter, Darker, and Blend. Colors may be converted between different systems using ColorConvert. The appearance of colors appearing in Graphics3D objects may be controlled using Glow, Specularity, and Lighting. The transparency of colored graphics objectives can be specified using Opacity. ColorData can be used to give a function that generates colors in a named color scheme.
Examples
Basic Examples (1)
See Also
StandardOrange LightOrange DarkOrange ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Introduced in 2004 (5.1) | Updated in 2025 (14.3)
Text
Wolfram Research (2004), Orange, Wolfram Language function, https://reference.wolfram.com/language/ref/Orange.html (updated 2025).
CMS
Wolfram Language. 2004. "Orange." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/Orange.html.
APA
Wolfram Language. (2004). Orange. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Orange.html
BibTeX
@misc{reference.wolfram_2025_orange, author="Wolfram Research", title="{Orange}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/Orange.html}", note=[Accessed: 04-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_orange, organization={Wolfram Research}, title={Orange}, year={2025}, url={https://reference.wolfram.com/language/ref/Orange.html}, note=[Accessed: 04-August-2025]}