Shades of Golden Tainoi #FDC061
Tints of Golden Tainoi #FDC061
RGB
CMYK
RGB Variations
Color information
#FDC061 (or 0xFDC061) is known color: Golden Tainoi. HEX triplet: FD, C0 and 61. RGB value is (253,192,97). Sum of RGB (Red+Green+Blue) = 253+192+97=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC061 is #023F9E. Grayscale: #C7C7C7. Windows color (decimal): -147359 or 6406397. OLE color: 6406397.
HSL color Cylindrical-coordinate representation of color #FDC061: hue angle of 36.54º 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 #FDC061 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 97 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.01 |
| HSL | 36.54º | 0.98% | 0.69% | - |
| HSV(B) | 36.54º | 0.62% | 0.99% | - |
| XYZ | 61.52 | 59.44 | 19.54 | - |
| YUV | 199.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 97 | 0 | 0.24 | 0.62 | 0.01 | 36.54 | 0.98 | 0.69 |
| Hex | FD | C0 | 61 | 0 | 18 | 3E | 1 | 25 | 62 | 45 |
| Octal | 375 | 300 | 141 | 0 | 30 | 76 | 1 | 45 | 142 | 105 |
| Binary | 11111101 | 11000000 | 1100001 | 0 | 11000 | 111110 | 1 | 100101 | 1100010 | 1000101 |
Color Harmonies of #FDC061
Complementary color
Monochromatic Colors of #FDC061
Black with #FDC061
Text Example
Text Example
White with #FDC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC061; }
p { color: rgb(253,192,97); }
H1.HeaderClassName
{
color: #FDC061;
}
.AnyTagClassName
{
color: #FDC061;
}
</style>
background-color css
<style>
a { background-color: #FDC061; }
a { background-color: rgb(253,192,97); }
div.DivClassName
{
background-color: #FDC061;
}
.BgClassName
{
background-color: #FDC061;
}
</style>
border-color css
<style>
span { border-color: #FDC061; }
span { border-color: rgb(253,192,97); }
td.TdClassName
{
border-color: #FDC061;
}
.TagClassName
{
border-color: #FDC061;
}
</style>