Shades of Golden Tainoi #FFBE58
Tints of Golden Tainoi #FFBE58
RGB
CMYK
RGB Variations
Color information
#FFBE58 (or 0xFFBE58) is known color: Golden Tainoi. HEX triplet: FF, BE and 58. RGB value is (255,190,88). Sum of RGB (Red+Green+Blue) = 255+190+88=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE58 is #0041A7. Grayscale: #C6C6C6. Windows color (decimal): -16808 or 5816063. OLE color: 5816063.
HSL color Cylindrical-coordinate representation of color #FFBE58: hue angle of 36.65º 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 #FFBE58 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 88 | - |
| CMYK | 0 | 0.25 | 0.65 | 0 |
| HSL | 36.65º | 1% | 0.67% | - |
| HSV(B) | 36.65º | 0.65% | 1% | - |
| XYZ | 61.41 | 58.79 | 17.34 | - |
| YUV | 197.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 88 | 0 | 0.25 | 0.65 | 0 | 36.65 | 1 | 0.67 |
| Hex | FF | BE | 58 | 0 | 19 | 41 | 0 | 25 | 64 | 43 |
| Octal | 377 | 276 | 130 | 0 | 31 | 101 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 10111110 | 1011000 | 0 | 11001 | 1000001 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFBE58
Complementary color
Monochromatic Colors of #FFBE58
Black with #FFBE58
Text Example
Text Example
White with #FFBE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE58; }
p { color: rgb(255,190,88); }
H1.HeaderClassName
{
color: #FFBE58;
}
.AnyTagClassName
{
color: #FFBE58;
}
</style>
background-color css
<style>
a { background-color: #FFBE58; }
a { background-color: rgb(255,190,88); }
div.DivClassName
{
background-color: #FFBE58;
}
.BgClassName
{
background-color: #FFBE58;
}
</style>
border-color css
<style>
span { border-color: #FFBE58; }
span { border-color: rgb(255,190,88); }
td.TdClassName
{
border-color: #FFBE58;
}
.TagClassName
{
border-color: #FFBE58;
}
</style>