Shades of Golden Tainoi #F7C260
Tints of Golden Tainoi #F7C260
RGB
CMYK
RGB Variations
Color information
#F7C260 (or 0xF7C260) is known color: Golden Tainoi. HEX triplet: F7, C2 and 60. RGB value is (247,194,96). Sum of RGB (Red+Green+Blue) = 247+194+96=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C260 is #083D9F. Grayscale: #C7C7C7. Windows color (decimal): -540064 or 6341367. OLE color: 6341367.
HSL color Cylindrical-coordinate representation of color #F7C260: hue angle of 38.94º 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 #F7C260 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 96 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.03 |
| HSL | 38.94º | 0.9% | 0.67% | - |
| HSV(B) | 38.94º | 0.61% | 0.97% | - |
| XYZ | 59.76 | 59.2 | 19.34 | - |
| YUV | 198.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 96 | 0 | 0.21 | 0.61 | 0.03 | 38.94 | 0.9 | 0.67 |
| Hex | F7 | C2 | 60 | 0 | 15 | 3D | 3 | 27 | 5A | 43 |
| Octal | 367 | 302 | 140 | 0 | 25 | 75 | 3 | 47 | 132 | 103 |
| Binary | 11110111 | 11000010 | 1100000 | 0 | 10101 | 111101 | 11 | 100111 | 1011010 | 1000011 |
Color Harmonies of #F7C260
Complementary color
Monochromatic Colors of #F7C260
Black with #F7C260
Text Example
Text Example
White with #F7C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C260; }
p { color: rgb(247,194,96); }
H1.HeaderClassName
{
color: #F7C260;
}
.AnyTagClassName
{
color: #F7C260;
}
</style>
background-color css
<style>
a { background-color: #F7C260; }
a { background-color: rgb(247,194,96); }
div.DivClassName
{
background-color: #F7C260;
}
.BgClassName
{
background-color: #F7C260;
}
</style>
border-color css
<style>
span { border-color: #F7C260; }
span { border-color: rgb(247,194,96); }
td.TdClassName
{
border-color: #F7C260;
}
.TagClassName
{
border-color: #F7C260;
}
</style>