Shades of Cherokee #FAD289
Tints of Cherokee #FAD289
RGB
CMYK
RGB Variations
Color information
#FAD289 (or 0xFAD289) is known color: Cherokee. HEX triplet: FA, D2 and 89. RGB value is (250,210,137). Sum of RGB (Red+Green+Blue) = 250+210+137=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD289 is #052D76. Grayscale: #D5D5D5. Windows color (decimal): -339319 or 9032442. OLE color: 9032442.
HSL color Cylindrical-coordinate representation of color #FAD289: hue angle of 38.76º 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 #FAD289 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 137 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.02 |
| HSL | 38.76º | 0.92% | 0.76% | - |
| HSV(B) | 38.76º | 0.45% | 0.98% | - |
| XYZ | 66.99 | 68.22 | 33.3 | - |
| YUV | 213.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 137 | 0 | 0.16 | 0.45 | 0.02 | 38.76 | 0.92 | 0.76 |
| Hex | FA | D2 | 89 | 0 | 10 | 2D | 2 | 27 | 5C | 4C |
| Octal | 372 | 322 | 211 | 0 | 20 | 55 | 2 | 47 | 134 | 114 |
| Binary | 11111010 | 11010010 | 10001001 | 0 | 10000 | 101101 | 10 | 100111 | 1011100 | 1001100 |
Color Harmonies of #FAD289
Complementary color
Monochromatic Colors of #FAD289
Black with #FAD289
Text Example
Text Example
White with #FAD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD289; }
p { color: rgb(250,210,137); }
H1.HeaderClassName
{
color: #FAD289;
}
.AnyTagClassName
{
color: #FAD289;
}
</style>
background-color css
<style>
a { background-color: #FAD289; }
a { background-color: rgb(250,210,137); }
div.DivClassName
{
background-color: #FAD289;
}
.BgClassName
{
background-color: #FAD289;
}
</style>
border-color css
<style>
span { border-color: #FAD289; }
span { border-color: rgb(250,210,137); }
td.TdClassName
{
border-color: #FAD289;
}
.TagClassName
{
border-color: #FAD289;
}
</style>