Shades of Golden Tainoi #FFBF49
Tints of Golden Tainoi #FFBF49
RGB
CMYK
RGB Variations
Color information
#FFBF49 (or 0xFFBF49) is known color: Golden Tainoi. HEX triplet: FF, BF and 49. RGB value is (255,191,73). Sum of RGB (Red+Green+Blue) = 255+191+73=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF49 is #0040B6. Grayscale: #C5C5C5. Windows color (decimal): -16567 or 4833279. OLE color: 4833279.
HSL color Cylindrical-coordinate representation of color #FFBF49: hue angle of 38.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBF49 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 73 | - |
| CMYK | 0 | 0.25 | 0.71 | 0 |
| HSL | 38.9º | 1% | 0.64% | - |
| HSV(B) | 38.9º | 0.71% | 1% | - |
| XYZ | 61.07 | 59 | 14.47 | - |
| YUV | 196.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 73 | 0 | 0.25 | 0.71 | 0 | 38.9 | 1 | 0.64 |
| Hex | FF | BF | 49 | 0 | 19 | 47 | 0 | 27 | 64 | 40 |
| Octal | 377 | 277 | 111 | 0 | 31 | 107 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111111 | 1001001 | 0 | 11001 | 1000111 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBF49
Complementary color
Monochromatic Colors of #FFBF49
Black with #FFBF49
Text Example
Text Example
White with #FFBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF49; }
p { color: rgb(255,191,73); }
H1.HeaderClassName
{
color: #FFBF49;
}
.AnyTagClassName
{
color: #FFBF49;
}
</style>
background-color css
<style>
a { background-color: #FFBF49; }
a { background-color: rgb(255,191,73); }
div.DivClassName
{
background-color: #FFBF49;
}
.BgClassName
{
background-color: #FFBF49;
}
</style>
border-color css
<style>
span { border-color: #FFBF49; }
span { border-color: rgb(255,191,73); }
td.TdClassName
{
border-color: #FFBF49;
}
.TagClassName
{
border-color: #FFBF49;
}
</style>