Shades of Golden Tainoi #F6BB51
Tints of Golden Tainoi #F6BB51
RGB
CMYK
RGB Variations
Color information
#F6BB51 (or 0xF6BB51) is known color: Golden Tainoi. HEX triplet: F6, BB and 51. RGB value is (246,187,81). Sum of RGB (Red+Green+Blue) = 246+187+81=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BB51 is #0944AE. Grayscale: #C1C1C1. Windows color (decimal): -607407 or 5356534. OLE color: 5356534.
HSL color Cylindrical-coordinate representation of color #F6BB51: hue angle of 38.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6BB51 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 81 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.04 |
| HSL | 38.55º | 0.9% | 0.64% | - |
| HSV(B) | 38.55º | 0.67% | 0.96% | - |
| XYZ | 57.26 | 55.73 | 15.52 | - |
| YUV | 192.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 81 | 0 | 0.24 | 0.67 | 0.04 | 38.55 | 0.9 | 0.64 |
| Hex | F6 | BB | 51 | 0 | 18 | 43 | 4 | 27 | 5A | 40 |
| Octal | 366 | 273 | 121 | 0 | 30 | 103 | 4 | 47 | 132 | 100 |
| Binary | 11110110 | 10111011 | 1010001 | 0 | 11000 | 1000011 | 100 | 100111 | 1011010 | 1000000 |
Color Harmonies of #F6BB51
Complementary color
Monochromatic Colors of #F6BB51
Black with #F6BB51
Text Example
Text Example
White with #F6BB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BB51; }
p { color: rgb(246,187,81); }
H1.HeaderClassName
{
color: #F6BB51;
}
.AnyTagClassName
{
color: #F6BB51;
}
</style>
background-color css
<style>
a { background-color: #F6BB51; }
a { background-color: rgb(246,187,81); }
div.DivClassName
{
background-color: #F6BB51;
}
.BgClassName
{
background-color: #F6BB51;
}
</style>
border-color css
<style>
span { border-color: #F6BB51; }
span { border-color: rgb(246,187,81); }
td.TdClassName
{
border-color: #F6BB51;
}
.TagClassName
{
border-color: #F6BB51;
}
</style>