Shades of Cherokee #FACC86
Tints of Cherokee #FACC86
RGB
CMYK
RGB Variations
Color information
#FACC86 (or 0xFACC86) is known color: Cherokee. HEX triplet: FA, CC and 86. RGB value is (250,204,134). Sum of RGB (Red+Green+Blue) = 250+204+134=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC86 is #053379. Grayscale: #D2D2D2. Windows color (decimal): -340858 or 8834298. OLE color: 8834298.
HSL color Cylindrical-coordinate representation of color #FACC86: hue angle of 36.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FACC86 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 134 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.02 |
| HSL | 36.21º | 0.92% | 0.75% | - |
| HSV(B) | 36.21º | 0.46% | 0.98% | - |
| XYZ | 65.32 | 65.23 | 31.7 | - |
| YUV | 209.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 134 | 0 | 0.18 | 0.46 | 0.02 | 36.21 | 0.92 | 0.75 |
| Hex | FA | CC | 86 | 0 | 12 | 2E | 2 | 24 | 5C | 4B |
| Octal | 372 | 314 | 206 | 0 | 22 | 56 | 2 | 44 | 134 | 113 |
| Binary | 11111010 | 11001100 | 10000110 | 0 | 10010 | 101110 | 10 | 100100 | 1011100 | 1001011 |
Color Harmonies of #FACC86
Complementary color
Monochromatic Colors of #FACC86
Black with #FACC86
Text Example
Text Example
White with #FACC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC86; }
p { color: rgb(250,204,134); }
H1.HeaderClassName
{
color: #FACC86;
}
.AnyTagClassName
{
color: #FACC86;
}
</style>
background-color css
<style>
a { background-color: #FACC86; }
a { background-color: rgb(250,204,134); }
div.DivClassName
{
background-color: #FACC86;
}
.BgClassName
{
background-color: #FACC86;
}
</style>
border-color css
<style>
span { border-color: #FACC86; }
span { border-color: rgb(250,204,134); }
td.TdClassName
{
border-color: #FACC86;
}
.TagClassName
{
border-color: #FACC86;
}
</style>