Shades of Cherokee #F0D38A
Tints of Cherokee #F0D38A
RGB
CMYK
RGB Variations
Color information
#F0D38A (or 0xF0D38A) is known color: Cherokee. HEX triplet: F0, D3 and 8A. RGB value is (240,211,138). Sum of RGB (Red+Green+Blue) = 240+211+138=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D38A is #0F2C75. Grayscale: #D3D3D3. Windows color (decimal): -994422 or 9098224. OLE color: 9098224.
HSL color Cylindrical-coordinate representation of color #F0D38A: hue angle of 42.94º 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 #F0D38A is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 138 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.06 |
| HSL | 42.94º | 0.77% | 0.74% | - |
| HSV(B) | 42.94º | 0.43% | 0.94% | - |
| XYZ | 63.82 | 66.95 | 33.6 | - |
| YUV | 211.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 138 | 0 | 0.12 | 0.42 | 0.06 | 42.94 | 0.77 | 0.74 |
| Hex | F0 | D3 | 8A | 0 | C | 2A | 6 | 2B | 4D | 4A |
| Octal | 360 | 323 | 212 | 0 | 14 | 52 | 6 | 53 | 115 | 112 |
| Binary | 11110000 | 11010011 | 10001010 | 0 | 1100 | 101010 | 110 | 101011 | 1001101 | 1001010 |
Color Harmonies of #F0D38A
Complementary color
Monochromatic Colors of #F0D38A
Black with #F0D38A
Text Example
Text Example
White with #F0D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D38A; }
p { color: rgb(240,211,138); }
H1.HeaderClassName
{
color: #F0D38A;
}
.AnyTagClassName
{
color: #F0D38A;
}
</style>
background-color css
<style>
a { background-color: #F0D38A; }
a { background-color: rgb(240,211,138); }
div.DivClassName
{
background-color: #F0D38A;
}
.BgClassName
{
background-color: #F0D38A;
}
</style>
border-color css
<style>
span { border-color: #F0D38A; }
span { border-color: rgb(240,211,138); }
td.TdClassName
{
border-color: #F0D38A;
}
.TagClassName
{
border-color: #F0D38A;
}
</style>