Shades of Golden Tainoi #F7C463
Tints of Golden Tainoi #F7C463
RGB
CMYK
RGB Variations
Color information
#F7C463 (or 0xF7C463) is known color: Golden Tainoi. HEX triplet: F7, C4 and 63. RGB value is (247,196,99). Sum of RGB (Red+Green+Blue) = 247+196+99=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C463 is #083B9C. Grayscale: #C8C8C8. Windows color (decimal): -539549 or 6538487. OLE color: 6538487.
HSL color Cylindrical-coordinate representation of color #F7C463: hue angle of 39.32º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7C463 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 99 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.03 |
| HSL | 39.32º | 0.9% | 0.68% | - |
| HSV(B) | 39.32º | 0.6% | 0.97% | - |
| XYZ | 60.35 | 60.15 | 20.23 | - |
| YUV | 200.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 99 | 0 | 0.21 | 0.60 | 0.03 | 39.32 | 0.9 | 0.68 |
| Hex | F7 | C4 | 63 | 0 | 15 | 3C | 3 | 27 | 5A | 44 |
| Octal | 367 | 304 | 143 | 0 | 25 | 74 | 3 | 47 | 132 | 104 |
| Binary | 11110111 | 11000100 | 1100011 | 0 | 10101 | 111100 | 11 | 100111 | 1011010 | 1000100 |
Color Harmonies of #F7C463
Complementary color
Monochromatic Colors of #F7C463
Black with #F7C463
Text Example
Text Example
White with #F7C463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C463; }
p { color: rgb(247,196,99); }
H1.HeaderClassName
{
color: #F7C463;
}
.AnyTagClassName
{
color: #F7C463;
}
</style>
background-color css
<style>
a { background-color: #F7C463; }
a { background-color: rgb(247,196,99); }
div.DivClassName
{
background-color: #F7C463;
}
.BgClassName
{
background-color: #F7C463;
}
</style>
border-color css
<style>
span { border-color: #F7C463; }
span { border-color: rgb(247,196,99); }
td.TdClassName
{
border-color: #F7C463;
}
.TagClassName
{
border-color: #F7C463;
}
</style>