Shades of Cherokee #FCCE85
Tints of Cherokee #FCCE85
RGB
CMYK
RGB Variations
Color information
#FCCE85 (or 0xFCCE85) is known color: Cherokee. HEX triplet: FC, CE and 85. RGB value is (252,206,133). Sum of RGB (Red+Green+Blue) = 252+206+133=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE85 is #03317A. Grayscale: #D3D3D3. Windows color (decimal): -209275 or 8769276. OLE color: 8769276.
HSL color Cylindrical-coordinate representation of color #FCCE85: hue angle of 36.81º 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 #FCCE85 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 133 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.01 |
| HSL | 36.81º | 0.95% | 0.75% | - |
| HSV(B) | 36.81º | 0.47% | 0.99% | - |
| XYZ | 66.45 | 66.53 | 31.53 | - |
| YUV | 211.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 133 | 0 | 0.18 | 0.47 | 0.01 | 36.81 | 0.95 | 0.75 |
| Hex | FC | CE | 85 | 0 | 12 | 2F | 1 | 25 | 5F | 4B |
| Octal | 374 | 316 | 205 | 0 | 22 | 57 | 1 | 45 | 137 | 113 |
| Binary | 11111100 | 11001110 | 10000101 | 0 | 10010 | 101111 | 1 | 100101 | 1011111 | 1001011 |
Color Harmonies of #FCCE85
Complementary color
Monochromatic Colors of #FCCE85
Black with #FCCE85
Text Example
Text Example
White with #FCCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE85; }
p { color: rgb(252,206,133); }
H1.HeaderClassName
{
color: #FCCE85;
}
.AnyTagClassName
{
color: #FCCE85;
}
</style>
background-color css
<style>
a { background-color: #FCCE85; }
a { background-color: rgb(252,206,133); }
div.DivClassName
{
background-color: #FCCE85;
}
.BgClassName
{
background-color: #FCCE85;
}
</style>
border-color css
<style>
span { border-color: #FCCE85; }
span { border-color: rgb(252,206,133); }
td.TdClassName
{
border-color: #FCCE85;
}
.TagClassName
{
border-color: #FCCE85;
}
</style>