Shades of Cherokee #F3CE85
Tints of Cherokee #F3CE85
RGB
CMYK
RGB Variations
Color information
#F3CE85 (or 0xF3CE85) is known color: Cherokee. HEX triplet: F3, CE and 85. RGB value is (243,206,133). Sum of RGB (Red+Green+Blue) = 243+206+133=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CE85 is #0C317A. Grayscale: #D1D1D1. Windows color (decimal): -799099 or 8769267. OLE color: 8769267.
HSL color Cylindrical-coordinate representation of color #F3CE85: hue angle of 39.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3CE85 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 133 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.05 |
| HSL | 39.82º | 0.82% | 0.74% | - |
| HSV(B) | 39.82º | 0.45% | 0.95% | - |
| XYZ | 63.27 | 64.89 | 31.38 | - |
| YUV | 208.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 133 | 0 | 0.15 | 0.45 | 0.05 | 39.82 | 0.82 | 0.74 |
| Hex | F3 | CE | 85 | 0 | F | 2D | 5 | 28 | 52 | 4A |
| Octal | 363 | 316 | 205 | 0 | 17 | 55 | 5 | 50 | 122 | 112 |
| Binary | 11110011 | 11001110 | 10000101 | 0 | 1111 | 101101 | 101 | 101000 | 1010010 | 1001010 |
Color Harmonies of #F3CE85
Complementary color
Monochromatic Colors of #F3CE85
Black with #F3CE85
Text Example
Text Example
White with #F3CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE85; }
p { color: rgb(243,206,133); }
H1.HeaderClassName
{
color: #F3CE85;
}
.AnyTagClassName
{
color: #F3CE85;
}
</style>
background-color css
<style>
a { background-color: #F3CE85; }
a { background-color: rgb(243,206,133); }
div.DivClassName
{
background-color: #F3CE85;
}
.BgClassName
{
background-color: #F3CE85;
}
</style>
border-color css
<style>
span { border-color: #F3CE85; }
span { border-color: rgb(243,206,133); }
td.TdClassName
{
border-color: #F3CE85;
}
.TagClassName
{
border-color: #F3CE85;
}
</style>