Shades of Golden Tainoi #FBBE5B
Tints of Golden Tainoi #FBBE5B
RGB
CMYK
RGB Variations
Color information
#FBBE5B (or 0xFBBE5B) is known color: Golden Tainoi. HEX triplet: FB, BE and 5B. RGB value is (251,190,91). Sum of RGB (Red+Green+Blue) = 251+190+91=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBE5B is #0441A4. Grayscale: #C5C5C5. Windows color (decimal): -278949 or 6012667. OLE color: 6012667.
HSL color Cylindrical-coordinate representation of color #FBBE5B: hue angle of 37.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBBE5B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.02 |
| HSL | 37.13º | 0.95% | 0.67% | - |
| HSV(B) | 37.13º | 0.64% | 0.98% | - |
| XYZ | 60.09 | 58.09 | 17.94 | - |
| YUV | 196.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 91 | 0 | 0.24 | 0.64 | 0.02 | 37.13 | 0.95 | 0.67 |
| Hex | FB | BE | 5B | 0 | 18 | 40 | 2 | 25 | 5F | 43 |
| Octal | 373 | 276 | 133 | 0 | 30 | 100 | 2 | 45 | 137 | 103 |
| Binary | 11111011 | 10111110 | 1011011 | 0 | 11000 | 1000000 | 10 | 100101 | 1011111 | 1000011 |
Color Harmonies of #FBBE5B
Complementary color
Monochromatic Colors of #FBBE5B
Black with #FBBE5B
Text Example
Text Example
White with #FBBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE5B; }
p { color: rgb(251,190,91); }
H1.HeaderClassName
{
color: #FBBE5B;
}
.AnyTagClassName
{
color: #FBBE5B;
}
</style>
background-color css
<style>
a { background-color: #FBBE5B; }
a { background-color: rgb(251,190,91); }
div.DivClassName
{
background-color: #FBBE5B;
}
.BgClassName
{
background-color: #FBBE5B;
}
</style>
border-color css
<style>
span { border-color: #FBBE5B; }
span { border-color: rgb(251,190,91); }
td.TdClassName
{
border-color: #FBBE5B;
}
.TagClassName
{
border-color: #FBBE5B;
}
</style>