Shades of Cherokee #F1CE8A
Tints of Cherokee #F1CE8A
RGB
CMYK
RGB Variations
Color information
#F1CE8A (or 0xF1CE8A) is known color: Cherokee. HEX triplet: F1, CE and 8A. RGB value is (241,206,138). Sum of RGB (Red+Green+Blue) = 241+206+138=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CE8A is #0E3175. Grayscale: #D1D1D1. Windows color (decimal): -930166 or 9096945. OLE color: 9096945.
HSL color Cylindrical-coordinate representation of color #F1CE8A: hue angle of 39.61º 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 #F1CE8A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 138 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.05 |
| HSL | 39.61º | 0.79% | 0.74% | - |
| HSV(B) | 39.61º | 0.43% | 0.95% | - |
| XYZ | 62.93 | 64.68 | 33.21 | - |
| YUV | 208.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 138 | 0 | 0.15 | 0.43 | 0.05 | 39.61 | 0.79 | 0.74 |
| Hex | F1 | CE | 8A | 0 | F | 2B | 5 | 28 | 4F | 4A |
| Octal | 361 | 316 | 212 | 0 | 17 | 53 | 5 | 50 | 117 | 112 |
| Binary | 11110001 | 11001110 | 10001010 | 0 | 1111 | 101011 | 101 | 101000 | 1001111 | 1001010 |
Color Harmonies of #F1CE8A
Complementary color
Monochromatic Colors of #F1CE8A
Black with #F1CE8A
Text Example
Text Example
White with #F1CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE8A; }
p { color: rgb(241,206,138); }
H1.HeaderClassName
{
color: #F1CE8A;
}
.AnyTagClassName
{
color: #F1CE8A;
}
</style>
background-color css
<style>
a { background-color: #F1CE8A; }
a { background-color: rgb(241,206,138); }
div.DivClassName
{
background-color: #F1CE8A;
}
.BgClassName
{
background-color: #F1CE8A;
}
</style>
border-color css
<style>
span { border-color: #F1CE8A; }
span { border-color: rgb(241,206,138); }
td.TdClassName
{
border-color: #F1CE8A;
}
.TagClassName
{
border-color: #F1CE8A;
}
</style>