Shades of Golden Tainoi #FFBF57
Tints of Golden Tainoi #FFBF57
RGB
CMYK
RGB Variations
Color information
#FFBF57 (or 0xFFBF57) is known color: Golden Tainoi. HEX triplet: FF, BF and 57. RGB value is (255,191,87). Sum of RGB (Red+Green+Blue) = 255+191+87=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF57 is #0040A8. Grayscale: #C6C6C6. Windows color (decimal): -16553 or 5750783. OLE color: 5750783.
HSL color Cylindrical-coordinate representation of color #FFBF57: hue angle of 37.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFBF57 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 87 | - |
| CMYK | 0 | 0.25 | 0.66 | 0 |
| HSL | 37.14º | 1% | 0.67% | - |
| HSV(B) | 37.14º | 0.66% | 1% | - |
| XYZ | 61.59 | 59.21 | 17.2 | - |
| YUV | 198.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 87 | 0 | 0.25 | 0.66 | 0 | 37.14 | 1 | 0.67 |
| Hex | FF | BF | 57 | 0 | 19 | 42 | 0 | 25 | 64 | 43 |
| Octal | 377 | 277 | 127 | 0 | 31 | 102 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 10111111 | 1010111 | 0 | 11001 | 1000010 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFBF57
Complementary color
Monochromatic Colors of #FFBF57
Black with #FFBF57
Text Example
Text Example
White with #FFBF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF57; }
p { color: rgb(255,191,87); }
H1.HeaderClassName
{
color: #FFBF57;
}
.AnyTagClassName
{
color: #FFBF57;
}
</style>
background-color css
<style>
a { background-color: #FFBF57; }
a { background-color: rgb(255,191,87); }
div.DivClassName
{
background-color: #FFBF57;
}
.BgClassName
{
background-color: #FFBF57;
}
</style>
border-color css
<style>
span { border-color: #FFBF57; }
span { border-color: rgb(255,191,87); }
td.TdClassName
{
border-color: #FFBF57;
}
.TagClassName
{
border-color: #FFBF57;
}
</style>