Shades of Cherokee #F2C97E
Tints of Cherokee #F2C97E
RGB
CMYK
RGB Variations
Color information
#F2C97E (or 0xF2C97E) is known color: Cherokee. HEX triplet: F2, C9 and 7E. RGB value is (242,201,126). Sum of RGB (Red+Green+Blue) = 242+201+126=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C97E is #0D3681. Grayscale: #CDCDCD. Windows color (decimal): -865922 or 8309234. OLE color: 8309234.
HSL color Cylindrical-coordinate representation of color #F2C97E: hue angle of 38.79º 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 #F2C97E is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 126 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.05 |
| HSL | 38.79º | 0.82% | 0.72% | - |
| HSV(B) | 38.79º | 0.48% | 0.95% | - |
| XYZ | 61.27 | 62.16 | 28.51 | - |
| YUV | 204.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 126 | 0 | 0.17 | 0.48 | 0.05 | 38.79 | 0.82 | 0.72 |
| Hex | F2 | C9 | 7E | 0 | 11 | 30 | 5 | 27 | 52 | 48 |
| Octal | 362 | 311 | 176 | 0 | 21 | 60 | 5 | 47 | 122 | 110 |
| Binary | 11110010 | 11001001 | 1111110 | 0 | 10001 | 110000 | 101 | 100111 | 1010010 | 1001000 |
Color Harmonies of #F2C97E
Complementary color
Monochromatic Colors of #F2C97E
Black with #F2C97E
Text Example
Text Example
White with #F2C97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C97E; }
p { color: rgb(242,201,126); }
H1.HeaderClassName
{
color: #F2C97E;
}
.AnyTagClassName
{
color: #F2C97E;
}
</style>
background-color css
<style>
a { background-color: #F2C97E; }
a { background-color: rgb(242,201,126); }
div.DivClassName
{
background-color: #F2C97E;
}
.BgClassName
{
background-color: #F2C97E;
}
</style>
border-color css
<style>
span { border-color: #F2C97E; }
span { border-color: rgb(242,201,126); }
td.TdClassName
{
border-color: #F2C97E;
}
.TagClassName
{
border-color: #F2C97E;
}
</style>