Shades of Golden Tainoi #FFC64E
Tints of Golden Tainoi #FFC64E
RGB
CMYK
RGB Variations
Color information
#FFC64E (or 0xFFC64E) is known color: Golden Tainoi. HEX triplet: FF, C6 and 4E. RGB value is (255,198,78). Sum of RGB (Red+Green+Blue) = 255+198+78=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC64E is #0039B1. Grayscale: #C9C9C9. Windows color (decimal): -14770 or 5162751. OLE color: 5162751.
HSL color Cylindrical-coordinate representation of color #FFC64E: hue angle of 40.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC64E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 78 | - |
| CMYK | 0 | 0.22 | 0.69 | 0 |
| HSL | 40.68º | 1% | 0.65% | - |
| HSV(B) | 40.68º | 0.69% | 1% | - |
| XYZ | 62.81 | 62.2 | 15.9 | - |
| YUV | 201.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 78 | 0 | 0.22 | 0.69 | 0 | 40.68 | 1 | 0.65 |
| Hex | FF | C6 | 4E | 0 | 16 | 45 | 0 | 29 | 64 | 41 |
| Octal | 377 | 306 | 116 | 0 | 26 | 105 | 0 | 51 | 144 | 101 |
| Binary | 11111111 | 11000110 | 1001110 | 0 | 10110 | 1000101 | 0 | 101001 | 1100100 | 1000001 |
Color Harmonies of #FFC64E
Complementary color
Monochromatic Colors of #FFC64E
Black with #FFC64E
Text Example
Text Example
White with #FFC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC64E; }
p { color: rgb(255,198,78); }
H1.HeaderClassName
{
color: #FFC64E;
}
.AnyTagClassName
{
color: #FFC64E;
}
</style>
background-color css
<style>
a { background-color: #FFC64E; }
a { background-color: rgb(255,198,78); }
div.DivClassName
{
background-color: #FFC64E;
}
.BgClassName
{
background-color: #FFC64E;
}
</style>
border-color css
<style>
span { border-color: #FFC64E; }
span { border-color: rgb(255,198,78); }
td.TdClassName
{
border-color: #FFC64E;
}
.TagClassName
{
border-color: #FFC64E;
}
</style>