Shades of Cherokee #F6CD8A
Tints of Cherokee #F6CD8A
RGB
CMYK
RGB Variations
Color information
#F6CD8A (or 0xF6CD8A) is known color: Cherokee. HEX triplet: F6, CD and 8A. RGB value is (246,205,138). Sum of RGB (Red+Green+Blue) = 246+205+138=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD8A is #093275. Grayscale: #D1D1D1. Windows color (decimal): -602742 or 9096694. OLE color: 9096694.
HSL color Cylindrical-coordinate representation of color #F6CD8A: hue angle of 37.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6CD8A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 138 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.04 |
| HSL | 37.22º | 0.86% | 0.75% | - |
| HSV(B) | 37.22º | 0.44% | 0.96% | - |
| XYZ | 64.42 | 65.09 | 33.21 | - |
| YUV | 209.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 138 | 0 | 0.17 | 0.44 | 0.04 | 37.22 | 0.86 | 0.75 |
| Hex | F6 | CD | 8A | 0 | 11 | 2C | 4 | 25 | 56 | 4B |
| Octal | 366 | 315 | 212 | 0 | 21 | 54 | 4 | 45 | 126 | 113 |
| Binary | 11110110 | 11001101 | 10001010 | 0 | 10001 | 101100 | 100 | 100101 | 1010110 | 1001011 |
Color Harmonies of #F6CD8A
Complementary color
Monochromatic Colors of #F6CD8A
Black with #F6CD8A
Text Example
Text Example
White with #F6CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CD8A; }
p { color: rgb(246,205,138); }
H1.HeaderClassName
{
color: #F6CD8A;
}
.AnyTagClassName
{
color: #F6CD8A;
}
</style>
background-color css
<style>
a { background-color: #F6CD8A; }
a { background-color: rgb(246,205,138); }
div.DivClassName
{
background-color: #F6CD8A;
}
.BgClassName
{
background-color: #F6CD8A;
}
</style>
border-color css
<style>
span { border-color: #F6CD8A; }
span { border-color: rgb(246,205,138); }
td.TdClassName
{
border-color: #F6CD8A;
}
.TagClassName
{
border-color: #F6CD8A;
}
</style>