Shades of Cherokee #F2D38D
Tints of Cherokee #F2D38D
RGB
CMYK
RGB Variations
Color information
#F2D38D (or 0xF2D38D) is known color: Cherokee. HEX triplet: F2, D3 and 8D. RGB value is (242,211,141). Sum of RGB (Red+Green+Blue) = 242+211+141=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D38D is #0D2C72. Grayscale: #D4D4D4. Windows color (decimal): -863347 or 9294834. OLE color: 9294834.
HSL color Cylindrical-coordinate representation of color #F2D38D: hue angle of 41.58º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2D38D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 141 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.05 |
| HSL | 41.58º | 0.8% | 0.75% | - |
| HSV(B) | 41.58º | 0.42% | 0.95% | - |
| XYZ | 64.72 | 67.39 | 34.8 | - |
| YUV | 212.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 141 | 0 | 0.13 | 0.42 | 0.05 | 41.58 | 0.8 | 0.75 |
| Hex | F2 | D3 | 8D | 0 | D | 2A | 5 | 2A | 50 | 4B |
| Octal | 362 | 323 | 215 | 0 | 15 | 52 | 5 | 52 | 120 | 113 |
| Binary | 11110010 | 11010011 | 10001101 | 0 | 1101 | 101010 | 101 | 101010 | 1010000 | 1001011 |
Color Harmonies of #F2D38D
Complementary color
Monochromatic Colors of #F2D38D
Black with #F2D38D
Text Example
Text Example
White with #F2D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D38D; }
p { color: rgb(242,211,141); }
H1.HeaderClassName
{
color: #F2D38D;
}
.AnyTagClassName
{
color: #F2D38D;
}
</style>
background-color css
<style>
a { background-color: #F2D38D; }
a { background-color: rgb(242,211,141); }
div.DivClassName
{
background-color: #F2D38D;
}
.BgClassName
{
background-color: #F2D38D;
}
</style>
border-color css
<style>
span { border-color: #F2D38D; }
span { border-color: rgb(242,211,141); }
td.TdClassName
{
border-color: #F2D38D;
}
.TagClassName
{
border-color: #F2D38D;
}
</style>