Shades of Golden Tainoi #FFBF5B
Tints of Golden Tainoi #FFBF5B
RGB
CMYK
RGB Variations
Color information
#FFBF5B (or 0xFFBF5B) is known color: Golden Tainoi. HEX triplet: FF, BF and 5B. RGB value is (255,191,91). Sum of RGB (Red+Green+Blue) = 255+191+91=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF5B is #0040A4. Grayscale: #C7C7C7. Windows color (decimal): -16549 or 6012927. OLE color: 6012927.
HSL color Cylindrical-coordinate representation of color #FFBF5B: hue angle of 36.59º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBF5B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 91 | - |
| CMYK | 0 | 0.25 | 0.64 | 0 |
| HSL | 36.59º | 1% | 0.68% | - |
| HSV(B) | 36.59º | 0.64% | 1% | - |
| XYZ | 61.76 | 59.28 | 18.08 | - |
| YUV | 198.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 91 | 0 | 0.25 | 0.64 | 0 | 36.59 | 1 | 0.68 |
| Hex | FF | BF | 5B | 0 | 19 | 40 | 0 | 25 | 64 | 44 |
| Octal | 377 | 277 | 133 | 0 | 31 | 100 | 0 | 45 | 144 | 104 |
| Binary | 11111111 | 10111111 | 1011011 | 0 | 11001 | 1000000 | 0 | 100101 | 1100100 | 1000100 |
Color Harmonies of #FFBF5B
Complementary color
Monochromatic Colors of #FFBF5B
Black with #FFBF5B
Text Example
Text Example
White with #FFBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF5B; }
p { color: rgb(255,191,91); }
H1.HeaderClassName
{
color: #FFBF5B;
}
.AnyTagClassName
{
color: #FFBF5B;
}
</style>
background-color css
<style>
a { background-color: #FFBF5B; }
a { background-color: rgb(255,191,91); }
div.DivClassName
{
background-color: #FFBF5B;
}
.BgClassName
{
background-color: #FFBF5B;
}
</style>
border-color css
<style>
span { border-color: #FFBF5B; }
span { border-color: rgb(255,191,91); }
td.TdClassName
{
border-color: #FFBF5B;
}
.TagClassName
{
border-color: #FFBF5B;
}
</style>