Shades of Golden Tainoi #FFBD51
Tints of Golden Tainoi #FFBD51
RGB
CMYK
RGB Variations
Color information
#FFBD51 (or 0xFFBD51) is known color: Golden Tainoi. HEX triplet: FF, BD and 51. RGB value is (255,189,81). Sum of RGB (Red+Green+Blue) = 255+189+81=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD51 is #0042AE. Grayscale: #C4C4C4. Windows color (decimal): -17071 or 5357055. OLE color: 5357055.
HSL color Cylindrical-coordinate representation of color #FFBD51: hue angle of 37.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFBD51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0 |
| HSL | 37.24º | 1% | 0.66% | - |
| HSV(B) | 37.24º | 0.68% | 1% | - |
| XYZ | 60.92 | 58.25 | 15.82 | - |
| YUV | 196.42 | 62.87 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 81 | 0 | 0.26 | 0.68 | 0 | 37.24 | 1 | 0.66 |
| Hex | FF | BD | 51 | 0 | 1A | 44 | 0 | 25 | 64 | 42 |
| Octal | 377 | 275 | 121 | 0 | 32 | 104 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111101 | 1010001 | 0 | 11010 | 1000100 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBD51
Complementary color
Monochromatic Colors of #FFBD51
Black with #FFBD51
Text Example
Text Example
White with #FFBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD51; }
p { color: rgb(255,189,81); }
H1.HeaderClassName
{
color: #FFBD51;
}
.AnyTagClassName
{
color: #FFBD51;
}
</style>
background-color css
<style>
a { background-color: #FFBD51; }
a { background-color: rgb(255,189,81); }
div.DivClassName
{
background-color: #FFBD51;
}
.BgClassName
{
background-color: #FFBD51;
}
</style>
border-color css
<style>
span { border-color: #FFBD51; }
span { border-color: rgb(255,189,81); }
td.TdClassName
{
border-color: #FFBD51;
}
.TagClassName
{
border-color: #FFBD51;
}
</style>