Shades of Cherokee #FAC988
Tints of Cherokee #FAC988
RGB
CMYK
RGB Variations
Color information
#FAC988 (or 0xFAC988) is known color: Cherokee. HEX triplet: FA, C9 and 88. RGB value is (250,201,136). Sum of RGB (Red+Green+Blue) = 250+201+136=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC988 is #053677. Grayscale: #D0D0D0. Windows color (decimal): -341624 or 8964602. OLE color: 8964602.
HSL color Cylindrical-coordinate representation of color #FAC988: hue angle of 34.21º 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 #FAC988 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 136 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.02 |
| HSL | 34.21º | 0.92% | 0.76% | - |
| HSV(B) | 34.21º | 0.46% | 0.98% | - |
| XYZ | 64.75 | 63.87 | 32.21 | - |
| YUV | 208.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 136 | 0 | 0.20 | 0.46 | 0.02 | 34.21 | 0.92 | 0.76 |
| Hex | FA | C9 | 88 | 0 | 14 | 2E | 2 | 22 | 5C | 4C |
| Octal | 372 | 311 | 210 | 0 | 24 | 56 | 2 | 42 | 134 | 114 |
| Binary | 11111010 | 11001001 | 10001000 | 0 | 10100 | 101110 | 10 | 100010 | 1011100 | 1001100 |
Color Harmonies of #FAC988
Complementary color
Monochromatic Colors of #FAC988
Black with #FAC988
Text Example
Text Example
White with #FAC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC988; }
p { color: rgb(250,201,136); }
H1.HeaderClassName
{
color: #FAC988;
}
.AnyTagClassName
{
color: #FAC988;
}
</style>
background-color css
<style>
a { background-color: #FAC988; }
a { background-color: rgb(250,201,136); }
div.DivClassName
{
background-color: #FAC988;
}
.BgClassName
{
background-color: #FAC988;
}
</style>
border-color css
<style>
span { border-color: #FAC988; }
span { border-color: rgb(250,201,136); }
td.TdClassName
{
border-color: #FAC988;
}
.TagClassName
{
border-color: #FAC988;
}
</style>