Shades of Cherokee #FAC885
Tints of Cherokee #FAC885
RGB
CMYK
RGB Variations
Color information
#FAC885 (or 0xFAC885) is known color: Cherokee. HEX triplet: FA, C8 and 85. RGB value is (250,200,133). Sum of RGB (Red+Green+Blue) = 250+200+133=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC885 is #05377A. Grayscale: #CFCFCF. Windows color (decimal): -341883 or 8767738. OLE color: 8767738.
HSL color Cylindrical-coordinate representation of color #FAC885: hue angle of 34.36º 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 #FAC885 is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 133 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.02 |
| HSL | 34.36º | 0.92% | 0.75% | - |
| HSV(B) | 34.36º | 0.47% | 0.98% | - |
| XYZ | 64.31 | 63.33 | 31.02 | - |
| YUV | 207.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 133 | 0 | 0.2 | 0.47 | 0.02 | 34.36 | 0.92 | 0.75 |
| Hex | FA | C8 | 85 | 0 | 14 | 2F | 2 | 22 | 5C | 4B |
| Octal | 372 | 310 | 205 | 0 | 24 | 57 | 2 | 42 | 134 | 113 |
| Binary | 11111010 | 11001000 | 10000101 | 0 | 10100 | 101111 | 10 | 100010 | 1011100 | 1001011 |
Color Harmonies of #FAC885
Complementary color
Monochromatic Colors of #FAC885
Black with #FAC885
Text Example
Text Example
White with #FAC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC885; }
p { color: rgb(250,200,133); }
H1.HeaderClassName
{
color: #FAC885;
}
.AnyTagClassName
{
color: #FAC885;
}
</style>
background-color css
<style>
a { background-color: #FAC885; }
a { background-color: rgb(250,200,133); }
div.DivClassName
{
background-color: #FAC885;
}
.BgClassName
{
background-color: #FAC885;
}
</style>
border-color css
<style>
span { border-color: #FAC885; }
span { border-color: rgb(250,200,133); }
td.TdClassName
{
border-color: #FAC885;
}
.TagClassName
{
border-color: #FAC885;
}
</style>