Shades of Cherokee #FAC785
Tints of Cherokee #FAC785
RGB
CMYK
RGB Variations
Color information
#FAC785 (or 0xFAC785) is known color: Cherokee. HEX triplet: FA, C7 and 85. RGB value is (250,199,133). Sum of RGB (Red+Green+Blue) = 250+199+133=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC785 is #05387A. Grayscale: #CFCFCF. Windows color (decimal): -342139 or 8767482. OLE color: 8767482.
HSL color Cylindrical-coordinate representation of color #FAC785: hue angle of 33.85º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAC785 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 133 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.02 |
| HSL | 33.85º | 0.92% | 0.75% | - |
| HSV(B) | 33.85º | 0.47% | 0.98% | - |
| XYZ | 64.08 | 62.86 | 30.95 | - |
| YUV | 206.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 133 | 0 | 0.20 | 0.47 | 0.02 | 33.85 | 0.92 | 0.75 |
| Hex | FA | C7 | 85 | 0 | 14 | 2F | 2 | 22 | 5C | 4B |
| Octal | 372 | 307 | 205 | 0 | 24 | 57 | 2 | 42 | 134 | 113 |
| Binary | 11111010 | 11000111 | 10000101 | 0 | 10100 | 101111 | 10 | 100010 | 1011100 | 1001011 |
Color Harmonies of #FAC785
Complementary color
Monochromatic Colors of #FAC785
Black with #FAC785
Text Example
Text Example
White with #FAC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC785; }
p { color: rgb(250,199,133); }
H1.HeaderClassName
{
color: #FAC785;
}
.AnyTagClassName
{
color: #FAC785;
}
</style>
background-color css
<style>
a { background-color: #FAC785; }
a { background-color: rgb(250,199,133); }
div.DivClassName
{
background-color: #FAC785;
}
.BgClassName
{
background-color: #FAC785;
}
</style>
border-color css
<style>
span { border-color: #FAC785; }
span { border-color: rgb(250,199,133); }
td.TdClassName
{
border-color: #FAC785;
}
.TagClassName
{
border-color: #FAC785;
}
</style>