# Meter Feeder Brand Identity

A complete profile of **Meter Feeder**'s visual system — colors, typography, components, and personality — extracted from [http://www.meterfeeder.com](http://www.meterfeeder.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from http://www.meterfeeder.com.

### Primary

#FF931F

### Accent

#FFF1E5

### Body Font

Fira Sans

### Heading

Archivo

#### Color Palette Structure

- primary
  - #FF931F
  - rgb(255, 147, 31)
- secondary
  - #FDD490
  - rgb(253, 212, 144)
- accent
  - #FFF1E5
  - rgb(255, 241, 229)
- background
  - #FFFFFF
  - rgb(255, 255, 255)
- textPrimary
  - #111111
  - rgb(17, 17, 17)
- link
  - #FFF1E5
  - rgb(255, 241, 229)

## Typography

Each font links to its Google Fonts page where available.

### Primary

Fira Sans ([Google Fonts →](https://fonts.google.com/specimen/Fira+Sans))

### Heading

Archivo ([Google Fonts →](https://fonts.google.com/specimen/Archivo))

## Visual Assets

## Brand Personality

**Tone:** modern  **Energy:** medium  **Audience:** urban commuters and drivers

## Frequently Asked Questions

1. **What is Meter Feeder's primary brand color?**  
Meter Feeder's primary brand color is #FF931F. It anchors the visual identity across their website, product UI, and marketing materials.

2. **What accent color does Meter Feeder use?**  
Meter Feeder uses #FFF1E5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

3. **What font does Meter Feeder use?**  
Meter Feeder uses Fira Sans for body text and Archivo for headings. Fonts were detected on http://www.meterfeeder.com as part of their live design system.

4. **Does Meter Feeder use a light or dark theme?**  
Meter Feeder's primary site uses a light color scheme, with a background of #FFFFFF.

5. **Where can I find Meter Feeder's logo?**  
Meter Feeder's logo is available directly on their site (http://www.meterfeeder.com). The current logo URL is included in the machine-readable JSON profile linked above.

6. **How was this brand profile generated?**  
This profile was extracted from http://www.meterfeeder.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Meter Feeder.

## Methodology

Brand data on this page was extracted from [http://www.meterfeeder.com](http://www.meterfeeder.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Fira Sans",
      "role": "body"
    },
    {
      "family": "Archivo",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF931F",
    "secondary": "#FDD490",
    "accent": "#FFF1E5",
    "background": "#FFFFFF",
    "textPrimary": "#111111",
    "link": "#FFF1E5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Fira Sans",
      "heading": "Archivo"
    },
    "fontStacks": {
      "heading": [
        "Archivo",
        "sans-serif"
      ],
      "body": [
        "Fira Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Fira Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "64px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {},
  "images": {
    "logo": "https://cdn.prod.website-files.com/60749c07d05922863eae5e3b/6099b9bdce2d6a0a7d5122f9_web_logo.png",
    "favicon": "https://cdn.prod.website-files.com/60749c07d05922863eae5e3b/6089c26a3c6202232ef8c5b6_Meterfeeder%20Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/60749c07d05922863eae5e3b/611564773badf2377ef18523_preview-logo.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "urban commuters and drivers"
  }
}
```
