Shades of Golden Tainoi #FFBE47
Tints of Golden Tainoi #FFBE47
RGB
CMYK
RGB Variations
Color information
#FFBE47 (or 0xFFBE47) is known color: Golden Tainoi. HEX triplet: FF, BE and 47. RGB value is (255,190,71). Sum of RGB (Red+Green+Blue) = 255+190+71=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE47 is #0041B8. Grayscale: #C4C4C4. Windows color (decimal): -16825 or 4701951. OLE color: 4701951.
HSL color Cylindrical-coordinate representation of color #FFBE47: hue angle of 38.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBE47 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 71 | - |
| CMYK | 0 | 0.25 | 0.72 | 0 |
| HSL | 38.8º | 1% | 0.64% | - |
| HSV(B) | 38.8º | 0.72% | 1% | - |
| XYZ | 60.79 | 58.54 | 14.06 | - |
| YUV | 195.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 71 | 0 | 0.25 | 0.72 | 0 | 38.8 | 1 | 0.64 |
| Hex | FF | BE | 47 | 0 | 19 | 48 | 0 | 27 | 64 | 40 |
| Octal | 377 | 276 | 107 | 0 | 31 | 110 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111110 | 1000111 | 0 | 11001 | 1001000 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBE47
Complementary color
Monochromatic Colors of #FFBE47
Black with #FFBE47
Text Example
Text Example
White with #FFBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE47; }
p { color: rgb(255,190,71); }
H1.HeaderClassName
{
color: #FFBE47;
}
.AnyTagClassName
{
color: #FFBE47;
}
</style>
background-color css
<style>
a { background-color: #FFBE47; }
a { background-color: rgb(255,190,71); }
div.DivClassName
{
background-color: #FFBE47;
}
.BgClassName
{
background-color: #FFBE47;
}
</style>
border-color css
<style>
span { border-color: #FFBE47; }
span { border-color: rgb(255,190,71); }
td.TdClassName
{
border-color: #FFBE47;
}
.TagClassName
{
border-color: #FFBE47;
}
</style>