Shades of Golden Tainoi #FFC164
Tints of Golden Tainoi #FFC164
RGB
CMYK
RGB Variations
Color information
#FFC164 (or 0xFFC164) is known color: Golden Tainoi. HEX triplet: FF, C1 and 64. RGB value is (255,193,100). Sum of RGB (Red+Green+Blue) = 255+193+100=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC164 is #003E9B. Grayscale: #C9C9C9. Windows color (decimal): -16028 or 6603263. OLE color: 6603263.
HSL color Cylindrical-coordinate representation of color #FFC164: hue angle of 36º 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 #FFC164 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 100 | - |
| CMYK | 0 | 0.24 | 0.61 | 0 |
| HSL | 36º | 1% | 0.7% | - |
| HSV(B) | 36º | 0.61% | 1% | - |
| XYZ | 62.61 | 60.32 | 20.4 | - |
| YUV | 200.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 100 | 0 | 0.24 | 0.61 | 0 | 36 | 1 | 0.7 |
| Hex | FF | C1 | 64 | 0 | 18 | 3D | 0 | 24 | 64 | 46 |
| Octal | 377 | 301 | 144 | 0 | 30 | 75 | 0 | 44 | 144 | 106 |
| Binary | 11111111 | 11000001 | 1100100 | 0 | 11000 | 111101 | 0 | 100100 | 1100100 | 1000110 |
Color Harmonies of #FFC164
Complementary color
Monochromatic Colors of #FFC164
Black with #FFC164
Text Example
Text Example
White with #FFC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC164; }
p { color: rgb(255,193,100); }
H1.HeaderClassName
{
color: #FFC164;
}
.AnyTagClassName
{
color: #FFC164;
}
</style>
background-color css
<style>
a { background-color: #FFC164; }
a { background-color: rgb(255,193,100); }
div.DivClassName
{
background-color: #FFC164;
}
.BgClassName
{
background-color: #FFC164;
}
</style>
border-color css
<style>
span { border-color: #FFC164; }
span { border-color: rgb(255,193,100); }
td.TdClassName
{
border-color: #FFC164;
}
.TagClassName
{
border-color: #FFC164;
}
</style>