Shades of Cherokee #F2D18A
Tints of Cherokee #F2D18A
RGB
CMYK
RGB Variations
Color information
#F2D18A (or 0xF2D18A) is known color: Cherokee. HEX triplet: F2, D1 and 8A. RGB value is (242,209,138). Sum of RGB (Red+Green+Blue) = 242+209+138=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D18A is #0D2E75. Grayscale: #D3D3D3. Windows color (decimal): -863862 or 9097714. OLE color: 9097714.
HSL color Cylindrical-coordinate representation of color #F2D18A: hue angle of 40.96º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2D18A is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 138 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.05 |
| HSL | 40.96º | 0.8% | 0.75% | - |
| HSV(B) | 40.96º | 0.43% | 0.95% | - |
| XYZ | 64.01 | 66.31 | 33.47 | - |
| YUV | 210.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 138 | 0 | 0.14 | 0.43 | 0.05 | 40.96 | 0.8 | 0.75 |
| Hex | F2 | D1 | 8A | 0 | E | 2B | 5 | 29 | 50 | 4B |
| Octal | 362 | 321 | 212 | 0 | 16 | 53 | 5 | 51 | 120 | 113 |
| Binary | 11110010 | 11010001 | 10001010 | 0 | 1110 | 101011 | 101 | 101001 | 1010000 | 1001011 |
Color Harmonies of #F2D18A
Complementary color
Monochromatic Colors of #F2D18A
Black with #F2D18A
Text Example
Text Example
White with #F2D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D18A; }
p { color: rgb(242,209,138); }
H1.HeaderClassName
{
color: #F2D18A;
}
.AnyTagClassName
{
color: #F2D18A;
}
</style>
background-color css
<style>
a { background-color: #F2D18A; }
a { background-color: rgb(242,209,138); }
div.DivClassName
{
background-color: #F2D18A;
}
.BgClassName
{
background-color: #F2D18A;
}
</style>
border-color css
<style>
span { border-color: #F2D18A; }
span { border-color: rgb(242,209,138); }
td.TdClassName
{
border-color: #F2D18A;
}
.TagClassName
{
border-color: #F2D18A;
}
</style>