Shades of Golden Tainoi #FFBD58
Tints of Golden Tainoi #FFBD58
RGB
CMYK
RGB Variations
Color information
#FFBD58 (or 0xFFBD58) is known color: Golden Tainoi. HEX triplet: FF, BD and 58. RGB value is (255,189,88). Sum of RGB (Red+Green+Blue) = 255+189+88=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD58 is #0042A7. Grayscale: #C5C5C5. Windows color (decimal): -17064 or 5815807. OLE color: 5815807.
HSL color Cylindrical-coordinate representation of color #FFBD58: hue angle of 36.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBD58 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 88 | - |
| CMYK | 0 | 0.26 | 0.65 | 0 |
| HSL | 36.29º | 1% | 0.67% | - |
| HSV(B) | 36.29º | 0.65% | 1% | - |
| XYZ | 61.2 | 58.36 | 17.27 | - |
| YUV | 197.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 88 | 0 | 0.26 | 0.65 | 0 | 36.29 | 1 | 0.67 |
| Hex | FF | BD | 58 | 0 | 1A | 41 | 0 | 24 | 64 | 43 |
| Octal | 377 | 275 | 130 | 0 | 32 | 101 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111101 | 1011000 | 0 | 11010 | 1000001 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBD58
Complementary color
Monochromatic Colors of #FFBD58
Black with #FFBD58
Text Example
Text Example
White with #FFBD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD58; }
p { color: rgb(255,189,88); }
H1.HeaderClassName
{
color: #FFBD58;
}
.AnyTagClassName
{
color: #FFBD58;
}
</style>
background-color css
<style>
a { background-color: #FFBD58; }
a { background-color: rgb(255,189,88); }
div.DivClassName
{
background-color: #FFBD58;
}
.BgClassName
{
background-color: #FFBD58;
}
</style>
border-color css
<style>
span { border-color: #FFBD58; }
span { border-color: rgb(255,189,88); }
td.TdClassName
{
border-color: #FFBD58;
}
.TagClassName
{
border-color: #FFBD58;
}
</style>