Shades of Cherokee #F7C385
Tints of Cherokee #F7C385
RGB
CMYK
RGB Variations
Color information
#F7C385 (or 0xF7C385) is known color: Cherokee. HEX triplet: F7, C3 and 85. RGB value is (247,195,133). Sum of RGB (Red+Green+Blue) = 247+195+133=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C385 is #083C7A. Grayscale: #CBCBCB. Windows color (decimal): -539771 or 8766455. OLE color: 8766455.
HSL color Cylindrical-coordinate representation of color #F7C385: hue angle of 32.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7C385 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 133 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.03 |
| HSL | 32.63º | 0.88% | 0.75% | - |
| HSV(B) | 32.63º | 0.46% | 0.97% | - |
| XYZ | 62.11 | 60.5 | 30.59 | - |
| YUV | 203.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 133 | 0 | 0.21 | 0.46 | 0.03 | 32.63 | 0.88 | 0.75 |
| Hex | F7 | C3 | 85 | 0 | 15 | 2E | 3 | 21 | 58 | 4B |
| Octal | 367 | 303 | 205 | 0 | 25 | 56 | 3 | 41 | 130 | 113 |
| Binary | 11110111 | 11000011 | 10000101 | 0 | 10101 | 101110 | 11 | 100001 | 1011000 | 1001011 |
Color Harmonies of #F7C385
Complementary color
Monochromatic Colors of #F7C385
Black with #F7C385
Text Example
Text Example
White with #F7C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C385; }
p { color: rgb(247,195,133); }
H1.HeaderClassName
{
color: #F7C385;
}
.AnyTagClassName
{
color: #F7C385;
}
</style>
background-color css
<style>
a { background-color: #F7C385; }
a { background-color: rgb(247,195,133); }
div.DivClassName
{
background-color: #F7C385;
}
.BgClassName
{
background-color: #F7C385;
}
</style>
border-color css
<style>
span { border-color: #F7C385; }
span { border-color: rgb(247,195,133); }
td.TdClassName
{
border-color: #F7C385;
}
.TagClassName
{
border-color: #F7C385;
}
</style>