Shades of Cherokee #FACA86
Tints of Cherokee #FACA86
RGB
CMYK
RGB Variations
Color information
#FACA86 (or 0xFACA86) is known color: Cherokee. HEX triplet: FA, CA and 86. RGB value is (250,202,134). Sum of RGB (Red+Green+Blue) = 250+202+134=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA86 is #053579. Grayscale: #D0D0D0. Windows color (decimal): -341370 or 8833786. OLE color: 8833786.
HSL color Cylindrical-coordinate representation of color #FACA86: hue angle of 35.17º 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 #FACA86 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 134 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.02 |
| HSL | 35.17º | 0.92% | 0.75% | - |
| HSV(B) | 35.17º | 0.46% | 0.98% | - |
| XYZ | 64.85 | 64.29 | 31.54 | - |
| YUV | 208.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 134 | 0 | 0.19 | 0.46 | 0.02 | 35.17 | 0.92 | 0.75 |
| Hex | FA | CA | 86 | 0 | 13 | 2E | 2 | 23 | 5C | 4B |
| Octal | 372 | 312 | 206 | 0 | 23 | 56 | 2 | 43 | 134 | 113 |
| Binary | 11111010 | 11001010 | 10000110 | 0 | 10011 | 101110 | 10 | 100011 | 1011100 | 1001011 |
Color Harmonies of #FACA86
Complementary color
Monochromatic Colors of #FACA86
Black with #FACA86
Text Example
Text Example
White with #FACA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA86; }
p { color: rgb(250,202,134); }
H1.HeaderClassName
{
color: #FACA86;
}
.AnyTagClassName
{
color: #FACA86;
}
</style>
background-color css
<style>
a { background-color: #FACA86; }
a { background-color: rgb(250,202,134); }
div.DivClassName
{
background-color: #FACA86;
}
.BgClassName
{
background-color: #FACA86;
}
</style>
border-color css
<style>
span { border-color: #FACA86; }
span { border-color: rgb(250,202,134); }
td.TdClassName
{
border-color: #FACA86;
}
.TagClassName
{
border-color: #FACA86;
}
</style>