Shades of Cherokee #F5C985
Tints of Cherokee #F5C985
RGB
CMYK
RGB Variations
Color information
#F5C985 (or 0xF5C985) is known color: Cherokee. HEX triplet: F5, C9 and 85. RGB value is (245,201,133). Sum of RGB (Red+Green+Blue) = 245+201+133=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C985 is #0A367A. Grayscale: #CECECE. Windows color (decimal): -669307 or 8767989. OLE color: 8767989.
HSL color Cylindrical-coordinate representation of color #F5C985: hue angle of 36.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5C985 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 133 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.04 |
| HSL | 36.43º | 0.85% | 0.74% | - |
| HSV(B) | 36.43º | 0.46% | 0.96% | - |
| XYZ | 62.78 | 62.88 | 31.02 | - |
| YUV | 206.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 133 | 0 | 0.18 | 0.46 | 0.04 | 36.43 | 0.85 | 0.74 |
| Hex | F5 | C9 | 85 | 0 | 12 | 2E | 4 | 24 | 55 | 4A |
| Octal | 365 | 311 | 205 | 0 | 22 | 56 | 4 | 44 | 125 | 112 |
| Binary | 11110101 | 11001001 | 10000101 | 0 | 10010 | 101110 | 100 | 100100 | 1010101 | 1001010 |
Color Harmonies of #F5C985
Complementary color
Monochromatic Colors of #F5C985
Black with #F5C985
Text Example
Text Example
White with #F5C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C985; }
p { color: rgb(245,201,133); }
H1.HeaderClassName
{
color: #F5C985;
}
.AnyTagClassName
{
color: #F5C985;
}
</style>
background-color css
<style>
a { background-color: #F5C985; }
a { background-color: rgb(245,201,133); }
div.DivClassName
{
background-color: #F5C985;
}
.BgClassName
{
background-color: #F5C985;
}
</style>
border-color css
<style>
span { border-color: #F5C985; }
span { border-color: rgb(245,201,133); }
td.TdClassName
{
border-color: #F5C985;
}
.TagClassName
{
border-color: #F5C985;
}
</style>