Shades of Golden Tainoi #FDC161
Tints of Golden Tainoi #FDC161
RGB
CMYK
RGB Variations
Color information
#FDC161 (or 0xFDC161) is known color: Golden Tainoi. HEX triplet: FD, C1 and 61. RGB value is (253,193,97). Sum of RGB (Red+Green+Blue) = 253+193+97=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC161 is #023E9E. Grayscale: #C8C8C8. Windows color (decimal): -147103 or 6406653. OLE color: 6406653.
HSL color Cylindrical-coordinate representation of color #FDC161: hue angle of 36.92º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDC161 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 97 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.01 |
| HSL | 36.92º | 0.98% | 0.69% | - |
| HSV(B) | 36.92º | 0.62% | 0.99% | - |
| XYZ | 61.74 | 59.89 | 19.61 | - |
| YUV | 200 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 97 | 0 | 0.24 | 0.62 | 0.01 | 36.92 | 0.98 | 0.69 |
| Hex | FD | C1 | 61 | 0 | 18 | 3E | 1 | 25 | 62 | 45 |
| Octal | 375 | 301 | 141 | 0 | 30 | 76 | 1 | 45 | 142 | 105 |
| Binary | 11111101 | 11000001 | 1100001 | 0 | 11000 | 111110 | 1 | 100101 | 1100010 | 1000101 |
Color Harmonies of #FDC161
Complementary color
Monochromatic Colors of #FDC161
Black with #FDC161
Text Example
Text Example
White with #FDC161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC161; }
p { color: rgb(253,193,97); }
H1.HeaderClassName
{
color: #FDC161;
}
.AnyTagClassName
{
color: #FDC161;
}
</style>
background-color css
<style>
a { background-color: #FDC161; }
a { background-color: rgb(253,193,97); }
div.DivClassName
{
background-color: #FDC161;
}
.BgClassName
{
background-color: #FDC161;
}
</style>
border-color css
<style>
span { border-color: #FDC161; }
span { border-color: rgb(253,193,97); }
td.TdClassName
{
border-color: #FDC161;
}
.TagClassName
{
border-color: #FDC161;
}
</style>