Shades of Golden Tainoi #FFBF5E
Tints of Golden Tainoi #FFBF5E
RGB
CMYK
RGB Variations
Color information
#FFBF5E (or 0xFFBF5E) is known color: Golden Tainoi. HEX triplet: FF, BF and 5E. RGB value is (255,191,94). Sum of RGB (Red+Green+Blue) = 255+191+94=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF5E is #0040A1. Grayscale: #C7C7C7. Windows color (decimal): -16546 or 6209535. OLE color: 6209535.
HSL color Cylindrical-coordinate representation of color #FFBF5E: hue angle of 36.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFBF5E is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 94 | - |
| CMYK | 0 | 0.25 | 0.63 | 0 |
| HSL | 36.15º | 1% | 0.68% | - |
| HSV(B) | 36.15º | 0.63% | 1% | - |
| XYZ | 61.89 | 59.33 | 18.78 | - |
| YUV | 199.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 94 | 0 | 0.25 | 0.63 | 0 | 36.15 | 1 | 0.68 |
| Hex | FF | BF | 5E | 0 | 19 | 3F | 0 | 24 | 64 | 44 |
| Octal | 377 | 277 | 136 | 0 | 31 | 77 | 0 | 44 | 144 | 104 |
| Binary | 11111111 | 10111111 | 1011110 | 0 | 11001 | 111111 | 0 | 100100 | 1100100 | 1000100 |
Color Harmonies of #FFBF5E
Complementary color
Monochromatic Colors of #FFBF5E
Black with #FFBF5E
Text Example
Text Example
White with #FFBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF5E; }
p { color: rgb(255,191,94); }
H1.HeaderClassName
{
color: #FFBF5E;
}
.AnyTagClassName
{
color: #FFBF5E;
}
</style>
background-color css
<style>
a { background-color: #FFBF5E; }
a { background-color: rgb(255,191,94); }
div.DivClassName
{
background-color: #FFBF5E;
}
.BgClassName
{
background-color: #FFBF5E;
}
</style>
border-color css
<style>
span { border-color: #FFBF5E; }
span { border-color: rgb(255,191,94); }
td.TdClassName
{
border-color: #FFBF5E;
}
.TagClassName
{
border-color: #FFBF5E;
}
</style>