Shades of Golden Tainoi #FFBE56
Tints of Golden Tainoi #FFBE56
RGB
CMYK
RGB Variations
Color information
#FFBE56 (or 0xFFBE56) is known color: Golden Tainoi. HEX triplet: FF, BE and 56. RGB value is (255,190,86). Sum of RGB (Red+Green+Blue) = 255+190+86=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE56 is #0041A9. Grayscale: #C6C6C6. Windows color (decimal): -16810 or 5684991. OLE color: 5684991.
HSL color Cylindrical-coordinate representation of color #FFBE56: hue angle of 36.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFBE56 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 86 | - |
| CMYK | 0 | 0.25 | 0.66 | 0 |
| HSL | 36.92º | 1% | 0.67% | - |
| HSV(B) | 36.92º | 0.66% | 1% | - |
| XYZ | 61.33 | 58.76 | 16.91 | - |
| YUV | 197.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 86 | 0 | 0.25 | 0.66 | 0 | 36.92 | 1 | 0.67 |
| Hex | FF | BE | 56 | 0 | 19 | 42 | 0 | 25 | 64 | 43 |
| Octal | 377 | 276 | 126 | 0 | 31 | 102 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 10111110 | 1010110 | 0 | 11001 | 1000010 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFBE56
Complementary color
Monochromatic Colors of #FFBE56
Black with #FFBE56
Text Example
Text Example
White with #FFBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE56; }
p { color: rgb(255,190,86); }
H1.HeaderClassName
{
color: #FFBE56;
}
.AnyTagClassName
{
color: #FFBE56;
}
</style>
background-color css
<style>
a { background-color: #FFBE56; }
a { background-color: rgb(255,190,86); }
div.DivClassName
{
background-color: #FFBE56;
}
.BgClassName
{
background-color: #FFBE56;
}
</style>
border-color css
<style>
span { border-color: #FFBE56; }
span { border-color: rgb(255,190,86); }
td.TdClassName
{
border-color: #FFBE56;
}
.TagClassName
{
border-color: #FFBE56;
}
</style>