Shades of Cherokee #F2D389
Tints of Cherokee #F2D389
RGB
CMYK
RGB Variations
Color information
#F2D389 (or 0xF2D389) is known color: Cherokee. HEX triplet: F2, D3 and 89. RGB value is (242,211,137). Sum of RGB (Red+Green+Blue) = 242+211+137=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 137 (53.91% from 255 or 23.22% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D389 is #0D2C76. Grayscale: #D4D4D4. Windows color (decimal): -863351 or 9032690. OLE color: 9032690.
HSL color Cylindrical-coordinate representation of color #F2D389: hue angle of 42.29º degrees, saturation: 0.8, 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 #F2D389 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 137 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.05 |
| HSL | 42.29º | 0.8% | 0.74% | - |
| HSV(B) | 42.29º | 0.43% | 0.95% | - |
| XYZ | 64.43 | 67.27 | 33.26 | - |
| YUV | 211.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 137 | 0 | 0.13 | 0.43 | 0.05 | 42.29 | 0.8 | 0.74 |
| Hex | F2 | D3 | 89 | 0 | D | 2B | 5 | 2A | 50 | 4A |
| Octal | 362 | 323 | 211 | 0 | 15 | 53 | 5 | 52 | 120 | 112 |
| Binary | 11110010 | 11010011 | 10001001 | 0 | 1101 | 101011 | 101 | 101010 | 1010000 | 1001010 |
Color Harmonies of #F2D389
Complementary color
Monochromatic Colors of #F2D389
Black with #F2D389
Text Example
Text Example
White with #F2D389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D389; }
p { color: rgb(242,211,137); }
H1.HeaderClassName
{
color: #F2D389;
}
.AnyTagClassName
{
color: #F2D389;
}
</style>
background-color css
<style>
a { background-color: #F2D389; }
a { background-color: rgb(242,211,137); }
div.DivClassName
{
background-color: #F2D389;
}
.BgClassName
{
background-color: #F2D389;
}
</style>
border-color css
<style>
span { border-color: #F2D389; }
span { border-color: rgb(242,211,137); }
td.TdClassName
{
border-color: #F2D389;
}
.TagClassName
{
border-color: #F2D389;
}
</style>