Shades of Golden Tainoi #FFBF54
Tints of Golden Tainoi #FFBF54
RGB
CMYK
RGB Variations
Color information
#FFBF54 (or 0xFFBF54) is known color: Golden Tainoi. HEX triplet: FF, BF and 54. RGB value is (255,191,84). Sum of RGB (Red+Green+Blue) = 255+191+84=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF54 is #0040AB. Grayscale: #C6C6C6. Windows color (decimal): -16556 or 5554175. OLE color: 5554175.
HSL color Cylindrical-coordinate representation of color #FFBF54: hue angle of 37.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBF54 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 84 | - |
| CMYK | 0 | 0.25 | 0.67 | 0 |
| HSL | 37.54º | 1% | 0.66% | - |
| HSV(B) | 37.54º | 0.67% | 1% | - |
| XYZ | 61.47 | 59.16 | 16.57 | - |
| YUV | 197.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 84 | 0 | 0.25 | 0.67 | 0 | 37.54 | 1 | 0.66 |
| Hex | FF | BF | 54 | 0 | 19 | 43 | 0 | 26 | 64 | 42 |
| Octal | 377 | 277 | 124 | 0 | 31 | 103 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 10111111 | 1010100 | 0 | 11001 | 1000011 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFBF54
Complementary color
Monochromatic Colors of #FFBF54
Black with #FFBF54
Text Example
Text Example
White with #FFBF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF54; }
p { color: rgb(255,191,84); }
H1.HeaderClassName
{
color: #FFBF54;
}
.AnyTagClassName
{
color: #FFBF54;
}
</style>
background-color css
<style>
a { background-color: #FFBF54; }
a { background-color: rgb(255,191,84); }
div.DivClassName
{
background-color: #FFBF54;
}
.BgClassName
{
background-color: #FFBF54;
}
</style>
border-color css
<style>
span { border-color: #FFBF54; }
span { border-color: rgb(255,191,84); }
td.TdClassName
{
border-color: #FFBF54;
}
.TagClassName
{
border-color: #FFBF54;
}
</style>