Shades of Golden Tainoi #FCC164
Tints of Golden Tainoi #FCC164
RGB
CMYK
RGB Variations
Color information
#FCC164 (or 0xFCC164) is known color: Golden Tainoi. HEX triplet: FC, C1 and 64. RGB value is (252,193,100). Sum of RGB (Red+Green+Blue) = 252+193+100=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC164 is #033E9B. Grayscale: #C8C8C8. Windows color (decimal): -212636 or 6603260. OLE color: 6603260.
HSL color Cylindrical-coordinate representation of color #FCC164: hue angle of 36.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC164 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 100 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 36.71º | 0.96% | 0.69% | - |
| HSV(B) | 36.71º | 0.6% | 0.99% | - |
| XYZ | 61.52 | 59.76 | 20.35 | - |
| YUV | 200.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 100 | 0 | 0.23 | 0.60 | 0.01 | 36.71 | 0.96 | 0.69 |
| Hex | FC | C1 | 64 | 0 | 17 | 3C | 1 | 25 | 60 | 45 |
| Octal | 374 | 301 | 144 | 0 | 27 | 74 | 1 | 45 | 140 | 105 |
| Binary | 11111100 | 11000001 | 1100100 | 0 | 10111 | 111100 | 1 | 100101 | 1100000 | 1000101 |
Color Harmonies of #FCC164
Complementary color
Monochromatic Colors of #FCC164
Black with #FCC164
Text Example
Text Example
White with #FCC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC164; }
p { color: rgb(252,193,100); }
H1.HeaderClassName
{
color: #FCC164;
}
.AnyTagClassName
{
color: #FCC164;
}
</style>
background-color css
<style>
a { background-color: #FCC164; }
a { background-color: rgb(252,193,100); }
div.DivClassName
{
background-color: #FCC164;
}
.BgClassName
{
background-color: #FCC164;
}
</style>
border-color css
<style>
span { border-color: #FCC164; }
span { border-color: rgb(252,193,100); }
td.TdClassName
{
border-color: #FCC164;
}
.TagClassName
{
border-color: #FCC164;
}
</style>