Shades of Golden Tainoi #FBBB4D
Tints of Golden Tainoi #FBBB4D
RGB
CMYK
RGB Variations
Color information
#FBBB4D (or 0xFBBB4D) is known color: Golden Tainoi. HEX triplet: FB, BB and 4D. RGB value is (251,187,77). Sum of RGB (Red+Green+Blue) = 251+187+77=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBB4D is #0444B2. Grayscale: #C2C2C2. Windows color (decimal): -279731 or 5094395. OLE color: 5094395.
HSL color Cylindrical-coordinate representation of color #FBBB4D: hue angle of 37.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBBB4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 37.93º | 0.96% | 0.64% | - |
| HSV(B) | 37.93º | 0.69% | 0.98% | - |
| XYZ | 58.89 | 56.59 | 14.84 | - |
| YUV | 193.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 77 | 0 | 0.25 | 0.69 | 0.02 | 37.93 | 0.96 | 0.64 |
| Hex | FB | BB | 4D | 0 | 19 | 45 | 2 | 26 | 60 | 40 |
| Octal | 373 | 273 | 115 | 0 | 31 | 105 | 2 | 46 | 140 | 100 |
| Binary | 11111011 | 10111011 | 1001101 | 0 | 11001 | 1000101 | 10 | 100110 | 1100000 | 1000000 |
Color Harmonies of #FBBB4D
Complementary color
Monochromatic Colors of #FBBB4D
Black with #FBBB4D
Text Example
Text Example
White with #FBBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB4D; }
p { color: rgb(251,187,77); }
H1.HeaderClassName
{
color: #FBBB4D;
}
.AnyTagClassName
{
color: #FBBB4D;
}
</style>
background-color css
<style>
a { background-color: #FBBB4D; }
a { background-color: rgb(251,187,77); }
div.DivClassName
{
background-color: #FBBB4D;
}
.BgClassName
{
background-color: #FBBB4D;
}
</style>
border-color css
<style>
span { border-color: #FBBB4D; }
span { border-color: rgb(251,187,77); }
td.TdClassName
{
border-color: #FBBB4D;
}
.TagClassName
{
border-color: #FBBB4D;
}
</style>