Shades of Golden Tainoi #FBC656
Tints of Golden Tainoi #FBC656
RGB
CMYK
RGB Variations
Color information
#FBC656 (or 0xFBC656) is known color: Golden Tainoi. HEX triplet: FB, C6 and 56. RGB value is (251,198,86). Sum of RGB (Red+Green+Blue) = 251+198+86=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC656 is #0439A9. Grayscale: #C9C9C9. Windows color (decimal): -276906 or 5687035. OLE color: 5687035.
HSL color Cylindrical-coordinate representation of color #FBC656: hue angle of 40.73º 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 #FBC656 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.02 |
| HSL | 40.73º | 0.95% | 0.66% | - |
| HSV(B) | 40.73º | 0.66% | 0.98% | - |
| XYZ | 61.66 | 61.57 | 17.44 | - |
| YUV | 201.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 86 | 0 | 0.21 | 0.66 | 0.02 | 40.73 | 0.95 | 0.66 |
| Hex | FB | C6 | 56 | 0 | 15 | 42 | 2 | 29 | 5F | 42 |
| Octal | 373 | 306 | 126 | 0 | 25 | 102 | 2 | 51 | 137 | 102 |
| Binary | 11111011 | 11000110 | 1010110 | 0 | 10101 | 1000010 | 10 | 101001 | 1011111 | 1000010 |
Color Harmonies of #FBC656
Complementary color
Monochromatic Colors of #FBC656
Black with #FBC656
Text Example
Text Example
White with #FBC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC656; }
p { color: rgb(251,198,86); }
H1.HeaderClassName
{
color: #FBC656;
}
.AnyTagClassName
{
color: #FBC656;
}
</style>
background-color css
<style>
a { background-color: #FBC656; }
a { background-color: rgb(251,198,86); }
div.DivClassName
{
background-color: #FBC656;
}
.BgClassName
{
background-color: #FBC656;
}
</style>
border-color css
<style>
span { border-color: #FBC656; }
span { border-color: rgb(251,198,86); }
td.TdClassName
{
border-color: #FBC656;
}
.TagClassName
{
border-color: #FBC656;
}
</style>