Shades of Cherokee #F7CE86
Tints of Cherokee #F7CE86
RGB
CMYK
RGB Variations
Color information
#F7CE86 (or 0xF7CE86) is known color: Cherokee. HEX triplet: F7, CE and 86. RGB value is (247,206,134). Sum of RGB (Red+Green+Blue) = 247+206+134=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CE86 is #083179. Grayscale: #D2D2D2. Windows color (decimal): -536954 or 8834807. OLE color: 8834807.
HSL color Cylindrical-coordinate representation of color #F7CE86: hue angle of 38.23º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7CE86 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 134 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.03 |
| HSL | 38.23º | 0.88% | 0.75% | - |
| HSV(B) | 38.23º | 0.46% | 0.97% | - |
| XYZ | 64.73 | 65.64 | 31.81 | - |
| YUV | 210.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 134 | 0 | 0.17 | 0.46 | 0.03 | 38.23 | 0.88 | 0.75 |
| Hex | F7 | CE | 86 | 0 | 11 | 2E | 3 | 26 | 58 | 4B |
| Octal | 367 | 316 | 206 | 0 | 21 | 56 | 3 | 46 | 130 | 113 |
| Binary | 11110111 | 11001110 | 10000110 | 0 | 10001 | 101110 | 11 | 100110 | 1011000 | 1001011 |
Color Harmonies of #F7CE86
Complementary color
Monochromatic Colors of #F7CE86
Black with #F7CE86
Text Example
Text Example
White with #F7CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE86; }
p { color: rgb(247,206,134); }
H1.HeaderClassName
{
color: #F7CE86;
}
.AnyTagClassName
{
color: #F7CE86;
}
</style>
background-color css
<style>
a { background-color: #F7CE86; }
a { background-color: rgb(247,206,134); }
div.DivClassName
{
background-color: #F7CE86;
}
.BgClassName
{
background-color: #F7CE86;
}
</style>
border-color css
<style>
span { border-color: #F7CE86; }
span { border-color: rgb(247,206,134); }
td.TdClassName
{
border-color: #F7CE86;
}
.TagClassName
{
border-color: #F7CE86;
}
</style>