Shades of Golden Tainoi #FFC064
Tints of Golden Tainoi #FFC064
RGB
CMYK
RGB Variations
Color information
#FFC064 (or 0xFFC064) is known color: Golden Tainoi. HEX triplet: FF, C0 and 64. RGB value is (255,192,100). Sum of RGB (Red+Green+Blue) = 255+192+100=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC064 is #003F9B. Grayscale: #C8C8C8. Windows color (decimal): -16284 or 6603007. OLE color: 6603007.
HSL color Cylindrical-coordinate representation of color #FFC064: hue angle of 35.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC064 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 100 | - |
| CMYK | 0 | 0.25 | 0.61 | 0 |
| HSL | 35.61º | 1% | 0.7% | - |
| HSV(B) | 35.61º | 0.61% | 1% | - |
| XYZ | 62.39 | 59.88 | 20.33 | - |
| YUV | 200.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 100 | 0 | 0.25 | 0.61 | 0 | 35.61 | 1 | 0.7 |
| Hex | FF | C0 | 64 | 0 | 19 | 3D | 0 | 24 | 64 | 46 |
| Octal | 377 | 300 | 144 | 0 | 31 | 75 | 0 | 44 | 144 | 106 |
| Binary | 11111111 | 11000000 | 1100100 | 0 | 11001 | 111101 | 0 | 100100 | 1100100 | 1000110 |
Color Harmonies of #FFC064
Complementary color
Monochromatic Colors of #FFC064
Black with #FFC064
Text Example
Text Example
White with #FFC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC064; }
p { color: rgb(255,192,100); }
H1.HeaderClassName
{
color: #FFC064;
}
.AnyTagClassName
{
color: #FFC064;
}
</style>
background-color css
<style>
a { background-color: #FFC064; }
a { background-color: rgb(255,192,100); }
div.DivClassName
{
background-color: #FFC064;
}
.BgClassName
{
background-color: #FFC064;
}
</style>
border-color css
<style>
span { border-color: #FFC064; }
span { border-color: rgb(255,192,100); }
td.TdClassName
{
border-color: #FFC064;
}
.TagClassName
{
border-color: #FFC064;
}
</style>