# Anywhere.FM Brand Identity A complete profile of **Anywhere.FM**'s visual system — colors, typography, components, and personality — extracted from http://anywhere.fm. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/anywhere-fm - Machine-readable JSON: https://characterquilt.com/branding/anywhere-fm.json - Per-page llms.txt: https://characterquilt.com/branding/anywhere-fm/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #F5CE00 | | Accent | #00AA66 | | Body Font | Roboto | | Heading Font | Poppins | ## Color Palette - primary: #F5CE00 - secondary: #A0CB57 - accent: #00AA66 - background: #FFFFFF - textPrimary: #000000 - link: #00AA66 ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Poppins — https://fonts.google.com/specimen/Poppins ## Visual Assets - Logo: https://imgme.pro/images/logo-balibet1.png - Favicon: https://imgme.pro/images/icon-balibet2.png - Social card (og:image): https://imgme.pro/images/joss.png ## UI Components - input: background=transparent, textColor=#333333, borderColor=null, borderRadius=4px, shadow=none - buttonPrimary: background=#F6F5F5, textColor=#FFFFFF, borderColor=#F5CE00, borderRadius=12px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: young adults interested in online gaming ## Anywhere.FM Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **BALIBET: Rekomendasi Tempat Bermain Game Online Terlengkap di Indonesia** - Image: https://imgme.pro/images/joss.png - Source: https://www.anywhere.fm/ - **anywhere.fm competitors - Top similar sites like 20 anywhere.fm and alternatives** - Image: https://www.siteprice.org/SiteThumbs/a/anywhere.fm.webp - Source: https://www.siteprice.org/competitors/anywhere.fm - **Laser 80s Bluetooth BoomBox Silver Retro Speaker with Lights Radio USB SD | eBay** - Image: https://i.ebayimg.com/images/g/YxoAAeSwLdNoCZ~N/s-l1200.jpg - Source: https://www.ebay.com/itm/146540606125 - **Amazon.com: AM FM Radio Portable,Goodes Transistor Radio Plug in Wall Battery Powered with Best Reception, Loud Speaker, Excellent Sound, Small Radios for Home Outdoor Office Desk Use/Decor, Gift for Elders : Electronics** - Image: https://m.media-amazon.com/images/I/71det+KvUaL._AC_UF350,350_QL80_.jpg - Source: https://www.amazon.com/Goodes-Transistor-Reception-Headphone-Emergency/dp/B0DX6QNMWM - **Desert Justice Report] I'll be honest, I want to read the Assigned Essay that got a PFC 9 days extra duty/restriction : r/army** - Image: https://i.redd.it/86v84lrk9ltg1.jpeg - Source: https://www.reddit.com/r/army/comments/1se262a/desert_justice_report_ill_be_honest_i_want_to/ - **FM24 - EP10 - The Road To Anywhere - Journeyman Adventure - Football Manager 2024** - Image: https://i.ytimg.com/vi/dpzCI7H1V6c/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=dpzCI7H1V6c ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Roboto", "role": "body" }, { "family": "Arial", "role": "body" }, { "family": "Poppins", "role": "heading" }, { "family": "Ubuntu", "role": "body" } ], "colors": { "primary": "#F5CE00", "secondary": "#A0CB57", "accent": "#00AA66", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#00AA66" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Poppins" }, "fontStacks": { "heading": [ "Roboto" ], "body": [ "Roboto" ], "paragraph": [ "Roboto" ] }, "fontSizes": { "h1": "20px", "h2": "14px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "input": { "background": "transparent", "textColor": "#333333", "borderColor": null, "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonPrimary": { "background": "#F6F5F5", "textColor": "#FFFFFF", "borderColor": "#F5CE00", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" } }, "images": { "logo": "https://imgme.pro/images/logo-balibet1.png", "favicon": "https://imgme.pro/images/icon-balibet2.png", "ogImage": "https://imgme.pro/images/joss.png", "logoHref": "/", "logoAlt": "logo BALIBET" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it matches the brand name 'BALIBET', is visible, and links to the homepage, making it the primary logo.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "DAFTAR", "reasoning": "The 'DAFTAR' button is likely the primary CTA as it typically represents a sign-up action, which is often prioritized over login. Both buttons share the same color, but 'DAFTAR' is more action-oriented." }, "secondary": { "index": 0, "text": "LOGIN", "reasoning": "The 'LOGIN' button is secondary as it is less action-oriented compared to 'DAFTAR', which is typically the primary action for new users." }, "confidence": 0.8 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "young adults interested in online gaming" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.8, "colors": 0.9, "overall": 0.8500000000000001 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it matches the brand name 'BALIBET', is visible, and links to the homepage, making it the primary logo.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```