Shades of Cherokee #F1CB85
Tints of Cherokee #F1CB85
RGB
CMYK
RGB Variations
Color information
#F1CB85 (or 0xF1CB85) is known color: Cherokee. HEX triplet: F1, CB and 85. RGB value is (241,203,133). Sum of RGB (Red+Green+Blue) = 241+203+133=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CB85 is #0E347A. Grayscale: #CECECE. Windows color (decimal): -930939 or 8768497. OLE color: 8768497.
HSL color Cylindrical-coordinate representation of color #F1CB85: hue angle of 38.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1CB85 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 133 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.05 |
| HSL | 38.89º | 0.79% | 0.73% | - |
| HSV(B) | 38.89º | 0.45% | 0.95% | - |
| XYZ | 61.87 | 63.11 | 31.11 | - |
| YUV | 206.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 133 | 0 | 0.16 | 0.45 | 0.05 | 38.89 | 0.79 | 0.73 |
| Hex | F1 | CB | 85 | 0 | 10 | 2D | 5 | 27 | 4F | 49 |
| Octal | 361 | 313 | 205 | 0 | 20 | 55 | 5 | 47 | 117 | 111 |
| Binary | 11110001 | 11001011 | 10000101 | 0 | 10000 | 101101 | 101 | 100111 | 1001111 | 1001001 |
Color Harmonies of #F1CB85
Complementary color
Monochromatic Colors of #F1CB85
Black with #F1CB85
Text Example
Text Example
White with #F1CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB85; }
p { color: rgb(241,203,133); }
H1.HeaderClassName
{
color: #F1CB85;
}
.AnyTagClassName
{
color: #F1CB85;
}
</style>
background-color css
<style>
a { background-color: #F1CB85; }
a { background-color: rgb(241,203,133); }
div.DivClassName
{
background-color: #F1CB85;
}
.BgClassName
{
background-color: #F1CB85;
}
</style>
border-color css
<style>
span { border-color: #F1CB85; }
span { border-color: rgb(241,203,133); }
td.TdClassName
{
border-color: #F1CB85;
}
.TagClassName
{
border-color: #F1CB85;
}
</style>