Shades of Golden Tainoi #FFBD46
Tints of Golden Tainoi #FFBD46
RGB
CMYK
RGB Variations
Color information
#FFBD46 (or 0xFFBD46) is known color: Golden Tainoi. HEX triplet: FF, BD and 46. RGB value is (255,189,70). Sum of RGB (Red+Green+Blue) = 255+189+70=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD46 is #0042B9. Grayscale: #C3C3C3. Windows color (decimal): -17082 or 4636159. OLE color: 4636159.
HSL color Cylindrical-coordinate representation of color #FFBD46: hue angle of 38.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBD46 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 70 | - |
| CMYK | 0 | 0.26 | 0.73 | 0 |
| HSL | 38.59º | 1% | 0.64% | - |
| HSV(B) | 38.59º | 0.73% | 1% | - |
| XYZ | 60.54 | 58.1 | 13.82 | - |
| YUV | 195.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 70 | 0 | 0.26 | 0.73 | 0 | 38.59 | 1 | 0.64 |
| Hex | FF | BD | 46 | 0 | 1A | 49 | 0 | 27 | 64 | 40 |
| Octal | 377 | 275 | 106 | 0 | 32 | 111 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111101 | 1000110 | 0 | 11010 | 1001001 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBD46
Complementary color
Monochromatic Colors of #FFBD46
Black with #FFBD46
Text Example
Text Example
White with #FFBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD46; }
p { color: rgb(255,189,70); }
H1.HeaderClassName
{
color: #FFBD46;
}
.AnyTagClassName
{
color: #FFBD46;
}
</style>
background-color css
<style>
a { background-color: #FFBD46; }
a { background-color: rgb(255,189,70); }
div.DivClassName
{
background-color: #FFBD46;
}
.BgClassName
{
background-color: #FFBD46;
}
</style>
border-color css
<style>
span { border-color: #FFBD46; }
span { border-color: rgb(255,189,70); }
td.TdClassName
{
border-color: #FFBD46;
}
.TagClassName
{
border-color: #FFBD46;
}
</style>