Shades of Cherokee #FAD384
Tints of Cherokee #FAD384
RGB
CMYK
RGB Variations
Color information
#FAD384 (or 0xFAD384) is known color: Cherokee. HEX triplet: FA, D3 and 84. RGB value is (250,211,132). Sum of RGB (Red+Green+Blue) = 250+211+132=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD384 is #052C7B. Grayscale: #D6D6D6. Windows color (decimal): -339068 or 8705018. OLE color: 8705018.
HSL color Cylindrical-coordinate representation of color #FAD384: hue angle of 40.17º 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 #FAD384 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 132 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.02 |
| HSL | 40.17º | 0.92% | 0.75% | - |
| HSV(B) | 40.17º | 0.47% | 0.98% | - |
| XYZ | 66.88 | 68.58 | 31.54 | - |
| YUV | 213.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 132 | 0 | 0.16 | 0.47 | 0.02 | 40.17 | 0.92 | 0.75 |
| Hex | FA | D3 | 84 | 0 | 10 | 2F | 2 | 28 | 5C | 4B |
| Octal | 372 | 323 | 204 | 0 | 20 | 57 | 2 | 50 | 134 | 113 |
| Binary | 11111010 | 11010011 | 10000100 | 0 | 10000 | 101111 | 10 | 101000 | 1011100 | 1001011 |
Color Harmonies of #FAD384
Complementary color
Monochromatic Colors of #FAD384
Black with #FAD384
Text Example
Text Example
White with #FAD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD384; }
p { color: rgb(250,211,132); }
H1.HeaderClassName
{
color: #FAD384;
}
.AnyTagClassName
{
color: #FAD384;
}
</style>
background-color css
<style>
a { background-color: #FAD384; }
a { background-color: rgb(250,211,132); }
div.DivClassName
{
background-color: #FAD384;
}
.BgClassName
{
background-color: #FAD384;
}
</style>
border-color css
<style>
span { border-color: #FAD384; }
span { border-color: rgb(250,211,132); }
td.TdClassName
{
border-color: #FAD384;
}
.TagClassName
{
border-color: #FAD384;
}
</style>