Shades of Cherokee #F1CE7E
Tints of Cherokee #F1CE7E
RGB
CMYK
RGB Variations
Color information
#F1CE7E (or 0xF1CE7E) is known color: Cherokee. HEX triplet: F1, CE and 7E. RGB value is (241,206,126). Sum of RGB (Red+Green+Blue) = 241+206+126=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE7E is #0E3181. Grayscale: #CFCFCF. Windows color (decimal): -930178 or 8310513. OLE color: 8310513.
HSL color Cylindrical-coordinate representation of color #F1CE7E: hue angle of 41.74º degrees, saturation: 0.8, 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 #F1CE7E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 126 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.05 |
| HSL | 41.74º | 0.8% | 0.72% | - |
| HSV(B) | 41.74º | 0.48% | 0.95% | - |
| XYZ | 62.11 | 64.35 | 28.89 | - |
| YUV | 207.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 126 | 0 | 0.15 | 0.48 | 0.05 | 41.74 | 0.8 | 0.72 |
| Hex | F1 | CE | 7E | 0 | F | 30 | 5 | 2A | 50 | 48 |
| Octal | 361 | 316 | 176 | 0 | 17 | 60 | 5 | 52 | 120 | 110 |
| Binary | 11110001 | 11001110 | 1111110 | 0 | 1111 | 110000 | 101 | 101010 | 1010000 | 1001000 |
Color Harmonies of #F1CE7E
Complementary color
Monochromatic Colors of #F1CE7E
Black with #F1CE7E
Text Example
Text Example
White with #F1CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE7E; }
p { color: rgb(241,206,126); }
H1.HeaderClassName
{
color: #F1CE7E;
}
.AnyTagClassName
{
color: #F1CE7E;
}
</style>
background-color css
<style>
a { background-color: #F1CE7E; }
a { background-color: rgb(241,206,126); }
div.DivClassName
{
background-color: #F1CE7E;
}
.BgClassName
{
background-color: #F1CE7E;
}
</style>
border-color css
<style>
span { border-color: #F1CE7E; }
span { border-color: rgb(241,206,126); }
td.TdClassName
{
border-color: #F1CE7E;
}
.TagClassName
{
border-color: #F1CE7E;
}
</style>