Shades of Golden Tainoi #FDC74A
Tints of Golden Tainoi #FDC74A
RGB
CMYK
RGB Variations
Color information
#FDC74A (or 0xFDC74A) is known color: Golden Tainoi. HEX triplet: FD, C7 and 4A. RGB value is (253,199,74). Sum of RGB (Red+Green+Blue) = 253+199+74=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC74A is #0238B5. Grayscale: #C9C9C9. Windows color (decimal): -145590 or 4900861. OLE color: 4900861.
HSL color Cylindrical-coordinate representation of color #FDC74A: hue angle of 41.9º 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 #FDC74A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 74 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.01 |
| HSL | 41.9º | 0.98% | 0.64% | - |
| HSV(B) | 41.9º | 0.71% | 0.99% | - |
| XYZ | 62.17 | 62.22 | 15.21 | - |
| YUV | 200.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 74 | 0 | 0.21 | 0.71 | 0.01 | 41.9 | 0.98 | 0.64 |
| Hex | FD | C7 | 4A | 0 | 15 | 47 | 1 | 2A | 62 | 40 |
| Octal | 375 | 307 | 112 | 0 | 25 | 107 | 1 | 52 | 142 | 100 |
| Binary | 11111101 | 11000111 | 1001010 | 0 | 10101 | 1000111 | 1 | 101010 | 1100010 | 1000000 |
Color Harmonies of #FDC74A
Complementary color
Monochromatic Colors of #FDC74A
Black with #FDC74A
Text Example
Text Example
White with #FDC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC74A; }
p { color: rgb(253,199,74); }
H1.HeaderClassName
{
color: #FDC74A;
}
.AnyTagClassName
{
color: #FDC74A;
}
</style>
background-color css
<style>
a { background-color: #FDC74A; }
a { background-color: rgb(253,199,74); }
div.DivClassName
{
background-color: #FDC74A;
}
.BgClassName
{
background-color: #FDC74A;
}
</style>
border-color css
<style>
span { border-color: #FDC74A; }
span { border-color: rgb(253,199,74); }
td.TdClassName
{
border-color: #FDC74A;
}
.TagClassName
{
border-color: #FDC74A;
}
</style>