https://github.com/onmyway133/farge
🎈Tell the name of hex color
https://github.com/onmyway133/farge
color hex hsl name rgb
Last synced: 5 months ago
JSON representation
🎈Tell the name of hex color
- Host: GitHub
- URL: https://github.com/onmyway133/farge
- Owner: onmyway133
- License: other
- Created: 2017-04-26T21:40:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T20:40:38.000Z (over 5 years ago)
- Last Synced: 2025-05-13T02:09:24.431Z (5 months ago)
- Topics: color, hex, hsl, name, rgb
- Language: Swift
- Homepage: https://onmyway133.github.io/
- Size: 620 KB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Farge
❤️ Support my app ❤️
- [Push Hero - pure Swift native macOS application to test push notifications](https://www.producthunt.com/posts/push-hero-2)
- [PastePal - Pasteboard, note and shortcut manager](https://www.producthunt.com/posts/pastepal)
- [Frame recorder - Recorder gif and video with frame](https://www.producthunt.com/posts/frame-recorder)
- [Alias - App and file shortcut manager](https://www.producthunt.com/posts/alias-shortcut-manager)
- [Other apps](https://onmyway133.github.io/projects/)❤️❤️😇😍🤘❤️❤️
[](https://travis-ci.org/onmyway133/Farge)
[](http://cocoadocs.org/docsets/Farge)
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/Farge)
[](http://cocoadocs.org/docsets/Farge)

## Usage
```swift
Farge.name(hex: "FFFEFD") // Romance
Farge.name(hex: "6195ED") // Cornflower Blue
Farge.name(hex: "EDA761") // Porsche
```## Installation
**Farge** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'Farge'
```**Farge** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:```ruby
github "onmyway133/Farge"
```**Farge** can also be installed manually. Just download and drop `Sources` folders in your project.
## Author
Khoa Pham, onmyway133@gmail.com
## Credit
Credit goes to http://chir.ag/projects/name-that-color
## Contributing
We would love you to contribute to **Farge**, check the [CONTRIBUTING](https://github.com/onmyway133/Farge/blob/master/CONTRIBUTING.md) file for more info.
## License
**Farge** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/Farge/blob/master/LICENSE.md) file for more info.