Shades of Cherokee #FAC388
Tints of Cherokee #FAC388
RGB
CMYK
RGB Variations
Color information
#FAC388 (or 0xFAC388) is known color: Cherokee. HEX triplet: FA, C3 and 88. RGB value is (250,195,136). Sum of RGB (Red+Green+Blue) = 250+195+136=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC388 is #053C77. Grayscale: #CDCDCD. Windows color (decimal): -343160 or 8963066. OLE color: 8963066.
HSL color Cylindrical-coordinate representation of color #FAC388: hue angle of 31.05º 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 #FAC388 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 136 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.02 |
| HSL | 31.05º | 0.92% | 0.76% | - |
| HSV(B) | 31.05º | 0.46% | 0.98% | - |
| XYZ | 63.38 | 61.13 | 31.75 | - |
| YUV | 204.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 136 | 0 | 0.22 | 0.46 | 0.02 | 31.05 | 0.92 | 0.76 |
| Hex | FA | C3 | 88 | 0 | 16 | 2E | 2 | 1F | 5C | 4C |
| Octal | 372 | 303 | 210 | 0 | 26 | 56 | 2 | 37 | 134 | 114 |
| Binary | 11111010 | 11000011 | 10001000 | 0 | 10110 | 101110 | 10 | 11111 | 1011100 | 1001100 |
Color Harmonies of #FAC388
Complementary color
Monochromatic Colors of #FAC388
Black with #FAC388
Text Example
Text Example
White with #FAC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC388; }
p { color: rgb(250,195,136); }
H1.HeaderClassName
{
color: #FAC388;
}
.AnyTagClassName
{
color: #FAC388;
}
</style>
background-color css
<style>
a { background-color: #FAC388; }
a { background-color: rgb(250,195,136); }
div.DivClassName
{
background-color: #FAC388;
}
.BgClassName
{
background-color: #FAC388;
}
</style>
border-color css
<style>
span { border-color: #FAC388; }
span { border-color: rgb(250,195,136); }
td.TdClassName
{
border-color: #FAC388;
}
.TagClassName
{
border-color: #FAC388;
}
</style>