Shades of Cherokee #FAD488
Tints of Cherokee #FAD488
RGB
CMYK
RGB Variations
Color information
#FAD488 (or 0xFAD488) is known color: Cherokee. HEX triplet: FA, D4 and 88. RGB value is (250,212,136). Sum of RGB (Red+Green+Blue) = 250+212+136=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD488 is #052B77. Grayscale: #D7D7D7. Windows color (decimal): -338808 or 8967418. OLE color: 8967418.
HSL color Cylindrical-coordinate representation of color #FAD488: hue angle of 40º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAD488 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 136 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.02 |
| HSL | 40º | 0.92% | 0.76% | - |
| HSV(B) | 40º | 0.46% | 0.98% | - |
| XYZ | 67.41 | 69.19 | 33.09 | - |
| YUV | 214.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 136 | 0 | 0.15 | 0.46 | 0.02 | 40 | 0.92 | 0.76 |
| Hex | FA | D4 | 88 | 0 | F | 2E | 2 | 28 | 5C | 4C |
| Octal | 372 | 324 | 210 | 0 | 17 | 56 | 2 | 50 | 134 | 114 |
| Binary | 11111010 | 11010100 | 10001000 | 0 | 1111 | 101110 | 10 | 101000 | 1011100 | 1001100 |
Color Harmonies of #FAD488
Complementary color
Monochromatic Colors of #FAD488
Black with #FAD488
Text Example
Text Example
White with #FAD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD488; }
p { color: rgb(250,212,136); }
H1.HeaderClassName
{
color: #FAD488;
}
.AnyTagClassName
{
color: #FAD488;
}
</style>
background-color css
<style>
a { background-color: #FAD488; }
a { background-color: rgb(250,212,136); }
div.DivClassName
{
background-color: #FAD488;
}
.BgClassName
{
background-color: #FAD488;
}
</style>
border-color css
<style>
span { border-color: #FAD488; }
span { border-color: rgb(250,212,136); }
td.TdClassName
{
border-color: #FAD488;
}
.TagClassName
{
border-color: #FAD488;
}
</style>