Shades of Cherokee #FAC389
Tints of Cherokee #FAC389
RGB
CMYK
RGB Variations
Color information
#FAC389 (or 0xFAC389) is known color: Cherokee. HEX triplet: FA, C3 and 89. RGB value is (250,195,137). Sum of RGB (Red+Green+Blue) = 250+195+137=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 137 (53.91% from 255 or 23.54% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC389 is #053C76. Grayscale: #CDCDCD. Windows color (decimal): -343159 or 9028602. OLE color: 9028602.
HSL color Cylindrical-coordinate representation of color #FAC389: hue angle of 30.8º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAC389 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 137 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.02 |
| HSL | 30.8º | 0.92% | 0.76% | - |
| HSV(B) | 30.8º | 0.45% | 0.98% | - |
| XYZ | 63.45 | 61.16 | 32.13 | - |
| YUV | 204.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 137 | 0 | 0.22 | 0.45 | 0.02 | 30.8 | 0.92 | 0.76 |
| Hex | FA | C3 | 89 | 0 | 16 | 2D | 2 | 1F | 5C | 4C |
| Octal | 372 | 303 | 211 | 0 | 26 | 55 | 2 | 37 | 134 | 114 |
| Binary | 11111010 | 11000011 | 10001001 | 0 | 10110 | 101101 | 10 | 11111 | 1011100 | 1001100 |
Color Harmonies of #FAC389
Complementary color
Monochromatic Colors of #FAC389
Black with #FAC389
Text Example
Text Example
White with #FAC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC389; }
p { color: rgb(250,195,137); }
H1.HeaderClassName
{
color: #FAC389;
}
.AnyTagClassName
{
color: #FAC389;
}
</style>
background-color css
<style>
a { background-color: #FAC389; }
a { background-color: rgb(250,195,137); }
div.DivClassName
{
background-color: #FAC389;
}
.BgClassName
{
background-color: #FAC389;
}
</style>
border-color css
<style>
span { border-color: #FAC389; }
span { border-color: rgb(250,195,137); }
td.TdClassName
{
border-color: #FAC389;
}
.TagClassName
{
border-color: #FAC389;
}
</style>