An open API service indexing awesome lists of open source software.

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

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/)

❤️❤️😇😍🤘❤️❤️

[![CI Status](http://img.shields.io/travis/onmyway133/Farge.svg?style=flat)](https://travis-ci.org/onmyway133/Farge)
[![Version](https://img.shields.io/cocoapods/v/Farge.svg?style=flat)](http://cocoadocs.org/docsets/Farge)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/Farge.svg?style=flat)](http://cocoadocs.org/docsets/Farge)
[![Platform](https://img.shields.io/cocoapods/p/Farge.svg?style=flat)](http://cocoadocs.org/docsets/Farge)
![Swift](https://img.shields.io/badge/%20in-swift%203.0-orange.svg)

![](Screenshots/Banner.png)

## 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.