Shades of Golden Tainoi #FFBC48
Tints of Golden Tainoi #FFBC48
RGB
CMYK
RGB Variations
Color information
#FFBC48 (or 0xFFBC48) is known color: Golden Tainoi. HEX triplet: FF, BC and 48. RGB value is (255,188,72). Sum of RGB (Red+Green+Blue) = 255+188+72=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC48 is #0043B7. Grayscale: #C3C3C3. Windows color (decimal): -17336 or 4766975. OLE color: 4766975.
HSL color Cylindrical-coordinate representation of color #FFBC48: hue angle of 38.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBC48 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 72 | - |
| CMYK | 0 | 0.26 | 0.72 | 0 |
| HSL | 38.03º | 1% | 0.64% | - |
| HSV(B) | 38.03º | 0.72% | 1% | - |
| XYZ | 60.39 | 57.69 | 14.08 | - |
| YUV | 194.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 72 | 0 | 0.26 | 0.72 | 0 | 38.03 | 1 | 0.64 |
| Hex | FF | BC | 48 | 0 | 1A | 48 | 0 | 26 | 64 | 40 |
| Octal | 377 | 274 | 110 | 0 | 32 | 110 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111100 | 1001000 | 0 | 11010 | 1001000 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBC48
Complementary color
Monochromatic Colors of #FFBC48
Black with #FFBC48
Text Example
Text Example
White with #FFBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC48; }
p { color: rgb(255,188,72); }
H1.HeaderClassName
{
color: #FFBC48;
}
.AnyTagClassName
{
color: #FFBC48;
}
</style>
background-color css
<style>
a { background-color: #FFBC48; }
a { background-color: rgb(255,188,72); }
div.DivClassName
{
background-color: #FFBC48;
}
.BgClassName
{
background-color: #FFBC48;
}
</style>
border-color css
<style>
span { border-color: #FFBC48; }
span { border-color: rgb(255,188,72); }
td.TdClassName
{
border-color: #FFBC48;
}
.TagClassName
{
border-color: #FFBC48;
}
</style>