Shades of Cherokee #F7C382
Tints of Cherokee #F7C382
RGB
CMYK
RGB Variations
Color information
#F7C382 (or 0xF7C382) is known color: Cherokee. HEX triplet: F7, C3 and 82. RGB value is (247,195,130). Sum of RGB (Red+Green+Blue) = 247+195+130=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C382 is #083C7D. Grayscale: #CBCBCB. Windows color (decimal): -539774 or 8569847. OLE color: 8569847.
HSL color Cylindrical-coordinate representation of color #F7C382: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7C382 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 130 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.03 |
| HSL | 33.33º | 0.88% | 0.74% | - |
| HSV(B) | 33.33º | 0.47% | 0.97% | - |
| XYZ | 61.9 | 60.42 | 29.52 | - |
| YUV | 203.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 130 | 0 | 0.21 | 0.47 | 0.03 | 33.33 | 0.88 | 0.74 |
| Hex | F7 | C3 | 82 | 0 | 15 | 2F | 3 | 21 | 58 | 4A |
| Octal | 367 | 303 | 202 | 0 | 25 | 57 | 3 | 41 | 130 | 112 |
| Binary | 11110111 | 11000011 | 10000010 | 0 | 10101 | 101111 | 11 | 100001 | 1011000 | 1001010 |
Color Harmonies of #F7C382
Complementary color
Monochromatic Colors of #F7C382
Black with #F7C382
Text Example
Text Example
White with #F7C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C382; }
p { color: rgb(247,195,130); }
H1.HeaderClassName
{
color: #F7C382;
}
.AnyTagClassName
{
color: #F7C382;
}
</style>
background-color css
<style>
a { background-color: #F7C382; }
a { background-color: rgb(247,195,130); }
div.DivClassName
{
background-color: #F7C382;
}
.BgClassName
{
background-color: #F7C382;
}
</style>
border-color css
<style>
span { border-color: #F7C382; }
span { border-color: rgb(247,195,130); }
td.TdClassName
{
border-color: #F7C382;
}
.TagClassName
{
border-color: #F7C382;
}
</style>