Shades of Cherokee #FCD389
Tints of Cherokee #FCD389
RGB
CMYK
RGB Variations
Color information
#FCD389 (or 0xFCD389) is known color: Cherokee. HEX triplet: FC, D3 and 89. RGB value is (252,211,137). Sum of RGB (Red+Green+Blue) = 252+211+137=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD389 is #032C76. Grayscale: #D7D7D7. Windows color (decimal): -207991 or 9032700. OLE color: 9032700.
HSL color Cylindrical-coordinate representation of color #FCD389: hue angle of 38.61º degrees, saturation: 0.95, 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 #FCD389 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 137 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.01 |
| HSL | 38.61º | 0.95% | 0.76% | - |
| HSV(B) | 38.61º | 0.46% | 0.99% | - |
| XYZ | 67.95 | 69.09 | 33.42 | - |
| YUV | 214.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 137 | 0 | 0.16 | 0.46 | 0.01 | 38.61 | 0.95 | 0.76 |
| Hex | FC | D3 | 89 | 0 | 10 | 2E | 1 | 27 | 5F | 4C |
| Octal | 374 | 323 | 211 | 0 | 20 | 56 | 1 | 47 | 137 | 114 |
| Binary | 11111100 | 11010011 | 10001001 | 0 | 10000 | 101110 | 1 | 100111 | 1011111 | 1001100 |
Color Harmonies of #FCD389
Complementary color
Monochromatic Colors of #FCD389
Black with #FCD389
Text Example
Text Example
White with #FCD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD389; }
p { color: rgb(252,211,137); }
H1.HeaderClassName
{
color: #FCD389;
}
.AnyTagClassName
{
color: #FCD389;
}
</style>
background-color css
<style>
a { background-color: #FCD389; }
a { background-color: rgb(252,211,137); }
div.DivClassName
{
background-color: #FCD389;
}
.BgClassName
{
background-color: #FCD389;
}
</style>
border-color css
<style>
span { border-color: #FCD389; }
span { border-color: rgb(252,211,137); }
td.TdClassName
{
border-color: #FCD389;
}
.TagClassName
{
border-color: #FCD389;
}
</style>