Shades of Golden Tainoi #FFBC58
Tints of Golden Tainoi #FFBC58
RGB
CMYK
RGB Variations
Color information
#FFBC58 (or 0xFFBC58) is known color: Golden Tainoi. HEX triplet: FF, BC and 58. RGB value is (255,188,88). Sum of RGB (Red+Green+Blue) = 255+188+88=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC58 is #0043A7. Grayscale: #C5C5C5. Windows color (decimal): -17320 or 5815551. OLE color: 5815551.
HSL color Cylindrical-coordinate representation of color #FFBC58: hue angle of 35.93º 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 #FFBC58 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 88 | - |
| CMYK | 0 | 0.26 | 0.65 | 0 |
| HSL | 35.93º | 1% | 0.67% | - |
| HSV(B) | 35.93º | 0.65% | 1% | - |
| XYZ | 60.98 | 57.93 | 17.2 | - |
| YUV | 196.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 88 | 0 | 0.26 | 0.65 | 0 | 35.93 | 1 | 0.67 |
| Hex | FF | BC | 58 | 0 | 1A | 41 | 0 | 24 | 64 | 43 |
| Octal | 377 | 274 | 130 | 0 | 32 | 101 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111100 | 1011000 | 0 | 11010 | 1000001 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBC58
Complementary color
Monochromatic Colors of #FFBC58
Black with #FFBC58
Text Example
Text Example
White with #FFBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC58; }
p { color: rgb(255,188,88); }
H1.HeaderClassName
{
color: #FFBC58;
}
.AnyTagClassName
{
color: #FFBC58;
}
</style>
background-color css
<style>
a { background-color: #FFBC58; }
a { background-color: rgb(255,188,88); }
div.DivClassName
{
background-color: #FFBC58;
}
.BgClassName
{
background-color: #FFBC58;
}
</style>
border-color css
<style>
span { border-color: #FFBC58; }
span { border-color: rgb(255,188,88); }
td.TdClassName
{
border-color: #FFBC58;
}
.TagClassName
{
border-color: #FFBC58;
}
</style>