Shades of Golden Tainoi #FDC861
Tints of Golden Tainoi #FDC861
RGB
CMYK
RGB Variations
Color information
#FDC861 (or 0xFDC861) is known color: Golden Tainoi. HEX triplet: FD, C8 and 61. RGB value is (253,200,97). Sum of RGB (Red+Green+Blue) = 253+200+97=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC861 is #02379E. Grayscale: #CCCCCC. Windows color (decimal): -145311 or 6408445. OLE color: 6408445.
HSL color Cylindrical-coordinate representation of color #FDC861: hue angle of 39.62º 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 #FDC861 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 97 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.01 |
| HSL | 39.62º | 0.98% | 0.69% | - |
| HSV(B) | 39.62º | 0.62% | 0.99% | - |
| XYZ | 63.32 | 63.05 | 20.14 | - |
| YUV | 204.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 97 | 0 | 0.21 | 0.62 | 0.01 | 39.62 | 0.98 | 0.69 |
| Hex | FD | C8 | 61 | 0 | 15 | 3E | 1 | 28 | 62 | 45 |
| Octal | 375 | 310 | 141 | 0 | 25 | 76 | 1 | 50 | 142 | 105 |
| Binary | 11111101 | 11001000 | 1100001 | 0 | 10101 | 111110 | 1 | 101000 | 1100010 | 1000101 |
Color Harmonies of #FDC861
Complementary color
Monochromatic Colors of #FDC861
Black with #FDC861
Text Example
Text Example
White with #FDC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC861; }
p { color: rgb(253,200,97); }
H1.HeaderClassName
{
color: #FDC861;
}
.AnyTagClassName
{
color: #FDC861;
}
</style>
background-color css
<style>
a { background-color: #FDC861; }
a { background-color: rgb(253,200,97); }
div.DivClassName
{
background-color: #FDC861;
}
.BgClassName
{
background-color: #FDC861;
}
</style>
border-color css
<style>
span { border-color: #FDC861; }
span { border-color: rgb(253,200,97); }
td.TdClassName
{
border-color: #FDC861;
}
.TagClassName
{
border-color: #FDC861;
}
</style>