Shades of Cherokee #FCCB85
Tints of Cherokee #FCCB85
RGB
CMYK
RGB Variations
Color information
#FCCB85 (or 0xFCCB85) is known color: Cherokee. HEX triplet: FC, CB and 85. RGB value is (252,203,133). Sum of RGB (Red+Green+Blue) = 252+203+133=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB85 is #03347A. Grayscale: #D2D2D2. Windows color (decimal): -210043 or 8768508. OLE color: 8768508.
HSL color Cylindrical-coordinate representation of color #FCCB85: hue angle of 35.29º 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 #FCCB85 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 133 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.01 |
| HSL | 35.29º | 0.95% | 0.75% | - |
| HSV(B) | 35.29º | 0.47% | 0.99% | - |
| XYZ | 65.73 | 65.1 | 31.29 | - |
| YUV | 209.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 133 | 0 | 0.19 | 0.47 | 0.01 | 35.29 | 0.95 | 0.75 |
| Hex | FC | CB | 85 | 0 | 13 | 2F | 1 | 23 | 5F | 4B |
| Octal | 374 | 313 | 205 | 0 | 23 | 57 | 1 | 43 | 137 | 113 |
| Binary | 11111100 | 11001011 | 10000101 | 0 | 10011 | 101111 | 1 | 100011 | 1011111 | 1001011 |
Color Harmonies of #FCCB85
Complementary color
Monochromatic Colors of #FCCB85
Black with #FCCB85
Text Example
Text Example
White with #FCCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB85; }
p { color: rgb(252,203,133); }
H1.HeaderClassName
{
color: #FCCB85;
}
.AnyTagClassName
{
color: #FCCB85;
}
</style>
background-color css
<style>
a { background-color: #FCCB85; }
a { background-color: rgb(252,203,133); }
div.DivClassName
{
background-color: #FCCB85;
}
.BgClassName
{
background-color: #FCCB85;
}
</style>
border-color css
<style>
span { border-color: #FCCB85; }
span { border-color: rgb(252,203,133); }
td.TdClassName
{
border-color: #FCCB85;
}
.TagClassName
{
border-color: #FCCB85;
}
</style>