Shades of Golden Tainoi #FDC64D
Tints of Golden Tainoi #FDC64D
RGB
CMYK
RGB Variations
Color information
#FDC64D (or 0xFDC64D) is known color: Golden Tainoi. HEX triplet: FD, C6 and 4D. RGB value is (253,198,77). Sum of RGB (Red+Green+Blue) = 253+198+77=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC64D is #0239B2. Grayscale: #C9C9C9. Windows color (decimal): -145843 or 5097213. OLE color: 5097213.
HSL color Cylindrical-coordinate representation of color #FDC64D: hue angle of 41.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC64D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 77 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.01 |
| HSL | 41.25º | 0.98% | 0.65% | - |
| HSV(B) | 41.25º | 0.7% | 0.99% | - |
| XYZ | 62.04 | 61.81 | 15.68 | - |
| YUV | 200.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 77 | 0 | 0.22 | 0.70 | 0.01 | 41.25 | 0.98 | 0.65 |
| Hex | FD | C6 | 4D | 0 | 16 | 46 | 1 | 29 | 62 | 41 |
| Octal | 375 | 306 | 115 | 0 | 26 | 106 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000110 | 1001101 | 0 | 10110 | 1000110 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC64D
Complementary color
Monochromatic Colors of #FDC64D
Black with #FDC64D
Text Example
Text Example
White with #FDC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC64D; }
p { color: rgb(253,198,77); }
H1.HeaderClassName
{
color: #FDC64D;
}
.AnyTagClassName
{
color: #FDC64D;
}
</style>
background-color css
<style>
a { background-color: #FDC64D; }
a { background-color: rgb(253,198,77); }
div.DivClassName
{
background-color: #FDC64D;
}
.BgClassName
{
background-color: #FDC64D;
}
</style>
border-color css
<style>
span { border-color: #FDC64D; }
span { border-color: rgb(253,198,77); }
td.TdClassName
{
border-color: #FDC64D;
}
.TagClassName
{
border-color: #FDC64D;
}
</style>