Shades of Cherokee #FCCB86
Tints of Cherokee #FCCB86
RGB
CMYK
RGB Variations
Color information
#FCCB86 (or 0xFCCB86) is known color: Cherokee. HEX triplet: FC, CB and 86. RGB value is (252,203,134). Sum of RGB (Red+Green+Blue) = 252+203+134=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB86 is #033479. Grayscale: #D2D2D2. Windows color (decimal): -210042 or 8834044. OLE color: 8834044.
HSL color Cylindrical-coordinate representation of color #FCCB86: hue angle of 35.08º 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 #FCCB86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 134 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.01 |
| HSL | 35.08º | 0.95% | 0.76% | - |
| HSV(B) | 35.08º | 0.47% | 0.99% | - |
| XYZ | 65.8 | 65.13 | 31.66 | - |
| YUV | 209.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 134 | 0 | 0.19 | 0.47 | 0.01 | 35.08 | 0.95 | 0.76 |
| Hex | FC | CB | 86 | 0 | 13 | 2F | 1 | 23 | 5F | 4C |
| Octal | 374 | 313 | 206 | 0 | 23 | 57 | 1 | 43 | 137 | 114 |
| Binary | 11111100 | 11001011 | 10000110 | 0 | 10011 | 101111 | 1 | 100011 | 1011111 | 1001100 |
Color Harmonies of #FCCB86
Complementary color
Monochromatic Colors of #FCCB86
Black with #FCCB86
Text Example
Text Example
White with #FCCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB86; }
p { color: rgb(252,203,134); }
H1.HeaderClassName
{
color: #FCCB86;
}
.AnyTagClassName
{
color: #FCCB86;
}
</style>
background-color css
<style>
a { background-color: #FCCB86; }
a { background-color: rgb(252,203,134); }
div.DivClassName
{
background-color: #FCCB86;
}
.BgClassName
{
background-color: #FCCB86;
}
</style>
border-color css
<style>
span { border-color: #FCCB86; }
span { border-color: rgb(252,203,134); }
td.TdClassName
{
border-color: #FCCB86;
}
.TagClassName
{
border-color: #FCCB86;
}
</style>