Shades of Cherokee #F7CE7A
Tints of Cherokee #F7CE7A
RGB
CMYK
RGB Variations
Color information
#F7CE7A (or 0xF7CE7A) is known color: Cherokee. HEX triplet: F7, CE and 7A. RGB value is (247,206,122). Sum of RGB (Red+Green+Blue) = 247+206+122=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE7A is #083185. Grayscale: #D1D1D1. Windows color (decimal): -536966 or 8048375. OLE color: 8048375.
HSL color Cylindrical-coordinate representation of color #F7CE7A: hue angle of 40.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7CE7A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 122 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.03 |
| HSL | 40.32º | 0.89% | 0.72% | - |
| HSV(B) | 40.32º | 0.51% | 0.97% | - |
| XYZ | 63.94 | 65.32 | 27.65 | - |
| YUV | 208.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 122 | 0 | 0.17 | 0.51 | 0.03 | 40.32 | 0.89 | 0.72 |
| Hex | F7 | CE | 7A | 0 | 11 | 33 | 3 | 28 | 59 | 48 |
| Octal | 367 | 316 | 172 | 0 | 21 | 63 | 3 | 50 | 131 | 110 |
| Binary | 11110111 | 11001110 | 1111010 | 0 | 10001 | 110011 | 11 | 101000 | 1011001 | 1001000 |
Color Harmonies of #F7CE7A
Complementary color
Monochromatic Colors of #F7CE7A
Black with #F7CE7A
Text Example
Text Example
White with #F7CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE7A; }
p { color: rgb(247,206,122); }
H1.HeaderClassName
{
color: #F7CE7A;
}
.AnyTagClassName
{
color: #F7CE7A;
}
</style>
background-color css
<style>
a { background-color: #F7CE7A; }
a { background-color: rgb(247,206,122); }
div.DivClassName
{
background-color: #F7CE7A;
}
.BgClassName
{
background-color: #F7CE7A;
}
</style>
border-color css
<style>
span { border-color: #F7CE7A; }
span { border-color: rgb(247,206,122); }
td.TdClassName
{
border-color: #F7CE7A;
}
.TagClassName
{
border-color: #F7CE7A;
}
</style>