Shades of Golden Tainoi #FDC259
Tints of Golden Tainoi #FDC259
RGB
CMYK
RGB Variations
Color information
#FDC259 (or 0xFDC259) is known color: Golden Tainoi. HEX triplet: FD, C2 and 59. RGB value is (253,194,89). Sum of RGB (Red+Green+Blue) = 253+194+89=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC259 is #023DA6. Grayscale: #C8C8C8. Windows color (decimal): -146855 or 5882621. OLE color: 5882621.
HSL color Cylindrical-coordinate representation of color #FDC259: hue angle of 38.41º 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 #FDC259 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 89 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.01 |
| HSL | 38.41º | 0.98% | 0.67% | - |
| HSV(B) | 38.41º | 0.65% | 0.99% | - |
| XYZ | 61.6 | 60.19 | 17.82 | - |
| YUV | 199.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 89 | 0 | 0.23 | 0.65 | 0.01 | 38.41 | 0.98 | 0.67 |
| Hex | FD | C2 | 59 | 0 | 17 | 41 | 1 | 26 | 62 | 43 |
| Octal | 375 | 302 | 131 | 0 | 27 | 101 | 1 | 46 | 142 | 103 |
| Binary | 11111101 | 11000010 | 1011001 | 0 | 10111 | 1000001 | 1 | 100110 | 1100010 | 1000011 |
Color Harmonies of #FDC259
Complementary color
Monochromatic Colors of #FDC259
Black with #FDC259
Text Example
Text Example
White with #FDC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC259; }
p { color: rgb(253,194,89); }
H1.HeaderClassName
{
color: #FDC259;
}
.AnyTagClassName
{
color: #FDC259;
}
</style>
background-color css
<style>
a { background-color: #FDC259; }
a { background-color: rgb(253,194,89); }
div.DivClassName
{
background-color: #FDC259;
}
.BgClassName
{
background-color: #FDC259;
}
</style>
border-color css
<style>
span { border-color: #FDC259; }
span { border-color: rgb(253,194,89); }
td.TdClassName
{
border-color: #FDC259;
}
.TagClassName
{
border-color: #FDC259;
}
</style>