Shades of Golden Tainoi #FFBF61
Tints of Golden Tainoi #FFBF61
RGB
CMYK
RGB Variations
Color information
#FFBF61 (or 0xFFBF61) is known color: Golden Tainoi. HEX triplet: FF, BF and 61. RGB value is (255,191,97). Sum of RGB (Red+Green+Blue) = 255+191+97=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF61 is #00409E. Grayscale: #C7C7C7. Windows color (decimal): -16543 or 6406143. OLE color: 6406143.
HSL color Cylindrical-coordinate representation of color #FFBF61: hue angle of 35.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFBF61 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 97 | - |
| CMYK | 0 | 0.25 | 0.62 | 0 |
| HSL | 35.7º | 1% | 0.69% | - |
| HSV(B) | 35.7º | 0.62% | 1% | - |
| XYZ | 62.03 | 59.38 | 19.5 | - |
| YUV | 199.42 | 70.2 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 97 | 0 | 0.25 | 0.62 | 0 | 35.7 | 1 | 0.69 |
| Hex | FF | BF | 61 | 0 | 19 | 3E | 0 | 24 | 64 | 45 |
| Octal | 377 | 277 | 141 | 0 | 31 | 76 | 0 | 44 | 144 | 105 |
| Binary | 11111111 | 10111111 | 1100001 | 0 | 11001 | 111110 | 0 | 100100 | 1100100 | 1000101 |
Color Harmonies of #FFBF61
Complementary color
Monochromatic Colors of #FFBF61
Black with #FFBF61
Text Example
Text Example
White with #FFBF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF61; }
p { color: rgb(255,191,97); }
H1.HeaderClassName
{
color: #FFBF61;
}
.AnyTagClassName
{
color: #FFBF61;
}
</style>
background-color css
<style>
a { background-color: #FFBF61; }
a { background-color: rgb(255,191,97); }
div.DivClassName
{
background-color: #FFBF61;
}
.BgClassName
{
background-color: #FFBF61;
}
</style>
border-color css
<style>
span { border-color: #FFBF61; }
span { border-color: rgb(255,191,97); }
td.TdClassName
{
border-color: #FFBF61;
}
.TagClassName
{
border-color: #FFBF61;
}
</style>