Shades of Cherokee #FAC682
Tints of Cherokee #FAC682
RGB
CMYK
RGB Variations
Color information
#FAC682 (or 0xFAC682) is known color: Cherokee. HEX triplet: FA, C6 and 82. RGB value is (250,198,130). Sum of RGB (Red+Green+Blue) = 250+198+130=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC682 is #05397D. Grayscale: #CECECE. Windows color (decimal): -342398 or 8570618. OLE color: 8570618.
HSL color Cylindrical-coordinate representation of color #FAC682: hue angle of 34º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAC682 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 130 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.02 |
| HSL | 34º | 0.92% | 0.75% | - |
| HSV(B) | 34º | 0.48% | 0.98% | - |
| XYZ | 63.65 | 62.32 | 29.79 | - |
| YUV | 205.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 130 | 0 | 0.21 | 0.48 | 0.02 | 34 | 0.92 | 0.75 |
| Hex | FA | C6 | 82 | 0 | 15 | 30 | 2 | 22 | 5C | 4B |
| Octal | 372 | 306 | 202 | 0 | 25 | 60 | 2 | 42 | 134 | 113 |
| Binary | 11111010 | 11000110 | 10000010 | 0 | 10101 | 110000 | 10 | 100010 | 1011100 | 1001011 |
Color Harmonies of #FAC682
Complementary color
Monochromatic Colors of #FAC682
Black with #FAC682
Text Example
Text Example
White with #FAC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC682; }
p { color: rgb(250,198,130); }
H1.HeaderClassName
{
color: #FAC682;
}
.AnyTagClassName
{
color: #FAC682;
}
</style>
background-color css
<style>
a { background-color: #FAC682; }
a { background-color: rgb(250,198,130); }
div.DivClassName
{
background-color: #FAC682;
}
.BgClassName
{
background-color: #FAC682;
}
</style>
border-color css
<style>
span { border-color: #FAC682; }
span { border-color: rgb(250,198,130); }
td.TdClassName
{
border-color: #FAC682;
}
.TagClassName
{
border-color: #FAC682;
}
</style>