Shades of Cherokee #F5C97C
Tints of Cherokee #F5C97C
RGB
CMYK
RGB Variations
Color information
#F5C97C (or 0xF5C97C) is known color: Cherokee. HEX triplet: F5, C9 and 7C. RGB value is (245,201,124). Sum of RGB (Red+Green+Blue) = 245+201+124=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C97C is #0A3683. Grayscale: #CDCDCD. Windows color (decimal): -669316 or 8178165. OLE color: 8178165.
HSL color Cylindrical-coordinate representation of color #F5C97C: hue angle of 38.18º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5C97C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 124 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.04 |
| HSL | 38.18º | 0.86% | 0.72% | - |
| HSV(B) | 38.18º | 0.49% | 0.96% | - |
| XYZ | 62.18 | 62.64 | 27.88 | - |
| YUV | 205.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 124 | 0 | 0.18 | 0.49 | 0.04 | 38.18 | 0.86 | 0.72 |
| Hex | F5 | C9 | 7C | 0 | 12 | 31 | 4 | 26 | 56 | 48 |
| Octal | 365 | 311 | 174 | 0 | 22 | 61 | 4 | 46 | 126 | 110 |
| Binary | 11110101 | 11001001 | 1111100 | 0 | 10010 | 110001 | 100 | 100110 | 1010110 | 1001000 |
Color Harmonies of #F5C97C
Complementary color
Monochromatic Colors of #F5C97C
Black with #F5C97C
Text Example
Text Example
White with #F5C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C97C; }
p { color: rgb(245,201,124); }
H1.HeaderClassName
{
color: #F5C97C;
}
.AnyTagClassName
{
color: #F5C97C;
}
</style>
background-color css
<style>
a { background-color: #F5C97C; }
a { background-color: rgb(245,201,124); }
div.DivClassName
{
background-color: #F5C97C;
}
.BgClassName
{
background-color: #F5C97C;
}
</style>
border-color css
<style>
span { border-color: #F5C97C; }
span { border-color: rgb(245,201,124); }
td.TdClassName
{
border-color: #F5C97C;
}
.TagClassName
{
border-color: #F5C97C;
}
</style>