Shades of Cherokee #FCCC85
Tints of Cherokee #FCCC85
RGB
CMYK
RGB Variations
Color information
#FCCC85 (or 0xFCCC85) is known color: Cherokee. HEX triplet: FC, CC and 85. RGB value is (252,204,133). Sum of RGB (Red+Green+Blue) = 252+204+133=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC85 is #03337A. Grayscale: #D2D2D2. Windows color (decimal): -209787 or 8768764. OLE color: 8768764.
HSL color Cylindrical-coordinate representation of color #FCCC85: hue angle of 35.8º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCCC85 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 133 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.01 |
| HSL | 35.8º | 0.95% | 0.75% | - |
| HSV(B) | 35.8º | 0.47% | 0.99% | - |
| XYZ | 65.97 | 65.57 | 31.37 | - |
| YUV | 210.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 133 | 0 | 0.19 | 0.47 | 0.01 | 35.8 | 0.95 | 0.75 |
| Hex | FC | CC | 85 | 0 | 13 | 2F | 1 | 24 | 5F | 4B |
| Octal | 374 | 314 | 205 | 0 | 23 | 57 | 1 | 44 | 137 | 113 |
| Binary | 11111100 | 11001100 | 10000101 | 0 | 10011 | 101111 | 1 | 100100 | 1011111 | 1001011 |
Color Harmonies of #FCCC85
Complementary color
Monochromatic Colors of #FCCC85
Black with #FCCC85
Text Example
Text Example
White with #FCCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC85; }
p { color: rgb(252,204,133); }
H1.HeaderClassName
{
color: #FCCC85;
}
.AnyTagClassName
{
color: #FCCC85;
}
</style>
background-color css
<style>
a { background-color: #FCCC85; }
a { background-color: rgb(252,204,133); }
div.DivClassName
{
background-color: #FCCC85;
}
.BgClassName
{
background-color: #FCCC85;
}
</style>
border-color css
<style>
span { border-color: #FCCC85; }
span { border-color: rgb(252,204,133); }
td.TdClassName
{
border-color: #FCCC85;
}
.TagClassName
{
border-color: #FCCC85;
}
</style>