Shades of Golden Tainoi #F6BC58
Tints of Golden Tainoi #F6BC58
RGB
CMYK
RGB Variations
Color information
#F6BC58 (or 0xF6BC58) is known color: Golden Tainoi. HEX triplet: F6, BC and 58. RGB value is (246,188,88). Sum of RGB (Red+Green+Blue) = 246+188+88=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BC58 is #0943A7. Grayscale: #C2C2C2. Windows color (decimal): -607144 or 5815542. OLE color: 5815542.
HSL color Cylindrical-coordinate representation of color #F6BC58: hue angle of 37.97º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6BC58 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 88 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.04 |
| HSL | 37.97º | 0.9% | 0.65% | - |
| HSV(B) | 37.97º | 0.64% | 0.96% | - |
| XYZ | 57.75 | 56.26 | 17.05 | - |
| YUV | 193.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 88 | 0 | 0.24 | 0.64 | 0.04 | 37.97 | 0.9 | 0.65 |
| Hex | F6 | BC | 58 | 0 | 18 | 40 | 4 | 26 | 5A | 41 |
| Octal | 366 | 274 | 130 | 0 | 30 | 100 | 4 | 46 | 132 | 101 |
| Binary | 11110110 | 10111100 | 1011000 | 0 | 11000 | 1000000 | 100 | 100110 | 1011010 | 1000001 |
Color Harmonies of #F6BC58
Complementary color
Monochromatic Colors of #F6BC58
Black with #F6BC58
Text Example
Text Example
White with #F6BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC58; }
p { color: rgb(246,188,88); }
H1.HeaderClassName
{
color: #F6BC58;
}
.AnyTagClassName
{
color: #F6BC58;
}
</style>
background-color css
<style>
a { background-color: #F6BC58; }
a { background-color: rgb(246,188,88); }
div.DivClassName
{
background-color: #F6BC58;
}
.BgClassName
{
background-color: #F6BC58;
}
</style>
border-color css
<style>
span { border-color: #F6BC58; }
span { border-color: rgb(246,188,88); }
td.TdClassName
{
border-color: #F6BC58;
}
.TagClassName
{
border-color: #F6BC58;
}
</style>