Shades of Cherokee #FAC984
Tints of Cherokee #FAC984
RGB
CMYK
RGB Variations
Color information
#FAC984 (or 0xFAC984) is known color: Cherokee. HEX triplet: FA, C9 and 84. RGB value is (250,201,132). Sum of RGB (Red+Green+Blue) = 250+201+132=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC984 is #05367B. Grayscale: #D0D0D0. Windows color (decimal): -341628 or 8702458. OLE color: 8702458.
HSL color Cylindrical-coordinate representation of color #FAC984: hue angle of 35.08º 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 #FAC984 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 132 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.02 |
| HSL | 35.08º | 0.92% | 0.75% | - |
| HSV(B) | 35.08º | 0.47% | 0.98% | - |
| XYZ | 64.48 | 63.76 | 30.74 | - |
| YUV | 207.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 132 | 0 | 0.20 | 0.47 | 0.02 | 35.08 | 0.92 | 0.75 |
| Hex | FA | C9 | 84 | 0 | 14 | 2F | 2 | 23 | 5C | 4B |
| Octal | 372 | 311 | 204 | 0 | 24 | 57 | 2 | 43 | 134 | 113 |
| Binary | 11111010 | 11001001 | 10000100 | 0 | 10100 | 101111 | 10 | 100011 | 1011100 | 1001011 |
Color Harmonies of #FAC984
Complementary color
Monochromatic Colors of #FAC984
Black with #FAC984
Text Example
Text Example
White with #FAC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC984; }
p { color: rgb(250,201,132); }
H1.HeaderClassName
{
color: #FAC984;
}
.AnyTagClassName
{
color: #FAC984;
}
</style>
background-color css
<style>
a { background-color: #FAC984; }
a { background-color: rgb(250,201,132); }
div.DivClassName
{
background-color: #FAC984;
}
.BgClassName
{
background-color: #FAC984;
}
</style>
border-color css
<style>
span { border-color: #FAC984; }
span { border-color: rgb(250,201,132); }
td.TdClassName
{
border-color: #FAC984;
}
.TagClassName
{
border-color: #FAC984;
}
</style>