Shades of Golden Tainoi #FDC94C
Tints of Golden Tainoi #FDC94C
RGB
CMYK
RGB Variations
Color information
#FDC94C (or 0xFDC94C) is known color: Golden Tainoi. HEX triplet: FD, C9 and 4C. RGB value is (253,201,76). Sum of RGB (Red+Green+Blue) = 253+201+76=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC94C is #0236B3. Grayscale: #CACACA. Windows color (decimal): -145076 or 5032445. OLE color: 5032445.
HSL color Cylindrical-coordinate representation of color #FDC94C: hue angle of 42.37º 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 #FDC94C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 76 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.01 |
| HSL | 42.37º | 0.98% | 0.65% | - |
| HSV(B) | 42.37º | 0.7% | 0.99% | - |
| XYZ | 62.7 | 63.18 | 15.73 | - |
| YUV | 202.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 76 | 0 | 0.21 | 0.70 | 0.01 | 42.37 | 0.98 | 0.65 |
| Hex | FD | C9 | 4C | 0 | 15 | 46 | 1 | 2A | 62 | 41 |
| Octal | 375 | 311 | 114 | 0 | 25 | 106 | 1 | 52 | 142 | 101 |
| Binary | 11111101 | 11001001 | 1001100 | 0 | 10101 | 1000110 | 1 | 101010 | 1100010 | 1000001 |
Color Harmonies of #FDC94C
Complementary color
Monochromatic Colors of #FDC94C
Black with #FDC94C
Text Example
Text Example
White with #FDC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC94C; }
p { color: rgb(253,201,76); }
H1.HeaderClassName
{
color: #FDC94C;
}
.AnyTagClassName
{
color: #FDC94C;
}
</style>
background-color css
<style>
a { background-color: #FDC94C; }
a { background-color: rgb(253,201,76); }
div.DivClassName
{
background-color: #FDC94C;
}
.BgClassName
{
background-color: #FDC94C;
}
</style>
border-color css
<style>
span { border-color: #FDC94C; }
span { border-color: rgb(253,201,76); }
td.TdClassName
{
border-color: #FDC94C;
}
.TagClassName
{
border-color: #FDC94C;
}
</style>