Shades of Cherokee #FDC589
Tints of Cherokee #FDC589
RGB
CMYK
RGB Variations
Color information
#FDC589 (or 0xFDC589) is known color: Cherokee. HEX triplet: FD, C5 and 89. RGB value is (253,197,137). Sum of RGB (Red+Green+Blue) = 253+197+137=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC589 is #023A76. Grayscale: #CFCFCF. Windows color (decimal): -146039 or 9029117. OLE color: 9029117.
HSL color Cylindrical-coordinate representation of color #FDC589: hue angle of 31.03º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDC589 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 137 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.01 |
| HSL | 31.03º | 0.97% | 0.76% | - |
| HSV(B) | 31.03º | 0.46% | 0.99% | - |
| XYZ | 64.99 | 62.62 | 32.33 | - |
| YUV | 206.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 137 | 0 | 0.22 | 0.46 | 0.01 | 31.03 | 0.97 | 0.76 |
| Hex | FD | C5 | 89 | 0 | 16 | 2E | 1 | 1F | 61 | 4C |
| Octal | 375 | 305 | 211 | 0 | 26 | 56 | 1 | 37 | 141 | 114 |
| Binary | 11111101 | 11000101 | 10001001 | 0 | 10110 | 101110 | 1 | 11111 | 1100001 | 1001100 |
Color Harmonies of #FDC589
Complementary color
Monochromatic Colors of #FDC589
Black with #FDC589
Text Example
Text Example
White with #FDC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC589; }
p { color: rgb(253,197,137); }
H1.HeaderClassName
{
color: #FDC589;
}
.AnyTagClassName
{
color: #FDC589;
}
</style>
background-color css
<style>
a { background-color: #FDC589; }
a { background-color: rgb(253,197,137); }
div.DivClassName
{
background-color: #FDC589;
}
.BgClassName
{
background-color: #FDC589;
}
</style>
border-color css
<style>
span { border-color: #FDC589; }
span { border-color: rgb(253,197,137); }
td.TdClassName
{
border-color: #FDC589;
}
.TagClassName
{
border-color: #FDC589;
}
</style>