Shades of Golden Tainoi #F6C460
Tints of Golden Tainoi #F6C460
RGB
CMYK
RGB Variations
Color information
#F6C460 (or 0xF6C460) is known color: Golden Tainoi. HEX triplet: F6, C4 and 60. RGB value is (246,196,96). Sum of RGB (Red+Green+Blue) = 246+196+96=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C460 is #093B9F. Grayscale: #C8C8C8. Windows color (decimal): -605088 or 6341878. OLE color: 6341878.
HSL color Cylindrical-coordinate representation of color #F6C460: hue angle of 40º 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 #F6C460 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 96 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.04 |
| HSL | 40º | 0.89% | 0.67% | - |
| HSV(B) | 40º | 0.61% | 0.96% | - |
| XYZ | 59.86 | 59.92 | 19.48 | - |
| YUV | 199.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 96 | 0 | 0.20 | 0.61 | 0.04 | 40 | 0.89 | 0.67 |
| Hex | F6 | C4 | 60 | 0 | 14 | 3D | 4 | 28 | 59 | 43 |
| Octal | 366 | 304 | 140 | 0 | 24 | 75 | 4 | 50 | 131 | 103 |
| Binary | 11110110 | 11000100 | 1100000 | 0 | 10100 | 111101 | 100 | 101000 | 1011001 | 1000011 |
Color Harmonies of #F6C460
Complementary color
Monochromatic Colors of #F6C460
Black with #F6C460
Text Example
Text Example
White with #F6C460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C460; }
p { color: rgb(246,196,96); }
H1.HeaderClassName
{
color: #F6C460;
}
.AnyTagClassName
{
color: #F6C460;
}
</style>
background-color css
<style>
a { background-color: #F6C460; }
a { background-color: rgb(246,196,96); }
div.DivClassName
{
background-color: #F6C460;
}
.BgClassName
{
background-color: #F6C460;
}
</style>
border-color css
<style>
span { border-color: #F6C460; }
span { border-color: rgb(246,196,96); }
td.TdClassName
{
border-color: #F6C460;
}
.TagClassName
{
border-color: #F6C460;
}
</style>