Shades of Cherokee #FAD385
Tints of Cherokee #FAD385
RGB
CMYK
RGB Variations
Color information
#FAD385 (or 0xFAD385) is known color: Cherokee. HEX triplet: FA, D3 and 85. RGB value is (250,211,133). Sum of RGB (Red+Green+Blue) = 250+211+133=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD385 is #052C7A. Grayscale: #D6D6D6. Windows color (decimal): -339067 or 8770554. OLE color: 8770554.
HSL color Cylindrical-coordinate representation of color #FAD385: hue angle of 40º 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 #FAD385 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 133 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.02 |
| HSL | 40º | 0.92% | 0.75% | - |
| HSV(B) | 40º | 0.47% | 0.98% | - |
| XYZ | 66.95 | 68.61 | 31.9 | - |
| YUV | 213.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 133 | 0 | 0.16 | 0.47 | 0.02 | 40 | 0.92 | 0.75 |
| Hex | FA | D3 | 85 | 0 | 10 | 2F | 2 | 28 | 5C | 4B |
| Octal | 372 | 323 | 205 | 0 | 20 | 57 | 2 | 50 | 134 | 113 |
| Binary | 11111010 | 11010011 | 10000101 | 0 | 10000 | 101111 | 10 | 101000 | 1011100 | 1001011 |
Color Harmonies of #FAD385
Complementary color
Monochromatic Colors of #FAD385
Black with #FAD385
Text Example
Text Example
White with #FAD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD385; }
p { color: rgb(250,211,133); }
H1.HeaderClassName
{
color: #FAD385;
}
.AnyTagClassName
{
color: #FAD385;
}
</style>
background-color css
<style>
a { background-color: #FAD385; }
a { background-color: rgb(250,211,133); }
div.DivClassName
{
background-color: #FAD385;
}
.BgClassName
{
background-color: #FAD385;
}
</style>
border-color css
<style>
span { border-color: #FAD385; }
span { border-color: rgb(250,211,133); }
td.TdClassName
{
border-color: #FAD385;
}
.TagClassName
{
border-color: #FAD385;
}
</style>