Shades of Cherokee #F1D489
Tints of Cherokee #F1D489
RGB
CMYK
RGB Variations
Color information
#F1D489 (or 0xF1D489) is known color: Cherokee. HEX triplet: F1, D4 and 89. RGB value is (241,212,137). Sum of RGB (Red+Green+Blue) = 241+212+137=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 137 (53.91% from 255 or 23.22% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D489 is #0E2B76. Grayscale: #D4D4D4. Windows color (decimal): -928631 or 9032945. OLE color: 9032945.
HSL color Cylindrical-coordinate representation of color #F1D489: hue angle of 43.27º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1D489 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 137 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.05 |
| HSL | 43.27º | 0.79% | 0.74% | - |
| HSV(B) | 43.27º | 0.43% | 0.95% | - |
| XYZ | 64.33 | 67.59 | 33.32 | - |
| YUV | 212.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 137 | 0 | 0.12 | 0.43 | 0.05 | 43.27 | 0.79 | 0.74 |
| Hex | F1 | D4 | 89 | 0 | C | 2B | 5 | 2B | 4F | 4A |
| Octal | 361 | 324 | 211 | 0 | 14 | 53 | 5 | 53 | 117 | 112 |
| Binary | 11110001 | 11010100 | 10001001 | 0 | 1100 | 101011 | 101 | 101011 | 1001111 | 1001010 |
Color Harmonies of #F1D489
Complementary color
Monochromatic Colors of #F1D489
Black with #F1D489
Text Example
Text Example
White with #F1D489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D489; }
p { color: rgb(241,212,137); }
H1.HeaderClassName
{
color: #F1D489;
}
.AnyTagClassName
{
color: #F1D489;
}
</style>
background-color css
<style>
a { background-color: #F1D489; }
a { background-color: rgb(241,212,137); }
div.DivClassName
{
background-color: #F1D489;
}
.BgClassName
{
background-color: #F1D489;
}
</style>
border-color css
<style>
span { border-color: #F1D489; }
span { border-color: rgb(241,212,137); }
td.TdClassName
{
border-color: #F1D489;
}
.TagClassName
{
border-color: #F1D489;
}
</style>