Shades of Cherokee #FAD389
Tints of Cherokee #FAD389
RGB
CMYK
RGB Variations
Color information
#FAD389 (or 0xFAD389) is known color: Cherokee. HEX triplet: FA, D3 and 89. RGB value is (250,211,137). Sum of RGB (Red+Green+Blue) = 250+211+137=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD389 is #052C76. Grayscale: #D6D6D6. Windows color (decimal): -339063 or 9032698. OLE color: 9032698.
HSL color Cylindrical-coordinate representation of color #FAD389: hue angle of 39.29º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAD389 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 137 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.02 |
| HSL | 39.29º | 0.92% | 0.76% | - |
| HSV(B) | 39.29º | 0.45% | 0.98% | - |
| XYZ | 67.23 | 68.72 | 33.39 | - |
| YUV | 214.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 137 | 0 | 0.16 | 0.45 | 0.02 | 39.29 | 0.92 | 0.76 |
| Hex | FA | D3 | 89 | 0 | 10 | 2D | 2 | 27 | 5C | 4C |
| Octal | 372 | 323 | 211 | 0 | 20 | 55 | 2 | 47 | 134 | 114 |
| Binary | 11111010 | 11010011 | 10001001 | 0 | 10000 | 101101 | 10 | 100111 | 1011100 | 1001100 |
Color Harmonies of #FAD389
Complementary color
Monochromatic Colors of #FAD389
Black with #FAD389
Text Example
Text Example
White with #FAD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD389; }
p { color: rgb(250,211,137); }
H1.HeaderClassName
{
color: #FAD389;
}
.AnyTagClassName
{
color: #FAD389;
}
</style>
background-color css
<style>
a { background-color: #FAD389; }
a { background-color: rgb(250,211,137); }
div.DivClassName
{
background-color: #FAD389;
}
.BgClassName
{
background-color: #FAD389;
}
</style>
border-color css
<style>
span { border-color: #FAD389; }
span { border-color: rgb(250,211,137); }
td.TdClassName
{
border-color: #FAD389;
}
.TagClassName
{
border-color: #FAD389;
}
</style>