Shades of Cherokee #FCCC8C
Tints of Cherokee #FCCC8C
RGB
CMYK
RGB Variations
Color information
#FCCC8C (or 0xFCCC8C) is known color: Cherokee. HEX triplet: FC, CC and 8C. RGB value is (252,204,140). Sum of RGB (Red+Green+Blue) = 252+204+140=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC8C is #033373. Grayscale: #D3D3D3. Windows color (decimal): -209780 or 9227516. OLE color: 9227516.
HSL color Cylindrical-coordinate representation of color #FCCC8C: hue angle of 34.29º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCCC8C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 140 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 34.29º | 0.95% | 0.77% | - |
| HSV(B) | 34.29º | 0.44% | 0.99% | - |
| XYZ | 66.47 | 65.77 | 34 | - |
| YUV | 211.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 140 | 0 | 0.19 | 0.44 | 0.01 | 34.29 | 0.95 | 0.77 |
| Hex | FC | CC | 8C | 0 | 13 | 2C | 1 | 22 | 5F | 4D |
| Octal | 374 | 314 | 214 | 0 | 23 | 54 | 1 | 42 | 137 | 115 |
| Binary | 11111100 | 11001100 | 10001100 | 0 | 10011 | 101100 | 1 | 100010 | 1011111 | 1001101 |
Color Harmonies of #FCCC8C
Complementary color
Monochromatic Colors of #FCCC8C
Black with #FCCC8C
Text Example
Text Example
White with #FCCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC8C; }
p { color: rgb(252,204,140); }
H1.HeaderClassName
{
color: #FCCC8C;
}
.AnyTagClassName
{
color: #FCCC8C;
}
</style>
background-color css
<style>
a { background-color: #FCCC8C; }
a { background-color: rgb(252,204,140); }
div.DivClassName
{
background-color: #FCCC8C;
}
.BgClassName
{
background-color: #FCCC8C;
}
</style>
border-color css
<style>
span { border-color: #FCCC8C; }
span { border-color: rgb(252,204,140); }
td.TdClassName
{
border-color: #FCCC8C;
}
.TagClassName
{
border-color: #FCCC8C;
}
</style>