Shades of Cherokee #F1CE7D
Tints of Cherokee #F1CE7D
RGB
CMYK
RGB Variations
Color information
#F1CE7D (or 0xF1CE7D) is known color: Cherokee. HEX triplet: F1, CE and 7D. RGB value is (241,206,125). Sum of RGB (Red+Green+Blue) = 241+206+125=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE7D is #0E3182. Grayscale: #CFCFCF. Windows color (decimal): -930179 or 8244977. OLE color: 8244977.
HSL color Cylindrical-coordinate representation of color #F1CE7D: hue angle of 41.9º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1CE7D is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 125 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.05 |
| HSL | 41.9º | 0.81% | 0.72% | - |
| HSV(B) | 41.9º | 0.48% | 0.95% | - |
| XYZ | 62.05 | 64.32 | 28.55 | - |
| YUV | 207.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 125 | 0 | 0.15 | 0.48 | 0.05 | 41.9 | 0.81 | 0.72 |
| Hex | F1 | CE | 7D | 0 | F | 30 | 5 | 2A | 51 | 48 |
| Octal | 361 | 316 | 175 | 0 | 17 | 60 | 5 | 52 | 121 | 110 |
| Binary | 11110001 | 11001110 | 1111101 | 0 | 1111 | 110000 | 101 | 101010 | 1010001 | 1001000 |
Color Harmonies of #F1CE7D
Complementary color
Monochromatic Colors of #F1CE7D
Black with #F1CE7D
Text Example
Text Example
White with #F1CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE7D; }
p { color: rgb(241,206,125); }
H1.HeaderClassName
{
color: #F1CE7D;
}
.AnyTagClassName
{
color: #F1CE7D;
}
</style>
background-color css
<style>
a { background-color: #F1CE7D; }
a { background-color: rgb(241,206,125); }
div.DivClassName
{
background-color: #F1CE7D;
}
.BgClassName
{
background-color: #F1CE7D;
}
</style>
border-color css
<style>
span { border-color: #F1CE7D; }
span { border-color: rgb(241,206,125); }
td.TdClassName
{
border-color: #F1CE7D;
}
.TagClassName
{
border-color: #F1CE7D;
}
</style>