Shades of Cherokee #FAD68D
Tints of Cherokee #FAD68D
RGB
CMYK
RGB Variations
Color information
#FAD68D (or 0xFAD68D) is known color: Cherokee. HEX triplet: FA, D6 and 8D. RGB value is (250,214,141). Sum of RGB (Red+Green+Blue) = 250+214+141=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD68D is #052972. Grayscale: #D8D8D8. Windows color (decimal): -338291 or 9295610. OLE color: 9295610.
HSL color Cylindrical-coordinate representation of color #FAD68D: hue angle of 40.18º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAD68D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 141 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.02 |
| HSL | 40.18º | 0.92% | 0.77% | - |
| HSV(B) | 40.18º | 0.44% | 0.98% | - |
| XYZ | 68.28 | 70.34 | 35.18 | - |
| YUV | 216.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 141 | 0 | 0.14 | 0.44 | 0.02 | 40.18 | 0.92 | 0.77 |
| Hex | FA | D6 | 8D | 0 | E | 2C | 2 | 28 | 5C | 4D |
| Octal | 372 | 326 | 215 | 0 | 16 | 54 | 2 | 50 | 134 | 115 |
| Binary | 11111010 | 11010110 | 10001101 | 0 | 1110 | 101100 | 10 | 101000 | 1011100 | 1001101 |
Color Harmonies of #FAD68D
Complementary color
Monochromatic Colors of #FAD68D
Black with #FAD68D
Text Example
Text Example
White with #FAD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD68D; }
p { color: rgb(250,214,141); }
H1.HeaderClassName
{
color: #FAD68D;
}
.AnyTagClassName
{
color: #FAD68D;
}
</style>
background-color css
<style>
a { background-color: #FAD68D; }
a { background-color: rgb(250,214,141); }
div.DivClassName
{
background-color: #FAD68D;
}
.BgClassName
{
background-color: #FAD68D;
}
</style>
border-color css
<style>
span { border-color: #FAD68D; }
span { border-color: rgb(250,214,141); }
td.TdClassName
{
border-color: #FAD68D;
}
.TagClassName
{
border-color: #FAD68D;
}
</style>