What is the Off-White yellow hex code?
Off-White’s industrial yellow is pure #ffff00, paired with black diagonals and the trademark quotation marks.
Why is Off-White yellow and black?
Virgil Abloh appropriated construction/hazard aesthetics — caution yellow, warning stripes — to interrogate luxury through irony. The ordinariness of the color IS the concept.
What was the Off-White x DHL collab?
A 2018 collection turning DHL’s literal courier branding (its #ffcc00) into fashion — industrial signifiers as high-fashion commentary.
What color is #ffff00?
#ffff00 is a balanced electric yellow — the CSS keyword Yellow. It sits at 60° on the hue wheel with 100% saturation and 50% lightness, which reads as warm.
What is the RGB value of #ffff00?
rgb(255, 255, 0) — 255 red, 255 green and 0 blue out of 255, or 100% / 100% / 0% by channel.
What is #ffff00 in HSL and HSV?
hsl(60, 100%, 50%) and hsv(60, 100%, 100%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #ffff00 a light or a dark color?
It is a light color. Relative luminance is 0.9278 and perceived brightness is 94%, so black text on it reaches 19.56:1.
Should I use black or white text on #ffff00?
Black. It scores 19.56:1 against #ffff00, versus 1.07:1 for white — AAA at any size.
Is #ffff00 accessible on a white background?
#ffff00 on white scores 1.07:1, which fails WCAG AA at every size. Darken it to #7A7A00 to reach 4.5:1, or #5C5C00 for 7:1.
What is the complementary color of #ffff00?
#0000FF sits directly opposite on the wheel. Softer options are the split-complements #0080FF and #8000FF, which give the same contrast with far less vibration.
What colors go well with #ffff00?
For interface work: #FAFAF4 as the surface, #EDEDC0 for borders, #9B9B4B for secondary text, #0040FF as an accent and #808000 for hover and pressed states. For a palette, the analogous pair #FF8000 and #80FF00 stays calm, while #0000FF is the loudest partner.
What is #ffff00 in CMYK for printing?
cmyk(0%, 0%, 100%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #ffff00 warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFB900; nudged cooler, #A2FF00.
Which Tailwind color is closest to #ffff00?
The lime family — its 500 step is #84cc16, ΔE2000 20.2 away. That is a visible difference, so define #ffff00 as a custom token rather than reaching for the built-in.
How do I use #ffff00 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#ffff00] or text-[#ffff00], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #ffff00 with 50% opacity?
rgba(255, 255, 0, 0.5), or #ffff0080 in eight-digit hex. Over white that composites to #FFFF80; over black, #808000.
Is #ffff00 a web-safe color?
No. The nearest web-safe colour is #FFFF00, ΔE2000 0 away. The palette only matters for legacy displays and some email clients now.
What does the color #ffff00 mean?
As a yellow, it reads optimistic, alert, cheap-and-cheerful. The most visible hue at low light levels, which is why it owns warnings, hazard tape and value retail. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #ffff00?
The safest is same-hue elevation: linear-gradient(135deg, #FFFF3D, #ffff00 45%, #808000). For more colour, a short hue run to #38E000 keeps it rich without turning muddy.