Shades of Cherokee #F0D18A
Tints of Cherokee #F0D18A
RGB
CMYK
RGB Variations
Color information
#F0D18A (or 0xF0D18A) is known color: Cherokee. HEX triplet: F0, D1 and 8A. RGB value is (240,209,138). Sum of RGB (Red+Green+Blue) = 240+209+138=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D18A is #0F2E75. Grayscale: #D2D2D2. Windows color (decimal): -994934 or 9097712. OLE color: 9097712.
HSL color Cylindrical-coordinate representation of color #F0D18A: hue angle of 41.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D18A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 138 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.06 |
| HSL | 41.76º | 0.77% | 0.74% | - |
| HSV(B) | 41.76º | 0.43% | 0.94% | - |
| XYZ | 63.32 | 65.96 | 33.44 | - |
| YUV | 210.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 138 | 0 | 0.13 | 0.42 | 0.06 | 41.76 | 0.77 | 0.74 |
| Hex | F0 | D1 | 8A | 0 | D | 2A | 6 | 2A | 4D | 4A |
| Octal | 360 | 321 | 212 | 0 | 15 | 52 | 6 | 52 | 115 | 112 |
| Binary | 11110000 | 11010001 | 10001010 | 0 | 1101 | 101010 | 110 | 101010 | 1001101 | 1001010 |
Color Harmonies of #F0D18A
Complementary color
Monochromatic Colors of #F0D18A
Black with #F0D18A
Text Example
Text Example
White with #F0D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D18A; }
p { color: rgb(240,209,138); }
H1.HeaderClassName
{
color: #F0D18A;
}
.AnyTagClassName
{
color: #F0D18A;
}
</style>
background-color css
<style>
a { background-color: #F0D18A; }
a { background-color: rgb(240,209,138); }
div.DivClassName
{
background-color: #F0D18A;
}
.BgClassName
{
background-color: #F0D18A;
}
</style>
border-color css
<style>
span { border-color: #F0D18A; }
span { border-color: rgb(240,209,138); }
td.TdClassName
{
border-color: #F0D18A;
}
.TagClassName
{
border-color: #F0D18A;
}
</style>