Shades of Cherokee #F2C98B
Tints of Cherokee #F2C98B
RGB
CMYK
RGB Variations
Color information
#F2C98B (or 0xF2C98B) is known color: Cherokee. HEX triplet: F2, C9 and 8B. RGB value is (242,201,139). Sum of RGB (Red+Green+Blue) = 242+201+139=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C98B is #0D3674. Grayscale: #CECECE. Windows color (decimal): -865909 or 9161202. OLE color: 9161202.
HSL color Cylindrical-coordinate representation of color #F2C98B: hue angle of 36.12º 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 #F2C98B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 139 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.05 |
| HSL | 36.12º | 0.8% | 0.75% | - |
| HSV(B) | 36.12º | 0.43% | 0.95% | - |
| XYZ | 62.16 | 62.51 | 33.22 | - |
| YUV | 206.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 139 | 0 | 0.17 | 0.43 | 0.05 | 36.12 | 0.8 | 0.75 |
| Hex | F2 | C9 | 8B | 0 | 11 | 2B | 5 | 24 | 50 | 4B |
| Octal | 362 | 311 | 213 | 0 | 21 | 53 | 5 | 44 | 120 | 113 |
| Binary | 11110010 | 11001001 | 10001011 | 0 | 10001 | 101011 | 101 | 100100 | 1010000 | 1001011 |
Color Harmonies of #F2C98B
Complementary color
Monochromatic Colors of #F2C98B
Black with #F2C98B
Text Example
Text Example
White with #F2C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C98B; }
p { color: rgb(242,201,139); }
H1.HeaderClassName
{
color: #F2C98B;
}
.AnyTagClassName
{
color: #F2C98B;
}
</style>
background-color css
<style>
a { background-color: #F2C98B; }
a { background-color: rgb(242,201,139); }
div.DivClassName
{
background-color: #F2C98B;
}
.BgClassName
{
background-color: #F2C98B;
}
</style>
border-color css
<style>
span { border-color: #F2C98B; }
span { border-color: rgb(242,201,139); }
td.TdClassName
{
border-color: #F2C98B;
}
.TagClassName
{
border-color: #F2C98B;
}
</style>