Shades of Cherokee #F2C68B
Tints of Cherokee #F2C68B
RGB
CMYK
RGB Variations
Color information
#F2C68B (or 0xF2C68B) is known color: Cherokee. HEX triplet: F2, C6 and 8B. RGB value is (242,198,139). Sum of RGB (Red+Green+Blue) = 242+198+139=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C68B is #0D3974. Grayscale: #CCCCCC. Windows color (decimal): -866677 or 9160434. OLE color: 9160434.
HSL color Cylindrical-coordinate representation of color #F2C68B: hue angle of 34.37º 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 #F2C68B is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 139 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.05 |
| HSL | 34.37º | 0.8% | 0.75% | - |
| HSV(B) | 34.37º | 0.43% | 0.95% | - |
| XYZ | 61.47 | 61.13 | 32.99 | - |
| YUV | 204.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 139 | 0 | 0.18 | 0.43 | 0.05 | 34.37 | 0.8 | 0.75 |
| Hex | F2 | C6 | 8B | 0 | 12 | 2B | 5 | 22 | 50 | 4B |
| Octal | 362 | 306 | 213 | 0 | 22 | 53 | 5 | 42 | 120 | 113 |
| Binary | 11110010 | 11000110 | 10001011 | 0 | 10010 | 101011 | 101 | 100010 | 1010000 | 1001011 |
Color Harmonies of #F2C68B
Complementary color
Monochromatic Colors of #F2C68B
Black with #F2C68B
Text Example
Text Example
White with #F2C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C68B; }
p { color: rgb(242,198,139); }
H1.HeaderClassName
{
color: #F2C68B;
}
.AnyTagClassName
{
color: #F2C68B;
}
</style>
background-color css
<style>
a { background-color: #F2C68B; }
a { background-color: rgb(242,198,139); }
div.DivClassName
{
background-color: #F2C68B;
}
.BgClassName
{
background-color: #F2C68B;
}
</style>
border-color css
<style>
span { border-color: #F2C68B; }
span { border-color: rgb(242,198,139); }
td.TdClassName
{
border-color: #F2C68B;
}
.TagClassName
{
border-color: #F2C68B;
}
</style>