Shades of Golden Tainoi #FDC559
Tints of Golden Tainoi #FDC559
RGB
CMYK
RGB Variations
Color information
#FDC559 (or 0xFDC559) is known color: Golden Tainoi. HEX triplet: FD, C5 and 59. RGB value is (253,197,89). Sum of RGB (Red+Green+Blue) = 253+197+89=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 89 (35.16% from 255 or 16.51% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC559 is #023AA6. Grayscale: #C9C9C9. Windows color (decimal): -146087 or 5883389. OLE color: 5883389.
HSL color Cylindrical-coordinate representation of color #FDC559: hue angle of 39.51º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDC559 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 89 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.01 |
| HSL | 39.51º | 0.98% | 0.67% | - |
| HSV(B) | 39.51º | 0.65% | 0.99% | - |
| XYZ | 62.28 | 61.54 | 18.05 | - |
| YUV | 201.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 89 | 0 | 0.22 | 0.65 | 0.01 | 39.51 | 0.98 | 0.67 |
| Hex | FD | C5 | 59 | 0 | 16 | 41 | 1 | 28 | 62 | 43 |
| Octal | 375 | 305 | 131 | 0 | 26 | 101 | 1 | 50 | 142 | 103 |
| Binary | 11111101 | 11000101 | 1011001 | 0 | 10110 | 1000001 | 1 | 101000 | 1100010 | 1000011 |
Color Harmonies of #FDC559
Complementary color
Monochromatic Colors of #FDC559
Black with #FDC559
Text Example
Text Example
White with #FDC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC559; }
p { color: rgb(253,197,89); }
H1.HeaderClassName
{
color: #FDC559;
}
.AnyTagClassName
{
color: #FDC559;
}
</style>
background-color css
<style>
a { background-color: #FDC559; }
a { background-color: rgb(253,197,89); }
div.DivClassName
{
background-color: #FDC559;
}
.BgClassName
{
background-color: #FDC559;
}
</style>
border-color css
<style>
span { border-color: #FDC559; }
span { border-color: rgb(253,197,89); }
td.TdClassName
{
border-color: #FDC559;
}
.TagClassName
{
border-color: #FDC559;
}
</style>