Shades of Golden Tainoi #FFBF47
Tints of Golden Tainoi #FFBF47
RGB
CMYK
RGB Variations
Color information
#FFBF47 (or 0xFFBF47) is known color: Golden Tainoi. HEX triplet: FF, BF and 47. RGB value is (255,191,71). Sum of RGB (Red+Green+Blue) = 255+191+71=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF47 is #0040B8. Grayscale: #C5C5C5. Windows color (decimal): -16569 or 4702207. OLE color: 4702207.
HSL color Cylindrical-coordinate representation of color #FFBF47: hue angle of 39.13º 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 #FFBF47 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 71 | - |
| CMYK | 0 | 0.25 | 0.72 | 0 |
| HSL | 39.13º | 1% | 0.64% | - |
| HSV(B) | 39.13º | 0.72% | 1% | - |
| XYZ | 61.01 | 58.98 | 14.13 | - |
| YUV | 196.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 71 | 0 | 0.25 | 0.72 | 0 | 39.13 | 1 | 0.64 |
| Hex | FF | BF | 47 | 0 | 19 | 48 | 0 | 27 | 64 | 40 |
| Octal | 377 | 277 | 107 | 0 | 31 | 110 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111111 | 1000111 | 0 | 11001 | 1001000 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBF47
Complementary color
Monochromatic Colors of #FFBF47
Black with #FFBF47
Text Example
Text Example
White with #FFBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF47; }
p { color: rgb(255,191,71); }
H1.HeaderClassName
{
color: #FFBF47;
}
.AnyTagClassName
{
color: #FFBF47;
}
</style>
background-color css
<style>
a { background-color: #FFBF47; }
a { background-color: rgb(255,191,71); }
div.DivClassName
{
background-color: #FFBF47;
}
.BgClassName
{
background-color: #FFBF47;
}
</style>
border-color css
<style>
span { border-color: #FFBF47; }
span { border-color: rgb(255,191,71); }
td.TdClassName
{
border-color: #FFBF47;
}
.TagClassName
{
border-color: #FFBF47;
}
</style>