Shades of Golden Tainoi #FFC64D
Tints of Golden Tainoi #FFC64D
RGB
CMYK
RGB Variations
Color information
#FFC64D (or 0xFFC64D) is known color: Golden Tainoi. HEX triplet: FF, C6 and 4D. RGB value is (255,198,77). Sum of RGB (Red+Green+Blue) = 255+198+77=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC64D is #0039B2. Grayscale: #C9C9C9. Windows color (decimal): -14771 or 5097215. OLE color: 5097215.
HSL color Cylindrical-coordinate representation of color #FFC64D: hue angle of 40.79º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFC64D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 77 | - |
| CMYK | 0 | 0.22 | 0.70 | 0 |
| HSL | 40.79º | 1% | 0.65% | - |
| HSV(B) | 40.79º | 0.7% | 1% | - |
| XYZ | 62.77 | 62.18 | 15.72 | - |
| YUV | 201.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 77 | 0 | 0.22 | 0.70 | 0 | 40.79 | 1 | 0.65 |
| Hex | FF | C6 | 4D | 0 | 16 | 46 | 0 | 29 | 64 | 41 |
| Octal | 377 | 306 | 115 | 0 | 26 | 106 | 0 | 51 | 144 | 101 |
| Binary | 11111111 | 11000110 | 1001101 | 0 | 10110 | 1000110 | 0 | 101001 | 1100100 | 1000001 |
Color Harmonies of #FFC64D
Complementary color
Monochromatic Colors of #FFC64D
Black with #FFC64D
Text Example
Text Example
White with #FFC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC64D; }
p { color: rgb(255,198,77); }
H1.HeaderClassName
{
color: #FFC64D;
}
.AnyTagClassName
{
color: #FFC64D;
}
</style>
background-color css
<style>
a { background-color: #FFC64D; }
a { background-color: rgb(255,198,77); }
div.DivClassName
{
background-color: #FFC64D;
}
.BgClassName
{
background-color: #FFC64D;
}
</style>
border-color css
<style>
span { border-color: #FFC64D; }
span { border-color: rgb(255,198,77); }
td.TdClassName
{
border-color: #FFC64D;
}
.TagClassName
{
border-color: #FFC64D;
}
</style>