Shades of Golden Tainoi #FFBE53
Tints of Golden Tainoi #FFBE53
RGB
CMYK
RGB Variations
Color information
#FFBE53 (or 0xFFBE53) is known color: Golden Tainoi. HEX triplet: FF, BE and 53. RGB value is (255,190,83). Sum of RGB (Red+Green+Blue) = 255+190+83=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE53 is #0041AC. Grayscale: #C5C5C5. Windows color (decimal): -16813 or 5488383. OLE color: 5488383.
HSL color Cylindrical-coordinate representation of color #FFBE53: hue angle of 37.33º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBE53 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 83 | - |
| CMYK | 0 | 0.25 | 0.67 | 0 |
| HSL | 37.33º | 1% | 0.66% | - |
| HSV(B) | 37.33º | 0.67% | 1% | - |
| XYZ | 61.21 | 58.71 | 16.29 | - |
| YUV | 197.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 83 | 0 | 0.25 | 0.67 | 0 | 37.33 | 1 | 0.66 |
| Hex | FF | BE | 53 | 0 | 19 | 43 | 0 | 25 | 64 | 42 |
| Octal | 377 | 276 | 123 | 0 | 31 | 103 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111110 | 1010011 | 0 | 11001 | 1000011 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBE53
Complementary color
Monochromatic Colors of #FFBE53
Black with #FFBE53
Text Example
Text Example
White with #FFBE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE53; }
p { color: rgb(255,190,83); }
H1.HeaderClassName
{
color: #FFBE53;
}
.AnyTagClassName
{
color: #FFBE53;
}
</style>
background-color css
<style>
a { background-color: #FFBE53; }
a { background-color: rgb(255,190,83); }
div.DivClassName
{
background-color: #FFBE53;
}
.BgClassName
{
background-color: #FFBE53;
}
</style>
border-color css
<style>
span { border-color: #FFBE53; }
span { border-color: rgb(255,190,83); }
td.TdClassName
{
border-color: #FFBE53;
}
.TagClassName
{
border-color: #FFBE53;
}
</style>