Shades of Golden Tainoi #FDC261
Tints of Golden Tainoi #FDC261
RGB
CMYK
RGB Variations
Color information
#FDC261 (or 0xFDC261) is known color: Golden Tainoi. HEX triplet: FD, C2 and 61. RGB value is (253,194,97). Sum of RGB (Red+Green+Blue) = 253+194+97=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC261 is #023D9E. Grayscale: #C9C9C9. Windows color (decimal): -146847 or 6406909. OLE color: 6406909.
HSL color Cylindrical-coordinate representation of color #FDC261: hue angle of 37.31º 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 #FDC261 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 97 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.01 |
| HSL | 37.31º | 0.98% | 0.69% | - |
| HSV(B) | 37.31º | 0.62% | 0.99% | - |
| XYZ | 61.96 | 60.33 | 19.69 | - |
| YUV | 200.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 97 | 0 | 0.23 | 0.62 | 0.01 | 37.31 | 0.98 | 0.69 |
| Hex | FD | C2 | 61 | 0 | 17 | 3E | 1 | 25 | 62 | 45 |
| Octal | 375 | 302 | 141 | 0 | 27 | 76 | 1 | 45 | 142 | 105 |
| Binary | 11111101 | 11000010 | 1100001 | 0 | 10111 | 111110 | 1 | 100101 | 1100010 | 1000101 |
Color Harmonies of #FDC261
Complementary color
Monochromatic Colors of #FDC261
Black with #FDC261
Text Example
Text Example
White with #FDC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC261; }
p { color: rgb(253,194,97); }
H1.HeaderClassName
{
color: #FDC261;
}
.AnyTagClassName
{
color: #FDC261;
}
</style>
background-color css
<style>
a { background-color: #FDC261; }
a { background-color: rgb(253,194,97); }
div.DivClassName
{
background-color: #FDC261;
}
.BgClassName
{
background-color: #FDC261;
}
</style>
border-color css
<style>
span { border-color: #FDC261; }
span { border-color: rgb(253,194,97); }
td.TdClassName
{
border-color: #FDC261;
}
.TagClassName
{
border-color: #FDC261;
}
</style>