Shades of Cherokee #F2C97C
Tints of Cherokee #F2C97C
RGB
CMYK
RGB Variations
Color information
#F2C97C (or 0xF2C97C) is known color: Cherokee. HEX triplet: F2, C9 and 7C. RGB value is (242,201,124). Sum of RGB (Red+Green+Blue) = 242+201+124=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C97C is #0D3683. Grayscale: #CCCCCC. Windows color (decimal): -865924 or 8178162. OLE color: 8178162.
HSL color Cylindrical-coordinate representation of color #F2C97C: hue angle of 39.15º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2C97C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 124 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.05 |
| HSL | 39.15º | 0.82% | 0.72% | - |
| HSV(B) | 39.15º | 0.49% | 0.95% | - |
| XYZ | 61.14 | 62.11 | 27.83 | - |
| YUV | 204.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 124 | 0 | 0.17 | 0.49 | 0.05 | 39.15 | 0.82 | 0.72 |
| Hex | F2 | C9 | 7C | 0 | 11 | 31 | 5 | 27 | 52 | 48 |
| Octal | 362 | 311 | 174 | 0 | 21 | 61 | 5 | 47 | 122 | 110 |
| Binary | 11110010 | 11001001 | 1111100 | 0 | 10001 | 110001 | 101 | 100111 | 1010010 | 1001000 |
Color Harmonies of #F2C97C
Complementary color
Monochromatic Colors of #F2C97C
Black with #F2C97C
Text Example
Text Example
White with #F2C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C97C; }
p { color: rgb(242,201,124); }
H1.HeaderClassName
{
color: #F2C97C;
}
.AnyTagClassName
{
color: #F2C97C;
}
</style>
background-color css
<style>
a { background-color: #F2C97C; }
a { background-color: rgb(242,201,124); }
div.DivClassName
{
background-color: #F2C97C;
}
.BgClassName
{
background-color: #F2C97C;
}
</style>
border-color css
<style>
span { border-color: #F2C97C; }
span { border-color: rgb(242,201,124); }
td.TdClassName
{
border-color: #F2C97C;
}
.TagClassName
{
border-color: #F2C97C;
}
</style>