Shades of Golden Tainoi #FFBE55
Tints of Golden Tainoi #FFBE55
RGB
CMYK
RGB Variations
Color information
#FFBE55 (or 0xFFBE55) is known color: Golden Tainoi. HEX triplet: FF, BE and 55. RGB value is (255,190,85). Sum of RGB (Red+Green+Blue) = 255+190+85=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE55 is #0041AA. Grayscale: #C5C5C5. Windows color (decimal): -16811 or 5619455. OLE color: 5619455.
HSL color Cylindrical-coordinate representation of color #FFBE55: hue angle of 37.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBE55 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 85 | - |
| CMYK | 0 | 0.25 | 0.67 | 0 |
| HSL | 37.06º | 1% | 0.67% | - |
| HSV(B) | 37.06º | 0.67% | 1% | - |
| XYZ | 61.29 | 58.74 | 16.7 | - |
| YUV | 197.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 85 | 0 | 0.25 | 0.67 | 0 | 37.06 | 1 | 0.67 |
| Hex | FF | BE | 55 | 0 | 19 | 43 | 0 | 25 | 64 | 43 |
| Octal | 377 | 276 | 125 | 0 | 31 | 103 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 10111110 | 1010101 | 0 | 11001 | 1000011 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFBE55
Complementary color
Monochromatic Colors of #FFBE55
Black with #FFBE55
Text Example
Text Example
White with #FFBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE55; }
p { color: rgb(255,190,85); }
H1.HeaderClassName
{
color: #FFBE55;
}
.AnyTagClassName
{
color: #FFBE55;
}
</style>
background-color css
<style>
a { background-color: #FFBE55; }
a { background-color: rgb(255,190,85); }
div.DivClassName
{
background-color: #FFBE55;
}
.BgClassName
{
background-color: #FFBE55;
}
</style>
border-color css
<style>
span { border-color: #FFBE55; }
span { border-color: rgb(255,190,85); }
td.TdClassName
{
border-color: #FFBE55;
}
.TagClassName
{
border-color: #FFBE55;
}
</style>