Shades of Golden Tainoi #FBBE5E
Tints of Golden Tainoi #FBBE5E
RGB
CMYK
RGB Variations
Color information
#FBBE5E (or 0xFBBE5E) is known color: Golden Tainoi. HEX triplet: FB, BE and 5E. RGB value is (251,190,94). Sum of RGB (Red+Green+Blue) = 251+190+94=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBE5E is #0441A1. Grayscale: #C5C5C5. Windows color (decimal): -278946 or 6209275. OLE color: 6209275.
HSL color Cylindrical-coordinate representation of color #FBBE5E: hue angle of 36.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBBE5E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.02 |
| HSL | 36.69º | 0.95% | 0.68% | - |
| HSV(B) | 36.69º | 0.63% | 0.98% | - |
| XYZ | 60.22 | 58.14 | 18.64 | - |
| YUV | 197.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 94 | 0 | 0.24 | 0.63 | 0.02 | 36.69 | 0.95 | 0.68 |
| Hex | FB | BE | 5E | 0 | 18 | 3F | 2 | 25 | 5F | 44 |
| Octal | 373 | 276 | 136 | 0 | 30 | 77 | 2 | 45 | 137 | 104 |
| Binary | 11111011 | 10111110 | 1011110 | 0 | 11000 | 111111 | 10 | 100101 | 1011111 | 1000100 |
Color Harmonies of #FBBE5E
Complementary color
Monochromatic Colors of #FBBE5E
Black with #FBBE5E
Text Example
Text Example
White with #FBBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE5E; }
p { color: rgb(251,190,94); }
H1.HeaderClassName
{
color: #FBBE5E;
}
.AnyTagClassName
{
color: #FBBE5E;
}
</style>
background-color css
<style>
a { background-color: #FBBE5E; }
a { background-color: rgb(251,190,94); }
div.DivClassName
{
background-color: #FBBE5E;
}
.BgClassName
{
background-color: #FBBE5E;
}
</style>
border-color css
<style>
span { border-color: #FBBE5E; }
span { border-color: rgb(251,190,94); }
td.TdClassName
{
border-color: #FBBE5E;
}
.TagClassName
{
border-color: #FBBE5E;
}
</style>