Shades of Cherokee #FCCF85
Tints of Cherokee #FCCF85
RGB
CMYK
RGB Variations
Color information
#FCCF85 (or 0xFCCF85) is known color: Cherokee. HEX triplet: FC, CF and 85. RGB value is (252,207,133). Sum of RGB (Red+Green+Blue) = 252+207+133=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF85 is #03307A. Grayscale: #D4D4D4. Windows color (decimal): -209019 or 8769532. OLE color: 8769532.
HSL color Cylindrical-coordinate representation of color #FCCF85: hue angle of 37.31º 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 #FCCF85 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 133 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.01 |
| HSL | 37.31º | 0.95% | 0.75% | - |
| HSV(B) | 37.31º | 0.47% | 0.99% | - |
| XYZ | 66.69 | 67.01 | 31.61 | - |
| YUV | 212.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 133 | 0 | 0.18 | 0.47 | 0.01 | 37.31 | 0.95 | 0.75 |
| Hex | FC | CF | 85 | 0 | 12 | 2F | 1 | 25 | 5F | 4B |
| Octal | 374 | 317 | 205 | 0 | 22 | 57 | 1 | 45 | 137 | 113 |
| Binary | 11111100 | 11001111 | 10000101 | 0 | 10010 | 101111 | 1 | 100101 | 1011111 | 1001011 |
Color Harmonies of #FCCF85
Complementary color
Monochromatic Colors of #FCCF85
Black with #FCCF85
Text Example
Text Example
White with #FCCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF85; }
p { color: rgb(252,207,133); }
H1.HeaderClassName
{
color: #FCCF85;
}
.AnyTagClassName
{
color: #FCCF85;
}
</style>
background-color css
<style>
a { background-color: #FCCF85; }
a { background-color: rgb(252,207,133); }
div.DivClassName
{
background-color: #FCCF85;
}
.BgClassName
{
background-color: #FCCF85;
}
</style>
border-color css
<style>
span { border-color: #FCCF85; }
span { border-color: rgb(252,207,133); }
td.TdClassName
{
border-color: #FCCF85;
}
.TagClassName
{
border-color: #FCCF85;
}
</style>