Shades of Golden Tainoi #FFBF4E
Tints of Golden Tainoi #FFBF4E
RGB
CMYK
RGB Variations
Color information
#FFBF4E (or 0xFFBF4E) is known color: Golden Tainoi. HEX triplet: FF, BF and 4E. RGB value is (255,191,78). Sum of RGB (Red+Green+Blue) = 255+191+78=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF4E is #0040B1. Grayscale: #C5C5C5. Windows color (decimal): -16562 or 5160959. OLE color: 5160959.
HSL color Cylindrical-coordinate representation of color #FFBF4E: hue angle of 38.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFBF4E is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 78 | - |
| CMYK | 0 | 0.25 | 0.69 | 0 |
| HSL | 38.31º | 1% | 0.65% | - |
| HSV(B) | 38.31º | 0.69% | 1% | - |
| XYZ | 61.25 | 59.07 | 15.38 | - |
| YUV | 197.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 78 | 0 | 0.25 | 0.69 | 0 | 38.31 | 1 | 0.65 |
| Hex | FF | BF | 4E | 0 | 19 | 45 | 0 | 26 | 64 | 41 |
| Octal | 377 | 277 | 116 | 0 | 31 | 105 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111111 | 1001110 | 0 | 11001 | 1000101 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBF4E
Complementary color
Monochromatic Colors of #FFBF4E
Black with #FFBF4E
Text Example
Text Example
White with #FFBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF4E; }
p { color: rgb(255,191,78); }
H1.HeaderClassName
{
color: #FFBF4E;
}
.AnyTagClassName
{
color: #FFBF4E;
}
</style>
background-color css
<style>
a { background-color: #FFBF4E; }
a { background-color: rgb(255,191,78); }
div.DivClassName
{
background-color: #FFBF4E;
}
.BgClassName
{
background-color: #FFBF4E;
}
</style>
border-color css
<style>
span { border-color: #FFBF4E; }
span { border-color: rgb(255,191,78); }
td.TdClassName
{
border-color: #FFBF4E;
}
.TagClassName
{
border-color: #FFBF4E;
}
</style>