Shades of Cherokee #F6C282
Tints of Cherokee #F6C282
RGB
CMYK
RGB Variations
Color information
#F6C282 (or 0xF6C282) is known color: Cherokee. HEX triplet: F6, C2 and 82. RGB value is (246,194,130). Sum of RGB (Red+Green+Blue) = 246+194+130=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C282 is #093D7D. Grayscale: #CACACA. Windows color (decimal): -605566 or 8569590. OLE color: 8569590.
HSL color Cylindrical-coordinate representation of color #F6C282: hue angle of 33.1º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6C282 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 130 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.04 |
| HSL | 33.1º | 0.87% | 0.74% | - |
| HSV(B) | 33.1º | 0.47% | 0.96% | - |
| XYZ | 61.33 | 59.79 | 29.43 | - |
| YUV | 202.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 130 | 0 | 0.21 | 0.47 | 0.04 | 33.1 | 0.87 | 0.74 |
| Hex | F6 | C2 | 82 | 0 | 15 | 2F | 4 | 21 | 57 | 4A |
| Octal | 366 | 302 | 202 | 0 | 25 | 57 | 4 | 41 | 127 | 112 |
| Binary | 11110110 | 11000010 | 10000010 | 0 | 10101 | 101111 | 100 | 100001 | 1010111 | 1001010 |
Color Harmonies of #F6C282
Complementary color
Monochromatic Colors of #F6C282
Black with #F6C282
Text Example
Text Example
White with #F6C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C282; }
p { color: rgb(246,194,130); }
H1.HeaderClassName
{
color: #F6C282;
}
.AnyTagClassName
{
color: #F6C282;
}
</style>
background-color css
<style>
a { background-color: #F6C282; }
a { background-color: rgb(246,194,130); }
div.DivClassName
{
background-color: #F6C282;
}
.BgClassName
{
background-color: #F6C282;
}
</style>
border-color css
<style>
span { border-color: #F6C282; }
span { border-color: rgb(246,194,130); }
td.TdClassName
{
border-color: #F6C282;
}
.TagClassName
{
border-color: #F6C282;
}
</style>