Shades of Cherokee #F4C97D
Tints of Cherokee #F4C97D
RGB
CMYK
RGB Variations
Color information
#F4C97D (or 0xF4C97D) is known color: Cherokee. HEX triplet: F4, C9 and 7D. RGB value is (244,201,125). Sum of RGB (Red+Green+Blue) = 244+201+125=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C97D is #0B3682. Grayscale: #CDCDCD. Windows color (decimal): -734851 or 8243700. OLE color: 8243700.
HSL color Cylindrical-coordinate representation of color #F4C97D: hue angle of 38.32º degrees, saturation: 0.84, 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 #F4C97D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 125 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.04 |
| HSL | 38.32º | 0.84% | 0.72% | - |
| HSV(B) | 38.32º | 0.49% | 0.96% | - |
| XYZ | 61.9 | 62.49 | 28.2 | - |
| YUV | 205.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 125 | 0 | 0.18 | 0.49 | 0.04 | 38.32 | 0.84 | 0.72 |
| Hex | F4 | C9 | 7D | 0 | 12 | 31 | 4 | 26 | 54 | 48 |
| Octal | 364 | 311 | 175 | 0 | 22 | 61 | 4 | 46 | 124 | 110 |
| Binary | 11110100 | 11001001 | 1111101 | 0 | 10010 | 110001 | 100 | 100110 | 1010100 | 1001000 |
Color Harmonies of #F4C97D
Complementary color
Monochromatic Colors of #F4C97D
Black with #F4C97D
Text Example
Text Example
White with #F4C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C97D; }
p { color: rgb(244,201,125); }
H1.HeaderClassName
{
color: #F4C97D;
}
.AnyTagClassName
{
color: #F4C97D;
}
</style>
background-color css
<style>
a { background-color: #F4C97D; }
a { background-color: rgb(244,201,125); }
div.DivClassName
{
background-color: #F4C97D;
}
.BgClassName
{
background-color: #F4C97D;
}
</style>
border-color css
<style>
span { border-color: #F4C97D; }
span { border-color: rgb(244,201,125); }
td.TdClassName
{
border-color: #F4C97D;
}
.TagClassName
{
border-color: #F4C97D;
}
</style>