Shades of Golden Tainoi #FDC64E
Tints of Golden Tainoi #FDC64E
RGB
CMYK
RGB Variations
Color information
#FDC64E (or 0xFDC64E) is known color: Golden Tainoi. HEX triplet: FD, C6 and 4E. RGB value is (253,198,78). Sum of RGB (Red+Green+Blue) = 253+198+78=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC64E is #0239B1. Grayscale: #C9C9C9. Windows color (decimal): -145842 or 5162749. OLE color: 5162749.
HSL color Cylindrical-coordinate representation of color #FDC64E: hue angle of 41.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDC64E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 78 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.01 |
| HSL | 41.14º | 0.98% | 0.65% | - |
| HSV(B) | 41.14º | 0.69% | 0.99% | - |
| XYZ | 62.08 | 61.82 | 15.87 | - |
| YUV | 200.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 78 | 0 | 0.22 | 0.69 | 0.01 | 41.14 | 0.98 | 0.65 |
| Hex | FD | C6 | 4E | 0 | 16 | 45 | 1 | 29 | 62 | 41 |
| Octal | 375 | 306 | 116 | 0 | 26 | 105 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000110 | 1001110 | 0 | 10110 | 1000101 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC64E
Complementary color
Monochromatic Colors of #FDC64E
Black with #FDC64E
Text Example
Text Example
White with #FDC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC64E; }
p { color: rgb(253,198,78); }
H1.HeaderClassName
{
color: #FDC64E;
}
.AnyTagClassName
{
color: #FDC64E;
}
</style>
background-color css
<style>
a { background-color: #FDC64E; }
a { background-color: rgb(253,198,78); }
div.DivClassName
{
background-color: #FDC64E;
}
.BgClassName
{
background-color: #FDC64E;
}
</style>
border-color css
<style>
span { border-color: #FDC64E; }
span { border-color: rgb(253,198,78); }
td.TdClassName
{
border-color: #FDC64E;
}
.TagClassName
{
border-color: #FDC64E;
}
</style>