Shades of Golden Tainoi #FDC761
Tints of Golden Tainoi #FDC761
RGB
CMYK
RGB Variations
Color information
#FDC761 (or 0xFDC761) is known color: Golden Tainoi. HEX triplet: FD, C7 and 61. RGB value is (253,199,97). Sum of RGB (Red+Green+Blue) = 253+199+97=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC761 is #02389E. Grayscale: #CBCBCB. Windows color (decimal): -145567 or 6408189. OLE color: 6408189.
HSL color Cylindrical-coordinate representation of color #FDC761: hue angle of 39.23º 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 #FDC761 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 97 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.01 |
| HSL | 39.23º | 0.98% | 0.69% | - |
| HSV(B) | 39.23º | 0.62% | 0.99% | - |
| XYZ | 63.09 | 62.59 | 20.07 | - |
| YUV | 203.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 97 | 0 | 0.21 | 0.62 | 0.01 | 39.23 | 0.98 | 0.69 |
| Hex | FD | C7 | 61 | 0 | 15 | 3E | 1 | 27 | 62 | 45 |
| Octal | 375 | 307 | 141 | 0 | 25 | 76 | 1 | 47 | 142 | 105 |
| Binary | 11111101 | 11000111 | 1100001 | 0 | 10101 | 111110 | 1 | 100111 | 1100010 | 1000101 |
Color Harmonies of #FDC761
Complementary color
Monochromatic Colors of #FDC761
Black with #FDC761
Text Example
Text Example
White with #FDC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC761; }
p { color: rgb(253,199,97); }
H1.HeaderClassName
{
color: #FDC761;
}
.AnyTagClassName
{
color: #FDC761;
}
</style>
background-color css
<style>
a { background-color: #FDC761; }
a { background-color: rgb(253,199,97); }
div.DivClassName
{
background-color: #FDC761;
}
.BgClassName
{
background-color: #FDC761;
}
</style>
border-color css
<style>
span { border-color: #FDC761; }
span { border-color: rgb(253,199,97); }
td.TdClassName
{
border-color: #FDC761;
}
.TagClassName
{
border-color: #FDC761;
}
</style>