Shades of Cherokee #F2C97D
Tints of Cherokee #F2C97D
RGB
CMYK
RGB Variations
Color information
#F2C97D (or 0xF2C97D) is known color: Cherokee. HEX triplet: F2, C9 and 7D. RGB value is (242,201,125). Sum of RGB (Red+Green+Blue) = 242+201+125=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C97D is #0D3682. Grayscale: #CCCCCC. Windows color (decimal): -865923 or 8243698. OLE color: 8243698.
HSL color Cylindrical-coordinate representation of color #F2C97D: hue angle of 38.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C97D is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 125 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.05 |
| HSL | 38.97º | 0.82% | 0.72% | - |
| HSV(B) | 38.97º | 0.48% | 0.95% | - |
| XYZ | 61.21 | 62.13 | 28.17 | - |
| YUV | 204.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 125 | 0 | 0.17 | 0.48 | 0.05 | 38.97 | 0.82 | 0.72 |
| Hex | F2 | C9 | 7D | 0 | 11 | 30 | 5 | 27 | 52 | 48 |
| Octal | 362 | 311 | 175 | 0 | 21 | 60 | 5 | 47 | 122 | 110 |
| Binary | 11110010 | 11001001 | 1111101 | 0 | 10001 | 110000 | 101 | 100111 | 1010010 | 1001000 |
Color Harmonies of #F2C97D
Complementary color
Monochromatic Colors of #F2C97D
Black with #F2C97D
Text Example
Text Example
White with #F2C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C97D; }
p { color: rgb(242,201,125); }
H1.HeaderClassName
{
color: #F2C97D;
}
.AnyTagClassName
{
color: #F2C97D;
}
</style>
background-color css
<style>
a { background-color: #F2C97D; }
a { background-color: rgb(242,201,125); }
div.DivClassName
{
background-color: #F2C97D;
}
.BgClassName
{
background-color: #F2C97D;
}
</style>
border-color css
<style>
span { border-color: #F2C97D; }
span { border-color: rgb(242,201,125); }
td.TdClassName
{
border-color: #F2C97D;
}
.TagClassName
{
border-color: #F2C97D;
}
</style>