Shades of Cherokee #F1CB7C
Tints of Cherokee #F1CB7C
RGB
CMYK
RGB Variations
Color information
#F1CB7C (or 0xF1CB7C) is known color: Cherokee. HEX triplet: F1, CB and 7C. RGB value is (241,203,124). Sum of RGB (Red+Green+Blue) = 241+203+124=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB7C is #0E3483. Grayscale: #CDCDCD. Windows color (decimal): -930948 or 8178673. OLE color: 8178673.
HSL color Cylindrical-coordinate representation of color #F1CB7C: hue angle of 40.51º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1CB7C is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 124 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.05 |
| HSL | 40.51º | 0.81% | 0.72% | - |
| HSV(B) | 40.51º | 0.49% | 0.95% | - |
| XYZ | 61.27 | 62.87 | 27.97 | - |
| YUV | 205.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 124 | 0 | 0.16 | 0.49 | 0.05 | 40.51 | 0.81 | 0.72 |
| Hex | F1 | CB | 7C | 0 | 10 | 31 | 5 | 29 | 51 | 48 |
| Octal | 361 | 313 | 174 | 0 | 20 | 61 | 5 | 51 | 121 | 110 |
| Binary | 11110001 | 11001011 | 1111100 | 0 | 10000 | 110001 | 101 | 101001 | 1010001 | 1001000 |
Color Harmonies of #F1CB7C
Complementary color
Monochromatic Colors of #F1CB7C
Black with #F1CB7C
Text Example
Text Example
White with #F1CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB7C; }
p { color: rgb(241,203,124); }
H1.HeaderClassName
{
color: #F1CB7C;
}
.AnyTagClassName
{
color: #F1CB7C;
}
</style>
background-color css
<style>
a { background-color: #F1CB7C; }
a { background-color: rgb(241,203,124); }
div.DivClassName
{
background-color: #F1CB7C;
}
.BgClassName
{
background-color: #F1CB7C;
}
</style>
border-color css
<style>
span { border-color: #F1CB7C; }
span { border-color: rgb(241,203,124); }
td.TdClassName
{
border-color: #F1CB7C;
}
.TagClassName
{
border-color: #F1CB7C;
}
</style>