Triforce
#f0f00f
Looking for the precise values behind Triforce (#f0f00f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0f00f | |
|---|---|---|
| RGB | rgb(240, 240, 15) | |
| HSL | hsl(60, 88%, 50%) | |
| CMYK | cmyk(0%, 0%, 94%, 6%) | |
| LAB | lab(93, -15, 88) | |
| OKLCH | oklch(0.92 0.2 110) |
Color harmonies
Tints & shades
Code snippets
color: #f0f00f;
background-color: #f0f00f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0F00F)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.94, blue: 0.06, alpha: 1.0)