What color is Bright Yellow?
Bright yellow is a strong, warm yellow with a clear, sunlit tone, hex #FFED29, similar to the color of a ripe sunflower petal. It has a slight green lean that keeps it from looking golden or pale.
What is the meaning of the color Bright Yellow?
Yellow pigments in ancient Egypt were made from orpiment, a mineral mined along the Nile and used in tomb paintings as early as 3000 BCE. By the 18th century, bright yellow dyes had become a marker of visibility in trade and transport, appearing on postal coaches in Britain to signal official routes. In 1867, the International Exhibition in Paris helped standardize bright yellows as a category distinct from gold and ochre, separating decorative from signal uses. The construction and safety industry adopted high-visibility yellow formally in the 1960s, and Caterpillar Inc. has used a version of bright yellow as its brand color since the 1930s.
What colors go with Bright Yellow?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFED29 |
color: #FFED29;
|
| RGB | 255, 237, 41 |
color: rgb(255, 237, 41);
|
| RGB Percentage | 100%, 93%, 16% |
color: rgb(100%, 93%, 16%);
|
| CMYK | 0%, 7%, 84%, 0% | Not supported in CSS |
| HSL | 55°, 100%, 58% |
color: hsl(55, 100%, 58%);
|
| HSV | 55°, 84%, 100% | Not supported in CSS |
| CIE-LAB | 46, 4, 65 |
color: lab(46% 4 65);
|
| Decimal | 16772393 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.bright-yellow {
color: #FFED29;
}
$bright-yellow: #FFED29;
rgb(255, 237, 41)