Shades of Golden Tainoi #FDC94A
Tints of Golden Tainoi #FDC94A
RGB
CMYK
RGB Variations
Color information
#FDC94A (or 0xFDC94A) is known color: Golden Tainoi. HEX triplet: FD, C9 and 4A. RGB value is (253,201,74). Sum of RGB (Red+Green+Blue) = 253+201+74=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC94A is #0236B5. Grayscale: #CACACA. Windows color (decimal): -145078 or 4901373. OLE color: 4901373.
HSL color Cylindrical-coordinate representation of color #FDC94A: hue angle of 42.57º 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 #FDC94A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 74 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.01 |
| HSL | 42.57º | 0.98% | 0.64% | - |
| HSV(B) | 42.57º | 0.71% | 0.99% | - |
| XYZ | 62.63 | 63.15 | 15.37 | - |
| YUV | 202.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 74 | 0 | 0.21 | 0.71 | 0.01 | 42.57 | 0.98 | 0.64 |
| Hex | FD | C9 | 4A | 0 | 15 | 47 | 1 | 2B | 62 | 40 |
| Octal | 375 | 311 | 112 | 0 | 25 | 107 | 1 | 53 | 142 | 100 |
| Binary | 11111101 | 11001001 | 1001010 | 0 | 10101 | 1000111 | 1 | 101011 | 1100010 | 1000000 |
Color Harmonies of #FDC94A
Complementary color
Monochromatic Colors of #FDC94A
Black with #FDC94A
Text Example
Text Example
White with #FDC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC94A; }
p { color: rgb(253,201,74); }
H1.HeaderClassName
{
color: #FDC94A;
}
.AnyTagClassName
{
color: #FDC94A;
}
</style>
background-color css
<style>
a { background-color: #FDC94A; }
a { background-color: rgb(253,201,74); }
div.DivClassName
{
background-color: #FDC94A;
}
.BgClassName
{
background-color: #FDC94A;
}
</style>
border-color css
<style>
span { border-color: #FDC94A; }
span { border-color: rgb(253,201,74); }
td.TdClassName
{
border-color: #FDC94A;
}
.TagClassName
{
border-color: #FDC94A;
}
</style>