Shades of Cherokee #F4C97A
Tints of Cherokee #F4C97A
RGB
CMYK
RGB Variations
Color information
#F4C97A (or 0xF4C97A) is known color: Cherokee. HEX triplet: F4, C9 and 7A. RGB value is (244,201,122). Sum of RGB (Red+Green+Blue) = 244+201+122=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C97A is #0B3685. Grayscale: #CDCDCD. Windows color (decimal): -734854 or 8047092. OLE color: 8047092.
HSL color Cylindrical-coordinate representation of color #F4C97A: hue angle of 38.85º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4C97A is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 122 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.04 |
| HSL | 38.85º | 0.85% | 0.72% | - |
| HSV(B) | 38.85º | 0.5% | 0.96% | - |
| XYZ | 61.71 | 62.41 | 27.21 | - |
| YUV | 204.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 122 | 0 | 0.18 | 0.5 | 0.04 | 38.85 | 0.85 | 0.72 |
| Hex | F4 | C9 | 7A | 0 | 12 | 32 | 4 | 27 | 55 | 48 |
| Octal | 364 | 311 | 172 | 0 | 22 | 62 | 4 | 47 | 125 | 110 |
| Binary | 11110100 | 11001001 | 1111010 | 0 | 10010 | 110010 | 100 | 100111 | 1010101 | 1001000 |
Color Harmonies of #F4C97A
Complementary color
Monochromatic Colors of #F4C97A
Black with #F4C97A
Text Example
Text Example
White with #F4C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C97A; }
p { color: rgb(244,201,122); }
H1.HeaderClassName
{
color: #F4C97A;
}
.AnyTagClassName
{
color: #F4C97A;
}
</style>
background-color css
<style>
a { background-color: #F4C97A; }
a { background-color: rgb(244,201,122); }
div.DivClassName
{
background-color: #F4C97A;
}
.BgClassName
{
background-color: #F4C97A;
}
</style>
border-color css
<style>
span { border-color: #F4C97A; }
span { border-color: rgb(244,201,122); }
td.TdClassName
{
border-color: #F4C97A;
}
.TagClassName
{
border-color: #F4C97A;
}
</style>