Shades of Cherokee #F3C982
Tints of Cherokee #F3C982
RGB
CMYK
RGB Variations
Color information
#F3C982 (or 0xF3C982) is known color: Cherokee. HEX triplet: F3, C9 and 82. RGB value is (243,201,130). Sum of RGB (Red+Green+Blue) = 243+201+130=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C982 is #0C367D. Grayscale: #CDCDCD. Windows color (decimal): -800382 or 8571379. OLE color: 8571379.
HSL color Cylindrical-coordinate representation of color #F3C982: hue angle of 37.7º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3C982 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 130 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.05 |
| HSL | 37.7º | 0.82% | 0.73% | - |
| HSV(B) | 37.7º | 0.47% | 0.95% | - |
| XYZ | 61.88 | 62.44 | 29.91 | - |
| YUV | 205.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 130 | 0 | 0.17 | 0.47 | 0.05 | 37.7 | 0.82 | 0.73 |
| Hex | F3 | C9 | 82 | 0 | 11 | 2F | 5 | 26 | 52 | 49 |
| Octal | 363 | 311 | 202 | 0 | 21 | 57 | 5 | 46 | 122 | 111 |
| Binary | 11110011 | 11001001 | 10000010 | 0 | 10001 | 101111 | 101 | 100110 | 1010010 | 1001001 |
Color Harmonies of #F3C982
Complementary color
Monochromatic Colors of #F3C982
Black with #F3C982
Text Example
Text Example
White with #F3C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C982; }
p { color: rgb(243,201,130); }
H1.HeaderClassName
{
color: #F3C982;
}
.AnyTagClassName
{
color: #F3C982;
}
</style>
background-color css
<style>
a { background-color: #F3C982; }
a { background-color: rgb(243,201,130); }
div.DivClassName
{
background-color: #F3C982;
}
.BgClassName
{
background-color: #F3C982;
}
</style>
border-color css
<style>
span { border-color: #F3C982; }
span { border-color: rgb(243,201,130); }
td.TdClassName
{
border-color: #F3C982;
}
.TagClassName
{
border-color: #F3C982;
}
</style>