Shades of Golden Tainoi #FFBE59
Tints of Golden Tainoi #FFBE59
RGB
CMYK
RGB Variations
Color information
#FFBE59 (or 0xFFBE59) is known color: Golden Tainoi. HEX triplet: FF, BE and 59. RGB value is (255,190,89). Sum of RGB (Red+Green+Blue) = 255+190+89=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE59 is #0041A6. Grayscale: #C6C6C6. Windows color (decimal): -16807 or 5881599. OLE color: 5881599.
HSL color Cylindrical-coordinate representation of color #FFBE59: hue angle of 36.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBE59 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 89 | - |
| CMYK | 0 | 0.25 | 0.65 | 0 |
| HSL | 36.51º | 1% | 0.67% | - |
| HSV(B) | 36.51º | 0.65% | 1% | - |
| XYZ | 61.46 | 58.81 | 17.56 | - |
| YUV | 197.92 | 66.53 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 89 | 0 | 0.25 | 0.65 | 0 | 36.51 | 1 | 0.67 |
| Hex | FF | BE | 59 | 0 | 19 | 41 | 0 | 25 | 64 | 43 |
| Octal | 377 | 276 | 131 | 0 | 31 | 101 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 10111110 | 1011001 | 0 | 11001 | 1000001 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFBE59
Complementary color
Monochromatic Colors of #FFBE59
Black with #FFBE59
Text Example
Text Example
White with #FFBE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE59; }
p { color: rgb(255,190,89); }
H1.HeaderClassName
{
color: #FFBE59;
}
.AnyTagClassName
{
color: #FFBE59;
}
</style>
background-color css
<style>
a { background-color: #FFBE59; }
a { background-color: rgb(255,190,89); }
div.DivClassName
{
background-color: #FFBE59;
}
.BgClassName
{
background-color: #FFBE59;
}
</style>
border-color css
<style>
span { border-color: #FFBE59; }
span { border-color: rgb(255,190,89); }
td.TdClassName
{
border-color: #FFBE59;
}
.TagClassName
{
border-color: #FFBE59;
}
</style>