Shades of Cherokee #F5C47D
Tints of Cherokee #F5C47D
RGB
CMYK
RGB Variations
Color information
#F5C47D (or 0xF5C47D) is known color: Cherokee. HEX triplet: F5, C4 and 7D. RGB value is (245,196,125). Sum of RGB (Red+Green+Blue) = 245+196+125=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C47D is #0A3B82. Grayscale: #CACACA. Windows color (decimal): -670595 or 8242421. OLE color: 8242421.
HSL color Cylindrical-coordinate representation of color #F5C47D: hue angle of 35.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5C47D is Cyan = 0, Magento = 0.2, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 125 | - |
| CMYK | 0 | 0.2 | 0.49 | 0.04 |
| HSL | 35.5º | 0.86% | 0.73% | - |
| HSV(B) | 35.5º | 0.49% | 0.96% | - |
| XYZ | 61.1 | 60.37 | 27.83 | - |
| YUV | 202.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 125 | 0 | 0.2 | 0.49 | 0.04 | 35.5 | 0.86 | 0.73 |
| Hex | F5 | C4 | 7D | 0 | 14 | 31 | 4 | 24 | 56 | 49 |
| Octal | 365 | 304 | 175 | 0 | 24 | 61 | 4 | 44 | 126 | 111 |
| Binary | 11110101 | 11000100 | 1111101 | 0 | 10100 | 110001 | 100 | 100100 | 1010110 | 1001001 |
Color Harmonies of #F5C47D
Complementary color
Monochromatic Colors of #F5C47D
Black with #F5C47D
Text Example
Text Example
White with #F5C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C47D; }
p { color: rgb(245,196,125); }
H1.HeaderClassName
{
color: #F5C47D;
}
.AnyTagClassName
{
color: #F5C47D;
}
</style>
background-color css
<style>
a { background-color: #F5C47D; }
a { background-color: rgb(245,196,125); }
div.DivClassName
{
background-color: #F5C47D;
}
.BgClassName
{
background-color: #F5C47D;
}
</style>
border-color css
<style>
span { border-color: #F5C47D; }
span { border-color: rgb(245,196,125); }
td.TdClassName
{
border-color: #F5C47D;
}
.TagClassName
{
border-color: #F5C47D;
}
</style>