Shades of Golden Tainoi #F7C160
Tints of Golden Tainoi #F7C160
RGB
CMYK
RGB Variations
Color information
#F7C160 (or 0xF7C160) is known color: Golden Tainoi. HEX triplet: F7, C1 and 60. RGB value is (247,193,96). Sum of RGB (Red+Green+Blue) = 247+193+96=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C160 is #083E9F. Grayscale: #C6C6C6. Windows color (decimal): -540320 or 6341111. OLE color: 6341111.
HSL color Cylindrical-coordinate representation of color #F7C160: hue angle of 38.54º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7C160 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 96 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.03 |
| HSL | 38.54º | 0.9% | 0.67% | - |
| HSV(B) | 38.54º | 0.61% | 0.97% | - |
| XYZ | 59.54 | 58.76 | 19.27 | - |
| YUV | 198.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 96 | 0 | 0.22 | 0.61 | 0.03 | 38.54 | 0.9 | 0.67 |
| Hex | F7 | C1 | 60 | 0 | 16 | 3D | 3 | 27 | 5A | 43 |
| Octal | 367 | 301 | 140 | 0 | 26 | 75 | 3 | 47 | 132 | 103 |
| Binary | 11110111 | 11000001 | 1100000 | 0 | 10110 | 111101 | 11 | 100111 | 1011010 | 1000011 |
Color Harmonies of #F7C160
Complementary color
Monochromatic Colors of #F7C160
Black with #F7C160
Text Example
Text Example
White with #F7C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C160; }
p { color: rgb(247,193,96); }
H1.HeaderClassName
{
color: #F7C160;
}
.AnyTagClassName
{
color: #F7C160;
}
</style>
background-color css
<style>
a { background-color: #F7C160; }
a { background-color: rgb(247,193,96); }
div.DivClassName
{
background-color: #F7C160;
}
.BgClassName
{
background-color: #F7C160;
}
</style>
border-color css
<style>
span { border-color: #F7C160; }
span { border-color: rgb(247,193,96); }
td.TdClassName
{
border-color: #F7C160;
}
.TagClassName
{
border-color: #F7C160;
}
</style>