Shades of Golden Tainoi #FCC064
Tints of Golden Tainoi #FCC064
RGB
CMYK
RGB Variations
Color information
#FCC064 (or 0xFCC064) is known color: Golden Tainoi. HEX triplet: FC, C0 and 64. RGB value is (252,192,100). Sum of RGB (Red+Green+Blue) = 252+192+100=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC064 is #033F9B. Grayscale: #C7C7C7. Windows color (decimal): -212892 or 6603004. OLE color: 6603004.
HSL color Cylindrical-coordinate representation of color #FCC064: hue angle of 36.32º 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 #FCC064 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 100 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.01 |
| HSL | 36.32º | 0.96% | 0.69% | - |
| HSV(B) | 36.32º | 0.6% | 0.99% | - |
| XYZ | 61.29 | 59.31 | 20.27 | - |
| YUV | 199.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 100 | 0 | 0.24 | 0.60 | 0.01 | 36.32 | 0.96 | 0.69 |
| Hex | FC | C0 | 64 | 0 | 18 | 3C | 1 | 24 | 60 | 45 |
| Octal | 374 | 300 | 144 | 0 | 30 | 74 | 1 | 44 | 140 | 105 |
| Binary | 11111100 | 11000000 | 1100100 | 0 | 11000 | 111100 | 1 | 100100 | 1100000 | 1000101 |
Color Harmonies of #FCC064
Complementary color
Monochromatic Colors of #FCC064
Black with #FCC064
Text Example
Text Example
White with #FCC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC064; }
p { color: rgb(252,192,100); }
H1.HeaderClassName
{
color: #FCC064;
}
.AnyTagClassName
{
color: #FCC064;
}
</style>
background-color css
<style>
a { background-color: #FCC064; }
a { background-color: rgb(252,192,100); }
div.DivClassName
{
background-color: #FCC064;
}
.BgClassName
{
background-color: #FCC064;
}
</style>
border-color css
<style>
span { border-color: #FCC064; }
span { border-color: rgb(252,192,100); }
td.TdClassName
{
border-color: #FCC064;
}
.TagClassName
{
border-color: #FCC064;
}
</style>