Shades of Cherokee #FAC688
Tints of Cherokee #FAC688
RGB
CMYK
RGB Variations
Color information
#FAC688 (or 0xFAC688) is known color: Cherokee. HEX triplet: FA, C6 and 88. RGB value is (250,198,136). Sum of RGB (Red+Green+Blue) = 250+198+136=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC688 is #053977. Grayscale: #CECECE. Windows color (decimal): -342392 or 8963834. OLE color: 8963834.
HSL color Cylindrical-coordinate representation of color #FAC688: hue angle of 32.63º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAC688 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 136 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.02 |
| HSL | 32.63º | 0.92% | 0.76% | - |
| HSV(B) | 32.63º | 0.46% | 0.98% | - |
| XYZ | 64.06 | 62.49 | 31.98 | - |
| YUV | 206.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 136 | 0 | 0.21 | 0.46 | 0.02 | 32.63 | 0.92 | 0.76 |
| Hex | FA | C6 | 88 | 0 | 15 | 2E | 2 | 21 | 5C | 4C |
| Octal | 372 | 306 | 210 | 0 | 25 | 56 | 2 | 41 | 134 | 114 |
| Binary | 11111010 | 11000110 | 10001000 | 0 | 10101 | 101110 | 10 | 100001 | 1011100 | 1001100 |
Color Harmonies of #FAC688
Complementary color
Monochromatic Colors of #FAC688
Black with #FAC688
Text Example
Text Example
White with #FAC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC688; }
p { color: rgb(250,198,136); }
H1.HeaderClassName
{
color: #FAC688;
}
.AnyTagClassName
{
color: #FAC688;
}
</style>
background-color css
<style>
a { background-color: #FAC688; }
a { background-color: rgb(250,198,136); }
div.DivClassName
{
background-color: #FAC688;
}
.BgClassName
{
background-color: #FAC688;
}
</style>
border-color css
<style>
span { border-color: #FAC688; }
span { border-color: rgb(250,198,136); }
td.TdClassName
{
border-color: #FAC688;
}
.TagClassName
{
border-color: #FAC688;
}
</style>