Shades of Cherokee #F6D283
Tints of Cherokee #F6D283
RGB
CMYK
RGB Variations
Color information
#F6D283 (or 0xF6D283) is known color: Cherokee. HEX triplet: F6, D2 and 83. RGB value is (246,210,131). Sum of RGB (Red+Green+Blue) = 246+210+131=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D283 is #092D7C. Grayscale: #D4D4D4. Windows color (decimal): -601469 or 8639222. OLE color: 8639222.
HSL color Cylindrical-coordinate representation of color #F6D283: hue angle of 41.22º degrees, saturation: 0.86, 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 #F6D283 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 131 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.04 |
| HSL | 41.22º | 0.86% | 0.74% | - |
| HSV(B) | 41.22º | 0.47% | 0.96% | - |
| XYZ | 65.15 | 67.32 | 31.03 | - |
| YUV | 211.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 131 | 0 | 0.15 | 0.47 | 0.04 | 41.22 | 0.86 | 0.74 |
| Hex | F6 | D2 | 83 | 0 | F | 2F | 4 | 29 | 56 | 4A |
| Octal | 366 | 322 | 203 | 0 | 17 | 57 | 4 | 51 | 126 | 112 |
| Binary | 11110110 | 11010010 | 10000011 | 0 | 1111 | 101111 | 100 | 101001 | 1010110 | 1001010 |
Color Harmonies of #F6D283
Complementary color
Monochromatic Colors of #F6D283
Black with #F6D283
Text Example
Text Example
White with #F6D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D283; }
p { color: rgb(246,210,131); }
H1.HeaderClassName
{
color: #F6D283;
}
.AnyTagClassName
{
color: #F6D283;
}
</style>
background-color css
<style>
a { background-color: #F6D283; }
a { background-color: rgb(246,210,131); }
div.DivClassName
{
background-color: #F6D283;
}
.BgClassName
{
background-color: #F6D283;
}
</style>
border-color css
<style>
span { border-color: #F6D283; }
span { border-color: rgb(246,210,131); }
td.TdClassName
{
border-color: #F6D283;
}
.TagClassName
{
border-color: #F6D283;
}
</style>