Shades of Golden Tainoi #F6C160
Tints of Golden Tainoi #F6C160
RGB
CMYK
RGB Variations
Color information
#F6C160 (or 0xF6C160) is known color: Golden Tainoi. HEX triplet: F6, C1 and 60. RGB value is (246,193,96). Sum of RGB (Red+Green+Blue) = 246+193+96=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C160 is #093E9F. Grayscale: #C6C6C6. Windows color (decimal): -605856 or 6341110. OLE color: 6341110.
HSL color Cylindrical-coordinate representation of color #F6C160: hue angle of 38.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6C160 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 96 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.04 |
| HSL | 38.8º | 0.89% | 0.67% | - |
| HSV(B) | 38.8º | 0.61% | 0.96% | - |
| XYZ | 59.19 | 58.58 | 19.25 | - |
| YUV | 197.79 | 70.56 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 96 | 0 | 0.22 | 0.61 | 0.04 | 38.8 | 0.89 | 0.67 |
| Hex | F6 | C1 | 60 | 0 | 16 | 3D | 4 | 27 | 59 | 43 |
| Octal | 366 | 301 | 140 | 0 | 26 | 75 | 4 | 47 | 131 | 103 |
| Binary | 11110110 | 11000001 | 1100000 | 0 | 10110 | 111101 | 100 | 100111 | 1011001 | 1000011 |
Color Harmonies of #F6C160
Complementary color
Monochromatic Colors of #F6C160
Black with #F6C160
Text Example
Text Example
White with #F6C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C160; }
p { color: rgb(246,193,96); }
H1.HeaderClassName
{
color: #F6C160;
}
.AnyTagClassName
{
color: #F6C160;
}
</style>
background-color css
<style>
a { background-color: #F6C160; }
a { background-color: rgb(246,193,96); }
div.DivClassName
{
background-color: #F6C160;
}
.BgClassName
{
background-color: #F6C160;
}
</style>
border-color css
<style>
span { border-color: #F6C160; }
span { border-color: rgb(246,193,96); }
td.TdClassName
{
border-color: #F6C160;
}
.TagClassName
{
border-color: #F6C160;
}
</style>