Shades of Golden Tainoi #FFBC53
Tints of Golden Tainoi #FFBC53
RGB
CMYK
RGB Variations
Color information
#FFBC53 (or 0xFFBC53) is known color: Golden Tainoi. HEX triplet: FF, BC and 53. RGB value is (255,188,83). Sum of RGB (Red+Green+Blue) = 255+188+83=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC53 is #0043AC. Grayscale: #C4C4C4. Windows color (decimal): -17325 or 5487871. OLE color: 5487871.
HSL color Cylindrical-coordinate representation of color #FFBC53: hue angle of 36.63º 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 #FFBC53 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0 |
| HSL | 36.63º | 1% | 0.66% | - |
| HSV(B) | 36.63º | 0.67% | 1% | - |
| XYZ | 60.78 | 57.85 | 16.15 | - |
| YUV | 196.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 83 | 0 | 0.26 | 0.67 | 0 | 36.63 | 1 | 0.66 |
| Hex | FF | BC | 53 | 0 | 1A | 43 | 0 | 25 | 64 | 42 |
| Octal | 377 | 274 | 123 | 0 | 32 | 103 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111100 | 1010011 | 0 | 11010 | 1000011 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBC53
Complementary color
Monochromatic Colors of #FFBC53
Black with #FFBC53
Text Example
Text Example
White with #FFBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC53; }
p { color: rgb(255,188,83); }
H1.HeaderClassName
{
color: #FFBC53;
}
.AnyTagClassName
{
color: #FFBC53;
}
</style>
background-color css
<style>
a { background-color: #FFBC53; }
a { background-color: rgb(255,188,83); }
div.DivClassName
{
background-color: #FFBC53;
}
.BgClassName
{
background-color: #FFBC53;
}
</style>
border-color css
<style>
span { border-color: #FFBC53; }
span { border-color: rgb(255,188,83); }
td.TdClassName
{
border-color: #FFBC53;
}
.TagClassName
{
border-color: #FFBC53;
}
</style>