Shades of Golden Tainoi #FFBF64
Tints of Golden Tainoi #FFBF64
RGB
CMYK
RGB Variations
Color information
#FFBF64 (or 0xFFBF64) is known color: Golden Tainoi. HEX triplet: FF, BF and 64. RGB value is (255,191,100). Sum of RGB (Red+Green+Blue) = 255+191+100=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF64 is #00409B. Grayscale: #C8C8C8. Windows color (decimal): -16540 or 6602751. OLE color: 6602751.
HSL color Cylindrical-coordinate representation of color #FFBF64: hue angle of 35.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFBF64 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 100 | - |
| CMYK | 0 | 0.25 | 0.61 | 0 |
| HSL | 35.23º | 1% | 0.7% | - |
| HSV(B) | 35.23º | 0.61% | 1% | - |
| XYZ | 62.17 | 59.44 | 20.25 | - |
| YUV | 199.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 100 | 0 | 0.25 | 0.61 | 0 | 35.23 | 1 | 0.7 |
| Hex | FF | BF | 64 | 0 | 19 | 3D | 0 | 23 | 64 | 46 |
| Octal | 377 | 277 | 144 | 0 | 31 | 75 | 0 | 43 | 144 | 106 |
| Binary | 11111111 | 10111111 | 1100100 | 0 | 11001 | 111101 | 0 | 100011 | 1100100 | 1000110 |
Color Harmonies of #FFBF64
Complementary color
Monochromatic Colors of #FFBF64
Black with #FFBF64
Text Example
Text Example
White with #FFBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF64; }
p { color: rgb(255,191,100); }
H1.HeaderClassName
{
color: #FFBF64;
}
.AnyTagClassName
{
color: #FFBF64;
}
</style>
background-color css
<style>
a { background-color: #FFBF64; }
a { background-color: rgb(255,191,100); }
div.DivClassName
{
background-color: #FFBF64;
}
.BgClassName
{
background-color: #FFBF64;
}
</style>
border-color css
<style>
span { border-color: #FFBF64; }
span { border-color: rgb(255,191,100); }
td.TdClassName
{
border-color: #FFBF64;
}
.TagClassName
{
border-color: #FFBF64;
}
</style>