Shades of Cherokee #F1CE82
Tints of Cherokee #F1CE82
RGB
CMYK
RGB Variations
Color information
#F1CE82 (or 0xF1CE82) is known color: Cherokee. HEX triplet: F1, CE and 82. RGB value is (241,206,130). Sum of RGB (Red+Green+Blue) = 241+206+130=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CE82 is #0E317D. Grayscale: #D0D0D0. Windows color (decimal): -930174 or 8572657. OLE color: 8572657.
HSL color Cylindrical-coordinate representation of color #F1CE82: hue angle of 41.08º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1CE82 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 130 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.05 |
| HSL | 41.08º | 0.8% | 0.73% | - |
| HSV(B) | 41.08º | 0.46% | 0.95% | - |
| XYZ | 62.38 | 64.46 | 30.27 | - |
| YUV | 207.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 130 | 0 | 0.15 | 0.46 | 0.05 | 41.08 | 0.8 | 0.73 |
| Hex | F1 | CE | 82 | 0 | F | 2E | 5 | 29 | 50 | 49 |
| Octal | 361 | 316 | 202 | 0 | 17 | 56 | 5 | 51 | 120 | 111 |
| Binary | 11110001 | 11001110 | 10000010 | 0 | 1111 | 101110 | 101 | 101001 | 1010000 | 1001001 |
Color Harmonies of #F1CE82
Complementary color
Monochromatic Colors of #F1CE82
Black with #F1CE82
Text Example
Text Example
White with #F1CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE82; }
p { color: rgb(241,206,130); }
H1.HeaderClassName
{
color: #F1CE82;
}
.AnyTagClassName
{
color: #F1CE82;
}
</style>
background-color css
<style>
a { background-color: #F1CE82; }
a { background-color: rgb(241,206,130); }
div.DivClassName
{
background-color: #F1CE82;
}
.BgClassName
{
background-color: #F1CE82;
}
</style>
border-color css
<style>
span { border-color: #F1CE82; }
span { border-color: rgb(241,206,130); }
td.TdClassName
{
border-color: #F1CE82;
}
.TagClassName
{
border-color: #F1CE82;
}
</style>