Shades of Golden Tainoi #FFBF45
Tints of Golden Tainoi #FFBF45
RGB
CMYK
RGB Variations
Color information
#FFBF45 (or 0xFFBF45) is known color: Golden Tainoi. HEX triplet: FF, BF and 45. RGB value is (255,191,69). Sum of RGB (Red+Green+Blue) = 255+191+69=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF45 is #0040BA. Grayscale: #C4C4C4. Windows color (decimal): -16571 or 4571135. OLE color: 4571135.
HSL color Cylindrical-coordinate representation of color #FFBF45: hue angle of 39.35º 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 #FFBF45 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 69 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.35º | 1% | 0.64% | - |
| HSV(B) | 39.35º | 0.73% | 1% | - |
| XYZ | 60.94 | 58.95 | 13.8 | - |
| YUV | 196.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 69 | 0 | 0.25 | 0.73 | 0 | 39.35 | 1 | 0.64 |
| Hex | FF | BF | 45 | 0 | 19 | 49 | 0 | 27 | 64 | 40 |
| Octal | 377 | 277 | 105 | 0 | 31 | 111 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111111 | 1000101 | 0 | 11001 | 1001001 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBF45
Complementary color
Monochromatic Colors of #FFBF45
Black with #FFBF45
Text Example
Text Example
White with #FFBF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF45; }
p { color: rgb(255,191,69); }
H1.HeaderClassName
{
color: #FFBF45;
}
.AnyTagClassName
{
color: #FFBF45;
}
</style>
background-color css
<style>
a { background-color: #FFBF45; }
a { background-color: rgb(255,191,69); }
div.DivClassName
{
background-color: #FFBF45;
}
.BgClassName
{
background-color: #FFBF45;
}
</style>
border-color css
<style>
span { border-color: #FFBF45; }
span { border-color: rgb(255,191,69); }
td.TdClassName
{
border-color: #FFBF45;
}
.TagClassName
{
border-color: #FFBF45;
}
</style>