Shades of Golden Tainoi #FFBF4D
Tints of Golden Tainoi #FFBF4D
RGB
CMYK
RGB Variations
Color information
#FFBF4D (or 0xFFBF4D) is known color: Golden Tainoi. HEX triplet: FF, BF and 4D. RGB value is (255,191,77). Sum of RGB (Red+Green+Blue) = 255+191+77=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF4D is #0040B2. Grayscale: #C5C5C5. Windows color (decimal): -16563 or 5095423. OLE color: 5095423.
HSL color Cylindrical-coordinate representation of color #FFBF4D: hue angle of 38.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFBF4D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 77 | - |
| CMYK | 0 | 0.25 | 0.70 | 0 |
| HSL | 38.43º | 1% | 0.65% | - |
| HSV(B) | 38.43º | 0.7% | 1% | - |
| XYZ | 61.21 | 59.06 | 15.19 | - |
| YUV | 197.14 | 60.2 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 77 | 0 | 0.25 | 0.70 | 0 | 38.43 | 1 | 0.65 |
| Hex | FF | BF | 4D | 0 | 19 | 46 | 0 | 26 | 64 | 41 |
| Octal | 377 | 277 | 115 | 0 | 31 | 106 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111111 | 1001101 | 0 | 11001 | 1000110 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBF4D
Complementary color
Monochromatic Colors of #FFBF4D
Black with #FFBF4D
Text Example
Text Example
White with #FFBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF4D; }
p { color: rgb(255,191,77); }
H1.HeaderClassName
{
color: #FFBF4D;
}
.AnyTagClassName
{
color: #FFBF4D;
}
</style>
background-color css
<style>
a { background-color: #FFBF4D; }
a { background-color: rgb(255,191,77); }
div.DivClassName
{
background-color: #FFBF4D;
}
.BgClassName
{
background-color: #FFBF4D;
}
</style>
border-color css
<style>
span { border-color: #FFBF4D; }
span { border-color: rgb(255,191,77); }
td.TdClassName
{
border-color: #FFBF4D;
}
.TagClassName
{
border-color: #FFBF4D;
}
</style>