Shades of Golden Tainoi #F6C259
Tints of Golden Tainoi #F6C259
RGB
CMYK
RGB Variations
Color information
#F6C259 (or 0xF6C259) is known color: Golden Tainoi. HEX triplet: F6, C2 and 59. RGB value is (246,194,89). Sum of RGB (Red+Green+Blue) = 246+194+89=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C259 is #093DA6. Grayscale: #C6C6C6. Windows color (decimal): -605607 or 5882614. OLE color: 5882614.
HSL color Cylindrical-coordinate representation of color #F6C259: hue angle of 40.13º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6C259 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 89 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.04 |
| HSL | 40.13º | 0.9% | 0.66% | - |
| HSV(B) | 40.13º | 0.64% | 0.96% | - |
| XYZ | 59.1 | 58.9 | 17.7 | - |
| YUV | 197.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 89 | 0 | 0.21 | 0.64 | 0.04 | 40.13 | 0.9 | 0.66 |
| Hex | F6 | C2 | 59 | 0 | 15 | 40 | 4 | 28 | 5A | 42 |
| Octal | 366 | 302 | 131 | 0 | 25 | 100 | 4 | 50 | 132 | 102 |
| Binary | 11110110 | 11000010 | 1011001 | 0 | 10101 | 1000000 | 100 | 101000 | 1011010 | 1000010 |
Color Harmonies of #F6C259
Complementary color
Monochromatic Colors of #F6C259
Black with #F6C259
Text Example
Text Example
White with #F6C259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C259; }
p { color: rgb(246,194,89); }
H1.HeaderClassName
{
color: #F6C259;
}
.AnyTagClassName
{
color: #F6C259;
}
</style>
background-color css
<style>
a { background-color: #F6C259; }
a { background-color: rgb(246,194,89); }
div.DivClassName
{
background-color: #F6C259;
}
.BgClassName
{
background-color: #F6C259;
}
</style>
border-color css
<style>
span { border-color: #F6C259; }
span { border-color: rgb(246,194,89); }
td.TdClassName
{
border-color: #F6C259;
}
.TagClassName
{
border-color: #F6C259;
}
</style>