Shades of Golden Tainoi #F7BD50
Tints of Golden Tainoi #F7BD50
RGB
CMYK
RGB Variations
Color information
#F7BD50 (or 0xF7BD50) is known color: Golden Tainoi. HEX triplet: F7, BD and 50. RGB value is (247,189,80). Sum of RGB (Red+Green+Blue) = 247+189+80=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD50 is #0842AF. Grayscale: #C2C2C2. Windows color (decimal): -541360 or 5291511. OLE color: 5291511.
HSL color Cylindrical-coordinate representation of color #F7BD50: hue angle of 39.16º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7BD50 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 80 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.03 |
| HSL | 39.16º | 0.91% | 0.64% | - |
| HSV(B) | 39.16º | 0.68% | 0.97% | - |
| XYZ | 58 | 56.75 | 15.49 | - |
| YUV | 193.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 80 | 0 | 0.23 | 0.68 | 0.03 | 39.16 | 0.91 | 0.64 |
| Hex | F7 | BD | 50 | 0 | 17 | 44 | 3 | 27 | 5B | 40 |
| Octal | 367 | 275 | 120 | 0 | 27 | 104 | 3 | 47 | 133 | 100 |
| Binary | 11110111 | 10111101 | 1010000 | 0 | 10111 | 1000100 | 11 | 100111 | 1011011 | 1000000 |
Color Harmonies of #F7BD50
Complementary color
Monochromatic Colors of #F7BD50
Black with #F7BD50
Text Example
Text Example
White with #F7BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BD50; }
p { color: rgb(247,189,80); }
H1.HeaderClassName
{
color: #F7BD50;
}
.AnyTagClassName
{
color: #F7BD50;
}
</style>
background-color css
<style>
a { background-color: #F7BD50; }
a { background-color: rgb(247,189,80); }
div.DivClassName
{
background-color: #F7BD50;
}
.BgClassName
{
background-color: #F7BD50;
}
</style>
border-color css
<style>
span { border-color: #F7BD50; }
span { border-color: rgb(247,189,80); }
td.TdClassName
{
border-color: #F7BD50;
}
.TagClassName
{
border-color: #F7BD50;
}
</style>