# You Got Listings Brand Identity

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

## Color Palette

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

| Color Name | HEX Code | RGB Value         |
|------------|----------|--------------------|
| primary    | #F0CA00  | rgb(240, 202, 0)   |
| secondary  | #778DA3  | rgb(119, 141, 163) |
| accent     | #F0CA00  | rgb(240, 202, 0)   |
| background | #FFFFFF  | rgb(255, 255, 255) |
| textPrimary| #011A37  | rgb(1, 26, 55)     |
| link       | #011A37  | rgb(1, 26, 55)     |

## Typography

Each font links to its Google Fonts page where available.

| Role   | Font   | Link                                |
|--------|--------|-------------------------------------|
| primary| Roboto | [Google Fonts →](https://fonts.google.com/specimen/Roboto) |
| heading| Roboto | [Google Fonts →](https://fonts.google.com/specimen/Roboto) |

## Visual Assets

## UI Components

### Button Primary

- background: #F0CA00  
- textColor: #FFFFFF  
- borderRadius: 4px  
- shadow: rgba(240, 202, 0, 0.32) 0px 8px 24px 0px

### Button Secondary

- background: #FFFFFF  
- textColor: #011A37  
- borderRadius: 0px  
- shadow: none

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** real estate professionals

## Frequently Asked Questions

1. **What is You Got Listings's primary brand color?**  
   You Got Listings's primary brand color is #F0CA00.

2. **What font does You Got Listings use?**  
   You Got Listings uses Roboto as the primary typeface.

3. **Does You Got Listings use a light or dark theme?**  
   You Got Listings's primary site uses a light color scheme.

4. **Where can I find You Got Listings's logo?**  
   The logo is available directly on their site (http://www.yougotlistings.com).

5. **How was this brand profile generated?**  
   This profile was extracted using the Firecrawl branding extraction API, which inspects the site's CSS, fonts, and other styles.

## Machine-Readable Profile

### Color Scheme

- **light**

### Fonts

```json
{
  "family": "Roboto",
  "role": "body"
}
```

### Colors

```json
{
  "primary": "#F0CA00",
  "secondary": "#778DA3",
  "accent": "#F0CA00",
  "background": "#FFFFFF",
  "textPrimary": "#011A37",
  "link": "#011A37"
}
```

### Typography

```json
{
  "fontFamilies": {
    "primary": "Roboto",
    "heading": "Roboto"
  },
  "fontStacks": {
    "heading": ["Roboto", "sans-serif"],
    "body": ["Roboto", "sans-serif"],
    "paragraph": ["Roboto", "sans-serif"]
  }
}
```

### Personality

```json
{
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "real estate professionals"
}
```
