Shades of Cherokee #FCCC86
Tints of Cherokee #FCCC86
RGB
CMYK
RGB Variations
Color information
#FCCC86 (or 0xFCCC86) is known color: Cherokee. HEX triplet: FC, CC and 86. RGB value is (252,204,134). Sum of RGB (Red+Green+Blue) = 252+204+134=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC86 is #033379. Grayscale: #D2D2D2. Windows color (decimal): -209786 or 8834300. OLE color: 8834300.
HSL color Cylindrical-coordinate representation of color #FCCC86: hue angle of 35.59º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCCC86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 134 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.01 |
| HSL | 35.59º | 0.95% | 0.76% | - |
| HSV(B) | 35.59º | 0.47% | 0.99% | - |
| XYZ | 66.04 | 65.6 | 31.74 | - |
| YUV | 210.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 134 | 0 | 0.19 | 0.47 | 0.01 | 35.59 | 0.95 | 0.76 |
| Hex | FC | CC | 86 | 0 | 13 | 2F | 1 | 24 | 5F | 4C |
| Octal | 374 | 314 | 206 | 0 | 23 | 57 | 1 | 44 | 137 | 114 |
| Binary | 11111100 | 11001100 | 10000110 | 0 | 10011 | 101111 | 1 | 100100 | 1011111 | 1001100 |
Color Harmonies of #FCCC86
Complementary color
Monochromatic Colors of #FCCC86
Black with #FCCC86
Text Example
Text Example
White with #FCCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC86; }
p { color: rgb(252,204,134); }
H1.HeaderClassName
{
color: #FCCC86;
}
.AnyTagClassName
{
color: #FCCC86;
}
</style>
background-color css
<style>
a { background-color: #FCCC86; }
a { background-color: rgb(252,204,134); }
div.DivClassName
{
background-color: #FCCC86;
}
.BgClassName
{
background-color: #FCCC86;
}
</style>
border-color css
<style>
span { border-color: #FCCC86; }
span { border-color: rgb(252,204,134); }
td.TdClassName
{
border-color: #FCCC86;
}
.TagClassName
{
border-color: #FCCC86;
}
</style>