Shades of Golden Tainoi #FFBC51
Tints of Golden Tainoi #FFBC51
RGB
CMYK
RGB Variations
Color information
#FFBC51 (or 0xFFBC51) is known color: Golden Tainoi. HEX triplet: FF, BC and 51. RGB value is (255,188,81). Sum of RGB (Red+Green+Blue) = 255+188+81=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC51 is #0043AE. Grayscale: #C4C4C4. Windows color (decimal): -17327 or 5356799. OLE color: 5356799.
HSL color Cylindrical-coordinate representation of color #FFBC51: hue angle of 36.9º 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 #FFBC51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0 |
| HSL | 36.9º | 1% | 0.66% | - |
| HSV(B) | 36.9º | 0.68% | 1% | - |
| XYZ | 60.71 | 57.82 | 15.75 | - |
| YUV | 195.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 81 | 0 | 0.26 | 0.68 | 0 | 36.9 | 1 | 0.66 |
| Hex | FF | BC | 51 | 0 | 1A | 44 | 0 | 25 | 64 | 42 |
| Octal | 377 | 274 | 121 | 0 | 32 | 104 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111100 | 1010001 | 0 | 11010 | 1000100 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBC51
Complementary color
Monochromatic Colors of #FFBC51
Black with #FFBC51
Text Example
Text Example
White with #FFBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC51; }
p { color: rgb(255,188,81); }
H1.HeaderClassName
{
color: #FFBC51;
}
.AnyTagClassName
{
color: #FFBC51;
}
</style>
background-color css
<style>
a { background-color: #FFBC51; }
a { background-color: rgb(255,188,81); }
div.DivClassName
{
background-color: #FFBC51;
}
.BgClassName
{
background-color: #FFBC51;
}
</style>
border-color css
<style>
span { border-color: #FFBC51; }
span { border-color: rgb(255,188,81); }
td.TdClassName
{
border-color: #FFBC51;
}
.TagClassName
{
border-color: #FFBC51;
}
</style>