Shades of Golden Tainoi #FFBD54
Tints of Golden Tainoi #FFBD54
RGB
CMYK
RGB Variations
Color information
#FFBD54 (or 0xFFBD54) is known color: Golden Tainoi. HEX triplet: FF, BD and 54. RGB value is (255,189,84). Sum of RGB (Red+Green+Blue) = 255+189+84=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD54 is #0042AB. Grayscale: #C5C5C5. Windows color (decimal): -17068 or 5553663. OLE color: 5553663.
HSL color Cylindrical-coordinate representation of color #FFBD54: hue angle of 36.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBD54 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 84 | - |
| CMYK | 0 | 0.26 | 0.67 | 0 |
| HSL | 36.84º | 1% | 0.66% | - |
| HSV(B) | 36.84º | 0.67% | 1% | - |
| XYZ | 61.04 | 58.3 | 16.42 | - |
| YUV | 196.76 | 64.37 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 84 | 0 | 0.26 | 0.67 | 0 | 36.84 | 1 | 0.66 |
| Hex | FF | BD | 54 | 0 | 1A | 43 | 0 | 25 | 64 | 42 |
| Octal | 377 | 275 | 124 | 0 | 32 | 103 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111101 | 1010100 | 0 | 11010 | 1000011 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBD54
Complementary color
Monochromatic Colors of #FFBD54
Black with #FFBD54
Text Example
Text Example
White with #FFBD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD54; }
p { color: rgb(255,189,84); }
H1.HeaderClassName
{
color: #FFBD54;
}
.AnyTagClassName
{
color: #FFBD54;
}
</style>
background-color css
<style>
a { background-color: #FFBD54; }
a { background-color: rgb(255,189,84); }
div.DivClassName
{
background-color: #FFBD54;
}
.BgClassName
{
background-color: #FFBD54;
}
</style>
border-color css
<style>
span { border-color: #FFBD54; }
span { border-color: rgb(255,189,84); }
td.TdClassName
{
border-color: #FFBD54;
}
.TagClassName
{
border-color: #FFBD54;
}
</style>