Shades of Cherokee #F1C68D
Tints of Cherokee #F1C68D
RGB
CMYK
RGB Variations
Color information
#F1C68D (or 0xF1C68D) is known color: Cherokee. HEX triplet: F1, C6 and 8D. RGB value is (241,198,141). Sum of RGB (Red+Green+Blue) = 241+198+141=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C68D is #0E3972. Grayscale: #CCCCCC. Windows color (decimal): -932211 or 9291505. OLE color: 9291505.
HSL color Cylindrical-coordinate representation of color #F1C68D: hue angle of 34.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1C68D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 141 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.05 |
| HSL | 34.2º | 0.78% | 0.75% | - |
| HSV(B) | 34.2º | 0.41% | 0.95% | - |
| XYZ | 61.28 | 61.01 | 33.75 | - |
| YUV | 204.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 141 | 0 | 0.18 | 0.41 | 0.05 | 34.2 | 0.78 | 0.75 |
| Hex | F1 | C6 | 8D | 0 | 12 | 29 | 5 | 22 | 4E | 4B |
| Octal | 361 | 306 | 215 | 0 | 22 | 51 | 5 | 42 | 116 | 113 |
| Binary | 11110001 | 11000110 | 10001101 | 0 | 10010 | 101001 | 101 | 100010 | 1001110 | 1001011 |
Color Harmonies of #F1C68D
Complementary color
Monochromatic Colors of #F1C68D
Black with #F1C68D
Text Example
Text Example
White with #F1C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C68D; }
p { color: rgb(241,198,141); }
H1.HeaderClassName
{
color: #F1C68D;
}
.AnyTagClassName
{
color: #F1C68D;
}
</style>
background-color css
<style>
a { background-color: #F1C68D; }
a { background-color: rgb(241,198,141); }
div.DivClassName
{
background-color: #F1C68D;
}
.BgClassName
{
background-color: #F1C68D;
}
</style>
border-color css
<style>
span { border-color: #F1C68D; }
span { border-color: rgb(241,198,141); }
td.TdClassName
{
border-color: #F1C68D;
}
.TagClassName
{
border-color: #F1C68D;
}
</style>