Shades of Cherokee #FCCF84
Tints of Cherokee #FCCF84
RGB
CMYK
RGB Variations
Color information
#FCCF84 (or 0xFCCF84) is known color: Cherokee. HEX triplet: FC, CF and 84. RGB value is (252,207,132). Sum of RGB (Red+Green+Blue) = 252+207+132=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF84 is #03307B. Grayscale: #D4D4D4. Windows color (decimal): -209020 or 8703996. OLE color: 8703996.
HSL color Cylindrical-coordinate representation of color #FCCF84: hue angle of 37.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCCF84 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 132 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.01 |
| HSL | 37.5º | 0.95% | 0.75% | - |
| HSV(B) | 37.5º | 0.48% | 0.99% | - |
| XYZ | 66.62 | 66.99 | 31.25 | - |
| YUV | 211.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 132 | 0 | 0.18 | 0.48 | 0.01 | 37.5 | 0.95 | 0.75 |
| Hex | FC | CF | 84 | 0 | 12 | 30 | 1 | 26 | 5F | 4B |
| Octal | 374 | 317 | 204 | 0 | 22 | 60 | 1 | 46 | 137 | 113 |
| Binary | 11111100 | 11001111 | 10000100 | 0 | 10010 | 110000 | 1 | 100110 | 1011111 | 1001011 |
Color Harmonies of #FCCF84
Complementary color
Monochromatic Colors of #FCCF84
Black with #FCCF84
Text Example
Text Example
White with #FCCF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF84; }
p { color: rgb(252,207,132); }
H1.HeaderClassName
{
color: #FCCF84;
}
.AnyTagClassName
{
color: #FCCF84;
}
</style>
background-color css
<style>
a { background-color: #FCCF84; }
a { background-color: rgb(252,207,132); }
div.DivClassName
{
background-color: #FCCF84;
}
.BgClassName
{
background-color: #FCCF84;
}
</style>
border-color css
<style>
span { border-color: #FCCF84; }
span { border-color: rgb(252,207,132); }
td.TdClassName
{
border-color: #FCCF84;
}
.TagClassName
{
border-color: #FCCF84;
}
</style>