Shades of Golden Tainoi #FFBD49
Tints of Golden Tainoi #FFBD49
RGB
CMYK
RGB Variations
Color information
#FFBD49 (or 0xFFBD49) is known color: Golden Tainoi. HEX triplet: FF, BD and 49. RGB value is (255,189,73). Sum of RGB (Red+Green+Blue) = 255+189+73=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD49 is #0042B6. Grayscale: #C4C4C4. Windows color (decimal): -17079 or 4832767. OLE color: 4832767.
HSL color Cylindrical-coordinate representation of color #FFBD49: hue angle of 38.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBD49 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 73 | - |
| CMYK | 0 | 0.26 | 0.71 | 0 |
| HSL | 38.24º | 1% | 0.64% | - |
| HSV(B) | 38.24º | 0.71% | 1% | - |
| XYZ | 60.64 | 58.14 | 14.33 | - |
| YUV | 195.51 | 58.87 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 73 | 0 | 0.26 | 0.71 | 0 | 38.24 | 1 | 0.64 |
| Hex | FF | BD | 49 | 0 | 1A | 47 | 0 | 26 | 64 | 40 |
| Octal | 377 | 275 | 111 | 0 | 32 | 107 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111101 | 1001001 | 0 | 11010 | 1000111 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBD49
Complementary color
Monochromatic Colors of #FFBD49
Black with #FFBD49
Text Example
Text Example
White with #FFBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD49; }
p { color: rgb(255,189,73); }
H1.HeaderClassName
{
color: #FFBD49;
}
.AnyTagClassName
{
color: #FFBD49;
}
</style>
background-color css
<style>
a { background-color: #FFBD49; }
a { background-color: rgb(255,189,73); }
div.DivClassName
{
background-color: #FFBD49;
}
.BgClassName
{
background-color: #FFBD49;
}
</style>
border-color css
<style>
span { border-color: #FFBD49; }
span { border-color: rgb(255,189,73); }
td.TdClassName
{
border-color: #FFBD49;
}
.TagClassName
{
border-color: #FFBD49;
}
</style>