Skip to contents

princeton_2 provides the two basic colors of Princeton University, NJ, USA, for use on black backgrounds.

Usage

princeton_2

Format

An object of class character of length 3.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

Note that Wikipedia: Shades of orange defines princeton_2[1] as "Princeton orange".

The color "black" was added to enable symmetrical color gradients.

Author

unicol, 2022-11-28.

Examples

princeton_2
#> Princeton orange (on black)                       black 
#>                   "#F58025"                     "black" 
#>                       white 
#>                     "white" 
opar <- par(no.readonly = TRUE)
par(bg = "black", col.main = "white", col = "grey")
unikn::seecol(princeton_2, col_brd = "grey", lwd = 1.5, 
              main = "Colors of Princeton (on black backgrounds)")

unikn::demopal(princeton_2, type = 3, main = "Colors of Princeton University")

par(opar)