Shades of Golden Tainoi #FBC756
Tints of Golden Tainoi #FBC756
RGB
CMYK
RGB Variations
Color information
#FBC756 (or 0xFBC756) is known color: Golden Tainoi. HEX triplet: FB, C7 and 56. RGB value is (251,199,86). Sum of RGB (Red+Green+Blue) = 251+199+86=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC756 is #0438A9. Grayscale: #CACACA. Windows color (decimal): -276650 or 5687291. OLE color: 5687291.
HSL color Cylindrical-coordinate representation of color #FBC756: hue angle of 41.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBC756 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.02 |
| HSL | 41.09º | 0.95% | 0.66% | - |
| HSV(B) | 41.09º | 0.66% | 0.98% | - |
| XYZ | 61.89 | 62.03 | 17.51 | - |
| YUV | 201.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 86 | 0 | 0.21 | 0.66 | 0.02 | 41.09 | 0.95 | 0.66 |
| Hex | FB | C7 | 56 | 0 | 15 | 42 | 2 | 29 | 5F | 42 |
| Octal | 373 | 307 | 126 | 0 | 25 | 102 | 2 | 51 | 137 | 102 |
| Binary | 11111011 | 11000111 | 1010110 | 0 | 10101 | 1000010 | 10 | 101001 | 1011111 | 1000010 |
Color Harmonies of #FBC756
Complementary color
Monochromatic Colors of #FBC756
Black with #FBC756
Text Example
Text Example
White with #FBC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC756; }
p { color: rgb(251,199,86); }
H1.HeaderClassName
{
color: #FBC756;
}
.AnyTagClassName
{
color: #FBC756;
}
</style>
background-color css
<style>
a { background-color: #FBC756; }
a { background-color: rgb(251,199,86); }
div.DivClassName
{
background-color: #FBC756;
}
.BgClassName
{
background-color: #FBC756;
}
</style>
border-color css
<style>
span { border-color: #FBC756; }
span { border-color: rgb(251,199,86); }
td.TdClassName
{
border-color: #FBC756;
}
.TagClassName
{
border-color: #FBC756;
}
</style>