Shades of Golden Tainoi #FDC64A
Tints of Golden Tainoi #FDC64A
RGB
CMYK
RGB Variations
Color information
#FDC64A (or 0xFDC64A) is known color: Golden Tainoi. HEX triplet: FD, C6 and 4A. RGB value is (253,198,74). Sum of RGB (Red+Green+Blue) = 253+198+74=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC64A is #0239B5. Grayscale: #C8C8C8. Windows color (decimal): -145846 or 4900605. OLE color: 4900605.
HSL color Cylindrical-coordinate representation of color #FDC64A: hue angle of 41.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDC64A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.01 |
| HSL | 41.56º | 0.98% | 0.64% | - |
| HSV(B) | 41.56º | 0.71% | 0.99% | - |
| XYZ | 61.94 | 61.77 | 15.14 | - |
| YUV | 200.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 74 | 0 | 0.22 | 0.71 | 0.01 | 41.56 | 0.98 | 0.64 |
| Hex | FD | C6 | 4A | 0 | 16 | 47 | 1 | 2A | 62 | 40 |
| Octal | 375 | 306 | 112 | 0 | 26 | 107 | 1 | 52 | 142 | 100 |
| Binary | 11111101 | 11000110 | 1001010 | 0 | 10110 | 1000111 | 1 | 101010 | 1100010 | 1000000 |
Color Harmonies of #FDC64A
Complementary color
Monochromatic Colors of #FDC64A
Black with #FDC64A
Text Example
Text Example
White with #FDC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC64A; }
p { color: rgb(253,198,74); }
H1.HeaderClassName
{
color: #FDC64A;
}
.AnyTagClassName
{
color: #FDC64A;
}
</style>
background-color css
<style>
a { background-color: #FDC64A; }
a { background-color: rgb(253,198,74); }
div.DivClassName
{
background-color: #FDC64A;
}
.BgClassName
{
background-color: #FDC64A;
}
</style>
border-color css
<style>
span { border-color: #FDC64A; }
span { border-color: rgb(253,198,74); }
td.TdClassName
{
border-color: #FDC64A;
}
.TagClassName
{
border-color: #FDC64A;
}
</style>