Shades of Golden Tainoi #FFC64A
Tints of Golden Tainoi #FFC64A
RGB
CMYK
RGB Variations
Color information
#FFC64A (or 0xFFC64A) is known color: Golden Tainoi. HEX triplet: FF, C6 and 4A. RGB value is (255,198,74). Sum of RGB (Red+Green+Blue) = 255+198+74=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC64A is #0039B5. Grayscale: #C9C9C9. Windows color (decimal): -14774 or 4900607. OLE color: 4900607.
HSL color Cylindrical-coordinate representation of color #FFC64A: hue angle of 41.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC64A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0 |
| HSL | 41.1º | 1% | 0.65% | - |
| HSV(B) | 41.1º | 0.71% | 1% | - |
| XYZ | 62.67 | 62.14 | 15.17 | - |
| YUV | 200.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 74 | 0 | 0.22 | 0.71 | 0 | 41.1 | 1 | 0.65 |
| Hex | FF | C6 | 4A | 0 | 16 | 47 | 0 | 29 | 64 | 41 |
| Octal | 377 | 306 | 112 | 0 | 26 | 107 | 0 | 51 | 144 | 101 |
| Binary | 11111111 | 11000110 | 1001010 | 0 | 10110 | 1000111 | 0 | 101001 | 1100100 | 1000001 |
Color Harmonies of #FFC64A
Complementary color
Monochromatic Colors of #FFC64A
Black with #FFC64A
Text Example
Text Example
White with #FFC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC64A; }
p { color: rgb(255,198,74); }
H1.HeaderClassName
{
color: #FFC64A;
}
.AnyTagClassName
{
color: #FFC64A;
}
</style>
background-color css
<style>
a { background-color: #FFC64A; }
a { background-color: rgb(255,198,74); }
div.DivClassName
{
background-color: #FFC64A;
}
.BgClassName
{
background-color: #FFC64A;
}
</style>
border-color css
<style>
span { border-color: #FFC64A; }
span { border-color: rgb(255,198,74); }
td.TdClassName
{
border-color: #FFC64A;
}
.TagClassName
{
border-color: #FFC64A;
}
</style>