Shades of Golden Tainoi #F6C359
Tints of Golden Tainoi #F6C359
RGB
CMYK
RGB Variations
Color information
#F6C359 (or 0xF6C359) is known color: Golden Tainoi. HEX triplet: F6, C3 and 59. RGB value is (246,195,89). Sum of RGB (Red+Green+Blue) = 246+195+89=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C359 is #093CA6. Grayscale: #C6C6C6. Windows color (decimal): -605351 or 5882870. OLE color: 5882870.
HSL color Cylindrical-coordinate representation of color #F6C359: hue angle of 40.51º 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 #F6C359 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 89 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.04 |
| HSL | 40.51º | 0.9% | 0.66% | - |
| HSV(B) | 40.51º | 0.64% | 0.96% | - |
| XYZ | 59.32 | 59.34 | 17.78 | - |
| YUV | 198.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 89 | 0 | 0.21 | 0.64 | 0.04 | 40.51 | 0.9 | 0.66 |
| Hex | F6 | C3 | 59 | 0 | 15 | 40 | 4 | 29 | 5A | 42 |
| Octal | 366 | 303 | 131 | 0 | 25 | 100 | 4 | 51 | 132 | 102 |
| Binary | 11110110 | 11000011 | 1011001 | 0 | 10101 | 1000000 | 100 | 101001 | 1011010 | 1000010 |
Color Harmonies of #F6C359
Complementary color
Monochromatic Colors of #F6C359
Black with #F6C359
Text Example
Text Example
White with #F6C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C359; }
p { color: rgb(246,195,89); }
H1.HeaderClassName
{
color: #F6C359;
}
.AnyTagClassName
{
color: #F6C359;
}
</style>
background-color css
<style>
a { background-color: #F6C359; }
a { background-color: rgb(246,195,89); }
div.DivClassName
{
background-color: #F6C359;
}
.BgClassName
{
background-color: #F6C359;
}
</style>
border-color css
<style>
span { border-color: #F6C359; }
span { border-color: rgb(246,195,89); }
td.TdClassName
{
border-color: #F6C359;
}
.TagClassName
{
border-color: #F6C359;
}
</style>