Shades of Golden Tainoi #F7BC5A
Tints of Golden Tainoi #F7BC5A
RGB
CMYK
RGB Variations
Color information
#F7BC5A (or 0xF7BC5A) is known color: Golden Tainoi. HEX triplet: F7, BC and 5A. RGB value is (247,188,90). Sum of RGB (Red+Green+Blue) = 247+188+90=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BC5A is #0843A5. Grayscale: #C2C2C2. Windows color (decimal): -541606 or 5946615. OLE color: 5946615.
HSL color Cylindrical-coordinate representation of color #F7BC5A: hue angle of 37.45º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7BC5A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 90 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.03 |
| HSL | 37.45º | 0.91% | 0.66% | - |
| HSV(B) | 37.45º | 0.64% | 0.97% | - |
| XYZ | 58.19 | 56.48 | 17.51 | - |
| YUV | 194.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 90 | 0 | 0.24 | 0.64 | 0.03 | 37.45 | 0.91 | 0.66 |
| Hex | F7 | BC | 5A | 0 | 18 | 40 | 3 | 25 | 5B | 42 |
| Octal | 367 | 274 | 132 | 0 | 30 | 100 | 3 | 45 | 133 | 102 |
| Binary | 11110111 | 10111100 | 1011010 | 0 | 11000 | 1000000 | 11 | 100101 | 1011011 | 1000010 |
Color Harmonies of #F7BC5A
Complementary color
Monochromatic Colors of #F7BC5A
Black with #F7BC5A
Text Example
Text Example
White with #F7BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC5A; }
p { color: rgb(247,188,90); }
H1.HeaderClassName
{
color: #F7BC5A;
}
.AnyTagClassName
{
color: #F7BC5A;
}
</style>
background-color css
<style>
a { background-color: #F7BC5A; }
a { background-color: rgb(247,188,90); }
div.DivClassName
{
background-color: #F7BC5A;
}
.BgClassName
{
background-color: #F7BC5A;
}
</style>
border-color css
<style>
span { border-color: #F7BC5A; }
span { border-color: rgb(247,188,90); }
td.TdClassName
{
border-color: #F7BC5A;
}
.TagClassName
{
border-color: #F7BC5A;
}
</style>