Shades of Cherokee #F8D18B
Tints of Cherokee #F8D18B
RGB
CMYK
RGB Variations
Color information
#F8D18B (or 0xF8D18B) is known color: Cherokee. HEX triplet: F8, D1 and 8B. RGB value is (248,209,139). Sum of RGB (Red+Green+Blue) = 248+209+139=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D18B is #072E74. Grayscale: #D4D4D4. Windows color (decimal): -470645 or 9163256. OLE color: 9163256.
HSL color Cylindrical-coordinate representation of color #F8D18B: hue angle of 38.53º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8D18B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 139 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.03 |
| HSL | 38.53º | 0.89% | 0.76% | - |
| HSV(B) | 38.53º | 0.44% | 0.97% | - |
| XYZ | 66.17 | 67.42 | 33.95 | - |
| YUV | 212.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 139 | 0 | 0.16 | 0.44 | 0.03 | 38.53 | 0.89 | 0.76 |
| Hex | F8 | D1 | 8B | 0 | 10 | 2C | 3 | 27 | 59 | 4C |
| Octal | 370 | 321 | 213 | 0 | 20 | 54 | 3 | 47 | 131 | 114 |
| Binary | 11111000 | 11010001 | 10001011 | 0 | 10000 | 101100 | 11 | 100111 | 1011001 | 1001100 |
Color Harmonies of #F8D18B
Complementary color
Monochromatic Colors of #F8D18B
Black with #F8D18B
Text Example
Text Example
White with #F8D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D18B; }
p { color: rgb(248,209,139); }
H1.HeaderClassName
{
color: #F8D18B;
}
.AnyTagClassName
{
color: #F8D18B;
}
</style>
background-color css
<style>
a { background-color: #F8D18B; }
a { background-color: rgb(248,209,139); }
div.DivClassName
{
background-color: #F8D18B;
}
.BgClassName
{
background-color: #F8D18B;
}
</style>
border-color css
<style>
span { border-color: #F8D18B; }
span { border-color: rgb(248,209,139); }
td.TdClassName
{
border-color: #F8D18B;
}
.TagClassName
{
border-color: #F8D18B;
}
</style>