Shades of Golden Tainoi #FFBF46
Tints of Golden Tainoi #FFBF46
RGB
CMYK
RGB Variations
Color information
#FFBF46 (or 0xFFBF46) is known color: Golden Tainoi. HEX triplet: FF, BF and 46. RGB value is (255,191,70). Sum of RGB (Red+Green+Blue) = 255+191+70=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF46 is #0040B9. Grayscale: #C4C4C4. Windows color (decimal): -16570 or 4636671. OLE color: 4636671.
HSL color Cylindrical-coordinate representation of color #FFBF46: hue angle of 39.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBF46 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 70 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.24º | 1% | 0.64% | - |
| HSV(B) | 39.24º | 0.73% | 1% | - |
| XYZ | 60.98 | 58.96 | 13.96 | - |
| YUV | 196.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 70 | 0 | 0.25 | 0.73 | 0 | 39.24 | 1 | 0.64 |
| Hex | FF | BF | 46 | 0 | 19 | 49 | 0 | 27 | 64 | 40 |
| Octal | 377 | 277 | 106 | 0 | 31 | 111 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111111 | 1000110 | 0 | 11001 | 1001001 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBF46
Complementary color
Monochromatic Colors of #FFBF46
Black with #FFBF46
Text Example
Text Example
White with #FFBF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF46; }
p { color: rgb(255,191,70); }
H1.HeaderClassName
{
color: #FFBF46;
}
.AnyTagClassName
{
color: #FFBF46;
}
</style>
background-color css
<style>
a { background-color: #FFBF46; }
a { background-color: rgb(255,191,70); }
div.DivClassName
{
background-color: #FFBF46;
}
.BgClassName
{
background-color: #FFBF46;
}
</style>
border-color css
<style>
span { border-color: #FFBF46; }
span { border-color: rgb(255,191,70); }
td.TdClassName
{
border-color: #FFBF46;
}
.TagClassName
{
border-color: #FFBF46;
}
</style>