Shades of Cherokee #F1CF7B
Tints of Cherokee #F1CF7B
RGB
CMYK
RGB Variations
Color information
#F1CF7B (or 0xF1CF7B) is known color: Cherokee. HEX triplet: F1, CF and 7B. RGB value is (241,207,123). Sum of RGB (Red+Green+Blue) = 241+207+123=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF7B is #0E3084. Grayscale: #CFCFCF. Windows color (decimal): -929925 or 8114161. OLE color: 8114161.
HSL color Cylindrical-coordinate representation of color #F1CF7B: hue angle of 42.71º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1CF7B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 123 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.05 |
| HSL | 42.71º | 0.81% | 0.71% | - |
| HSV(B) | 42.71º | 0.49% | 0.95% | - |
| XYZ | 62.16 | 64.76 | 27.96 | - |
| YUV | 207.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 123 | 0 | 0.14 | 0.49 | 0.05 | 42.71 | 0.81 | 0.71 |
| Hex | F1 | CF | 7B | 0 | E | 31 | 5 | 2B | 51 | 47 |
| Octal | 361 | 317 | 173 | 0 | 16 | 61 | 5 | 53 | 121 | 107 |
| Binary | 11110001 | 11001111 | 1111011 | 0 | 1110 | 110001 | 101 | 101011 | 1010001 | 1000111 |
Color Harmonies of #F1CF7B
Complementary color
Monochromatic Colors of #F1CF7B
Black with #F1CF7B
Text Example
Text Example
White with #F1CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF7B; }
p { color: rgb(241,207,123); }
H1.HeaderClassName
{
color: #F1CF7B;
}
.AnyTagClassName
{
color: #F1CF7B;
}
</style>
background-color css
<style>
a { background-color: #F1CF7B; }
a { background-color: rgb(241,207,123); }
div.DivClassName
{
background-color: #F1CF7B;
}
.BgClassName
{
background-color: #F1CF7B;
}
</style>
border-color css
<style>
span { border-color: #F1CF7B; }
span { border-color: rgb(241,207,123); }
td.TdClassName
{
border-color: #F1CF7B;
}
.TagClassName
{
border-color: #F1CF7B;
}
</style>