Shades of Cherokee #FAC886
Tints of Cherokee #FAC886
RGB
CMYK
RGB Variations
Color information
#FAC886 (or 0xFAC886) is known color: Cherokee. HEX triplet: FA, C8 and 86. RGB value is (250,200,134). Sum of RGB (Red+Green+Blue) = 250+200+134=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC886 is #053779. Grayscale: #CFCFCF. Windows color (decimal): -341882 or 8833274. OLE color: 8833274.
HSL color Cylindrical-coordinate representation of color #FAC886: hue angle of 34.14º 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 #FAC886 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 134 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.02 |
| HSL | 34.14º | 0.92% | 0.75% | - |
| HSV(B) | 34.14º | 0.46% | 0.98% | - |
| XYZ | 64.38 | 63.35 | 31.39 | - |
| YUV | 207.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 134 | 0 | 0.2 | 0.46 | 0.02 | 34.14 | 0.92 | 0.75 |
| Hex | FA | C8 | 86 | 0 | 14 | 2E | 2 | 22 | 5C | 4B |
| Octal | 372 | 310 | 206 | 0 | 24 | 56 | 2 | 42 | 134 | 113 |
| Binary | 11111010 | 11001000 | 10000110 | 0 | 10100 | 101110 | 10 | 100010 | 1011100 | 1001011 |
Color Harmonies of #FAC886
Complementary color
Monochromatic Colors of #FAC886
Black with #FAC886
Text Example
Text Example
White with #FAC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC886; }
p { color: rgb(250,200,134); }
H1.HeaderClassName
{
color: #FAC886;
}
.AnyTagClassName
{
color: #FAC886;
}
</style>
background-color css
<style>
a { background-color: #FAC886; }
a { background-color: rgb(250,200,134); }
div.DivClassName
{
background-color: #FAC886;
}
.BgClassName
{
background-color: #FAC886;
}
</style>
border-color css
<style>
span { border-color: #FAC886; }
span { border-color: rgb(250,200,134); }
td.TdClassName
{
border-color: #FAC886;
}
.TagClassName
{
border-color: #FAC886;
}
</style>