Shades of Golden Tainoi #F6C362
Tints of Golden Tainoi #F6C362
RGB
CMYK
RGB Variations
Color information
#F6C362 (or 0xF6C362) is known color: Golden Tainoi. HEX triplet: F6, C3 and 62. RGB value is (246,195,98). Sum of RGB (Red+Green+Blue) = 246+195+98=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C362 is #093C9D. Grayscale: #C7C7C7. Windows color (decimal): -605342 or 6472694. OLE color: 6472694.
HSL color Cylindrical-coordinate representation of color #F6C362: hue angle of 39.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6C362 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 98 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.04 |
| HSL | 39.32º | 0.89% | 0.67% | - |
| HSV(B) | 39.32º | 0.6% | 0.96% | - |
| XYZ | 59.73 | 59.5 | 19.89 | - |
| YUV | 199.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 98 | 0 | 0.21 | 0.60 | 0.04 | 39.32 | 0.89 | 0.67 |
| Hex | F6 | C3 | 62 | 0 | 15 | 3C | 4 | 27 | 59 | 43 |
| Octal | 366 | 303 | 142 | 0 | 25 | 74 | 4 | 47 | 131 | 103 |
| Binary | 11110110 | 11000011 | 1100010 | 0 | 10101 | 111100 | 100 | 100111 | 1011001 | 1000011 |
Color Harmonies of #F6C362
Complementary color
Monochromatic Colors of #F6C362
Black with #F6C362
Text Example
Text Example
White with #F6C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C362; }
p { color: rgb(246,195,98); }
H1.HeaderClassName
{
color: #F6C362;
}
.AnyTagClassName
{
color: #F6C362;
}
</style>
background-color css
<style>
a { background-color: #F6C362; }
a { background-color: rgb(246,195,98); }
div.DivClassName
{
background-color: #F6C362;
}
.BgClassName
{
background-color: #F6C362;
}
</style>
border-color css
<style>
span { border-color: #F6C362; }
span { border-color: rgb(246,195,98); }
td.TdClassName
{
border-color: #F6C362;
}
.TagClassName
{
border-color: #F6C362;
}
</style>