Shades of Cherokee #F1CA8A
Tints of Cherokee #F1CA8A
RGB
CMYK
RGB Variations
Color information
#F1CA8A (or 0xF1CA8A) is known color: Cherokee. HEX triplet: F1, CA and 8A. RGB value is (241,202,138). Sum of RGB (Red+Green+Blue) = 241+202+138=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA8A is #0E3575. Grayscale: #CECECE. Windows color (decimal): -931190 or 9095921. OLE color: 9095921.
HSL color Cylindrical-coordinate representation of color #F1CA8A: hue angle of 37.28º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1CA8A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 138 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.05 |
| HSL | 37.28º | 0.79% | 0.74% | - |
| HSV(B) | 37.28º | 0.43% | 0.95% | - |
| XYZ | 61.98 | 62.78 | 32.9 | - |
| YUV | 206.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 138 | 0 | 0.16 | 0.43 | 0.05 | 37.28 | 0.79 | 0.74 |
| Hex | F1 | CA | 8A | 0 | 10 | 2B | 5 | 25 | 4F | 4A |
| Octal | 361 | 312 | 212 | 0 | 20 | 53 | 5 | 45 | 117 | 112 |
| Binary | 11110001 | 11001010 | 10001010 | 0 | 10000 | 101011 | 101 | 100101 | 1001111 | 1001010 |
Color Harmonies of #F1CA8A
Complementary color
Monochromatic Colors of #F1CA8A
Black with #F1CA8A
Text Example
Text Example
White with #F1CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CA8A; }
p { color: rgb(241,202,138); }
H1.HeaderClassName
{
color: #F1CA8A;
}
.AnyTagClassName
{
color: #F1CA8A;
}
</style>
background-color css
<style>
a { background-color: #F1CA8A; }
a { background-color: rgb(241,202,138); }
div.DivClassName
{
background-color: #F1CA8A;
}
.BgClassName
{
background-color: #F1CA8A;
}
</style>
border-color css
<style>
span { border-color: #F1CA8A; }
span { border-color: rgb(241,202,138); }
td.TdClassName
{
border-color: #F1CA8A;
}
.TagClassName
{
border-color: #F1CA8A;
}
</style>