Shades of Cherokee #F2D48D
Tints of Cherokee #F2D48D
RGB
CMYK
RGB Variations
Color information
#F2D48D (or 0xF2D48D) is known color: Cherokee. HEX triplet: F2, D4 and 8D. RGB value is (242,212,141). Sum of RGB (Red+Green+Blue) = 242+212+141=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D48D is #0D2B72. Grayscale: #D5D5D5. Windows color (decimal): -863091 or 9295090. OLE color: 9295090.
HSL color Cylindrical-coordinate representation of color #F2D48D: hue angle of 42.18º 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 #F2D48D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 141 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.05 |
| HSL | 42.18º | 0.8% | 0.75% | - |
| HSV(B) | 42.18º | 0.42% | 0.95% | - |
| XYZ | 64.97 | 67.89 | 34.88 | - |
| YUV | 212.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 141 | 0 | 0.12 | 0.42 | 0.05 | 42.18 | 0.8 | 0.75 |
| Hex | F2 | D4 | 8D | 0 | C | 2A | 5 | 2A | 50 | 4B |
| Octal | 362 | 324 | 215 | 0 | 14 | 52 | 5 | 52 | 120 | 113 |
| Binary | 11110010 | 11010100 | 10001101 | 0 | 1100 | 101010 | 101 | 101010 | 1010000 | 1001011 |
Color Harmonies of #F2D48D
Complementary color
Monochromatic Colors of #F2D48D
Black with #F2D48D
Text Example
Text Example
White with #F2D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D48D; }
p { color: rgb(242,212,141); }
H1.HeaderClassName
{
color: #F2D48D;
}
.AnyTagClassName
{
color: #F2D48D;
}
</style>
background-color css
<style>
a { background-color: #F2D48D; }
a { background-color: rgb(242,212,141); }
div.DivClassName
{
background-color: #F2D48D;
}
.BgClassName
{
background-color: #F2D48D;
}
</style>
border-color css
<style>
span { border-color: #F2D48D; }
span { border-color: rgb(242,212,141); }
td.TdClassName
{
border-color: #F2D48D;
}
.TagClassName
{
border-color: #F2D48D;
}
</style>