Shades of Cherokee #F1CE7F
Tints of Cherokee #F1CE7F
RGB
CMYK
RGB Variations
Color information
#F1CE7F (or 0xF1CE7F) is known color: Cherokee. HEX triplet: F1, CE and 7F. RGB value is (241,206,127). Sum of RGB (Red+Green+Blue) = 241+206+127=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE7F is #0E3180. Grayscale: #CFCFCF. Windows color (decimal): -930177 or 8376049. OLE color: 8376049.
HSL color Cylindrical-coordinate representation of color #F1CE7F: hue angle of 41.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1CE7F is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 127 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.05 |
| HSL | 41.58º | 0.8% | 0.72% | - |
| HSV(B) | 41.58º | 0.47% | 0.95% | - |
| XYZ | 62.18 | 64.38 | 29.23 | - |
| YUV | 207.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 127 | 0 | 0.15 | 0.47 | 0.05 | 41.58 | 0.8 | 0.72 |
| Hex | F1 | CE | 7F | 0 | F | 2F | 5 | 2A | 50 | 48 |
| Octal | 361 | 316 | 177 | 0 | 17 | 57 | 5 | 52 | 120 | 110 |
| Binary | 11110001 | 11001110 | 1111111 | 0 | 1111 | 101111 | 101 | 101010 | 1010000 | 1001000 |
Color Harmonies of #F1CE7F
Complementary color
Monochromatic Colors of #F1CE7F
Black with #F1CE7F
Text Example
Text Example
White with #F1CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE7F; }
p { color: rgb(241,206,127); }
H1.HeaderClassName
{
color: #F1CE7F;
}
.AnyTagClassName
{
color: #F1CE7F;
}
</style>
background-color css
<style>
a { background-color: #F1CE7F; }
a { background-color: rgb(241,206,127); }
div.DivClassName
{
background-color: #F1CE7F;
}
.BgClassName
{
background-color: #F1CE7F;
}
</style>
border-color css
<style>
span { border-color: #F1CE7F; }
span { border-color: rgb(241,206,127); }
td.TdClassName
{
border-color: #F1CE7F;
}
.TagClassName
{
border-color: #F1CE7F;
}
</style>