Shades of Cherokee #FAD18D
Tints of Cherokee #FAD18D
RGB
CMYK
RGB Variations
Color information
#FAD18D (or 0xFAD18D) is known color: Cherokee. HEX triplet: FA, D1 and 8D. RGB value is (250,209,141). Sum of RGB (Red+Green+Blue) = 250+209+141=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD18D is #052E72. Grayscale: #D5D5D5. Windows color (decimal): -339571 or 9294330. OLE color: 9294330.
HSL color Cylindrical-coordinate representation of color #FAD18D: hue angle of 37.43º 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 #FAD18D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 141 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.02 |
| HSL | 37.43º | 0.92% | 0.77% | - |
| HSV(B) | 37.43º | 0.44% | 0.98% | - |
| XYZ | 67.03 | 67.85 | 34.76 | - |
| YUV | 213.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 141 | 0 | 0.16 | 0.44 | 0.02 | 37.43 | 0.92 | 0.77 |
| Hex | FA | D1 | 8D | 0 | 10 | 2C | 2 | 25 | 5C | 4D |
| Octal | 372 | 321 | 215 | 0 | 20 | 54 | 2 | 45 | 134 | 115 |
| Binary | 11111010 | 11010001 | 10001101 | 0 | 10000 | 101100 | 10 | 100101 | 1011100 | 1001101 |
Color Harmonies of #FAD18D
Complementary color
Monochromatic Colors of #FAD18D
Black with #FAD18D
Text Example
Text Example
White with #FAD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD18D; }
p { color: rgb(250,209,141); }
H1.HeaderClassName
{
color: #FAD18D;
}
.AnyTagClassName
{
color: #FAD18D;
}
</style>
background-color css
<style>
a { background-color: #FAD18D; }
a { background-color: rgb(250,209,141); }
div.DivClassName
{
background-color: #FAD18D;
}
.BgClassName
{
background-color: #FAD18D;
}
</style>
border-color css
<style>
span { border-color: #FAD18D; }
span { border-color: rgb(250,209,141); }
td.TdClassName
{
border-color: #FAD18D;
}
.TagClassName
{
border-color: #FAD18D;
}
</style>