Shades of Golden Tainoi #FDC54A
Tints of Golden Tainoi #FDC54A
RGB
CMYK
RGB Variations
Color information
#FDC54A (or 0xFDC54A) is known color: Golden Tainoi. HEX triplet: FD, C5 and 4A. RGB value is (253,197,74). Sum of RGB (Red+Green+Blue) = 253+197+74=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC54A is #023AB5. Grayscale: #C8C8C8. Windows color (decimal): -146102 or 4900349. OLE color: 4900349.
HSL color Cylindrical-coordinate representation of color #FDC54A: hue angle of 41.23º 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 #FDC54A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.01 |
| HSL | 41.23º | 0.98% | 0.64% | - |
| HSV(B) | 41.23º | 0.71% | 0.99% | - |
| XYZ | 61.71 | 61.31 | 15.06 | - |
| YUV | 199.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 74 | 0 | 0.22 | 0.71 | 0.01 | 41.23 | 0.98 | 0.64 |
| Hex | FD | C5 | 4A | 0 | 16 | 47 | 1 | 29 | 62 | 40 |
| Octal | 375 | 305 | 112 | 0 | 26 | 107 | 1 | 51 | 142 | 100 |
| Binary | 11111101 | 11000101 | 1001010 | 0 | 10110 | 1000111 | 1 | 101001 | 1100010 | 1000000 |
Color Harmonies of #FDC54A
Complementary color
Monochromatic Colors of #FDC54A
Black with #FDC54A
Text Example
Text Example
White with #FDC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC54A; }
p { color: rgb(253,197,74); }
H1.HeaderClassName
{
color: #FDC54A;
}
.AnyTagClassName
{
color: #FDC54A;
}
</style>
background-color css
<style>
a { background-color: #FDC54A; }
a { background-color: rgb(253,197,74); }
div.DivClassName
{
background-color: #FDC54A;
}
.BgClassName
{
background-color: #FDC54A;
}
</style>
border-color css
<style>
span { border-color: #FDC54A; }
span { border-color: rgb(253,197,74); }
td.TdClassName
{
border-color: #FDC54A;
}
.TagClassName
{
border-color: #FDC54A;
}
</style>