Shades of Cherokee #F6C482
Tints of Cherokee #F6C482
RGB
CMYK
RGB Variations
Color information
#F6C482 (or 0xF6C482) is known color: Cherokee. HEX triplet: F6, C4 and 82. RGB value is (246,196,130). Sum of RGB (Red+Green+Blue) = 246+196+130=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C482 is #093B7D. Grayscale: #CBCBCB. Windows color (decimal): -605054 or 8570102. OLE color: 8570102.
HSL color Cylindrical-coordinate representation of color #F6C482: hue angle of 34.14º 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 #F6C482 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 130 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.04 |
| HSL | 34.14º | 0.87% | 0.74% | - |
| HSV(B) | 34.14º | 0.47% | 0.96% | - |
| XYZ | 61.78 | 60.68 | 29.58 | - |
| YUV | 203.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 130 | 0 | 0.20 | 0.47 | 0.04 | 34.14 | 0.87 | 0.74 |
| Hex | F6 | C4 | 82 | 0 | 14 | 2F | 4 | 22 | 57 | 4A |
| Octal | 366 | 304 | 202 | 0 | 24 | 57 | 4 | 42 | 127 | 112 |
| Binary | 11110110 | 11000100 | 10000010 | 0 | 10100 | 101111 | 100 | 100010 | 1010111 | 1001010 |
Color Harmonies of #F6C482
Complementary color
Monochromatic Colors of #F6C482
Black with #F6C482
Text Example
Text Example
White with #F6C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C482; }
p { color: rgb(246,196,130); }
H1.HeaderClassName
{
color: #F6C482;
}
.AnyTagClassName
{
color: #F6C482;
}
</style>
background-color css
<style>
a { background-color: #F6C482; }
a { background-color: rgb(246,196,130); }
div.DivClassName
{
background-color: #F6C482;
}
.BgClassName
{
background-color: #F6C482;
}
</style>
border-color css
<style>
span { border-color: #F6C482; }
span { border-color: rgb(246,196,130); }
td.TdClassName
{
border-color: #F6C482;
}
.TagClassName
{
border-color: #F6C482;
}
</style>