Shades of Cherokee #F0D48B
Tints of Cherokee #F0D48B
RGB
CMYK
RGB Variations
Color information
#F0D48B (or 0xF0D48B) is known color: Cherokee. HEX triplet: F0, D4 and 8B. RGB value is (240,212,139). Sum of RGB (Red+Green+Blue) = 240+212+139=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D48B is #0F2B74. Grayscale: #D4D4D4. Windows color (decimal): -994165 or 9164016. OLE color: 9164016.
HSL color Cylindrical-coordinate representation of color #F0D48B: hue angle of 43.37º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0D48B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 139 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.06 |
| HSL | 43.37º | 0.77% | 0.74% | - |
| HSV(B) | 43.37º | 0.42% | 0.94% | - |
| XYZ | 64.14 | 67.48 | 34.07 | - |
| YUV | 212.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 139 | 0 | 0.12 | 0.42 | 0.06 | 43.37 | 0.77 | 0.74 |
| Hex | F0 | D4 | 8B | 0 | C | 2A | 6 | 2B | 4D | 4A |
| Octal | 360 | 324 | 213 | 0 | 14 | 52 | 6 | 53 | 115 | 112 |
| Binary | 11110000 | 11010100 | 10001011 | 0 | 1100 | 101010 | 110 | 101011 | 1001101 | 1001010 |
Color Harmonies of #F0D48B
Complementary color
Monochromatic Colors of #F0D48B
Black with #F0D48B
Text Example
Text Example
White with #F0D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D48B; }
p { color: rgb(240,212,139); }
H1.HeaderClassName
{
color: #F0D48B;
}
.AnyTagClassName
{
color: #F0D48B;
}
</style>
background-color css
<style>
a { background-color: #F0D48B; }
a { background-color: rgb(240,212,139); }
div.DivClassName
{
background-color: #F0D48B;
}
.BgClassName
{
background-color: #F0D48B;
}
</style>
border-color css
<style>
span { border-color: #F0D48B; }
span { border-color: rgb(240,212,139); }
td.TdClassName
{
border-color: #F0D48B;
}
.TagClassName
{
border-color: #F0D48B;
}
</style>